# 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 = "rfc2396" version = "1.1.0" authors = ["Joel Smith "] include = ["src/*", "tests/*", "Cargo.toml", "CHANGELOG.md", "LICENSE", "README.md"] description = "A library for validating strings as RFC2396-compliant URIs" readme = "README.md" keywords = ["rfc2396", "uri", "lib", "parser", "validator"] categories = ["parsing"] license = "MIT" repository = "https://gitlab.com/Kage-Yami/rfc2396-rust" [profile.release] lto = true [dependencies.anyhow] version = "1.0.38" [dependencies.nom] version = "6.1.0" [dev-dependencies.anyhow] version = "1.0.38" [build-dependencies]