# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "magnet-url" version = "2.0.0" authors = ["William Batista "] description = "A simple, hackable magnet url parser in Rust" homepage = "https://github.com/billyb2/magnet-url-rs" readme = "README.md" keywords = ["torrent", "magnet", "magnet_url", "parse"] categories = ["parsing", "encoding", "parser-implementations"] license = "MIT" repository = "https://github.com/billyb2/magnet-url-rs" [profile.bench] opt-level = 3 lto = "fat" codegen-units = 1 [profile.release] opt-level = 3 lto = "fat" codegen-units = 1 [[bench]] name = "benchmark" harness = false [dependencies.lazy_static] version = "1" [dependencies.regex] version = "1" [dev-dependencies.criterion] version = "0.3" features = ["html_reports"]