[[bench]]
harness = false
name = "benchmark"
[dependencies.lazy_static]
version = "1"
[dependencies.regex]
version = "1"
[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.3"
[package]
authors = ["William Batista <bootlegbilly@protonmail.ch>"]
categories = ["parsing", "encoding", "parser-implementations"]
description = "A simple, hackable magnet url parser in Rust"
edition = "2018"
homepage = "https://github.com/billyb2/magnet-url-rs"
keywords = ["torrent", "magnet", "magnet_url", "parse"]
license = "MIT"
name = "magnet-url"
readme = "README.md"
repository = "https://github.com/billyb2/magnet-url-rs"
version = "2.0.0"
[profile.bench]
codegen-units = 1
lto = "fat"
opt-level = 3
[profile.release]
codegen-units = 1
lto = "fat"
opt-level = 3