# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "uri-parsing-rs" version = "0.0.1" authors = ["Junichi Kato "] description = "A Rust crate for URI" readme = "./README.md" keywords = ["uri", "identifier"] categories = ["data-structures", "encoding", "parsing", "value-formatting"] license = "MIT OR Apache-2.0" repository = "https://github.com/j5ik2o/uri-rs" [[bench]] name = "bench_main" harness = false [dependencies.itertools] version = "0.10.1" [dependencies.log] version = "0.4.14" [dependencies.nom] version = "7.0.0" [dependencies.once_cell] version = "1.8.0" [dependencies.percent-encoding] version = "2.1.0" [dependencies.serde] version = "1" optional = true [dev-dependencies.anyhow] version = "1.0.43" [dev-dependencies.criterion] version = "0.3.5" [dev-dependencies.env_logger] version = "0.9.0" [dev-dependencies.prop-check-rs] version = "0.0.4" [features] default = ["serde"] [badges.github] repository = "j5ik2o/uri-rs" workflow = "Rust"