# 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 = "2021" rust-version = "1.67.0" name = "nix-uri" version = "0.1.9" authors = ["Alexander Kenji Berthold"] include = [ "src/**/*", "LICENSE", "README.md", "benches/*", ] autoexamples = true description = "Parse and manipulate the nix-uri scheme to and from flakerefs." homepage = "https://github.com/a-kenji/nix-uri" documentation = "https://docs.rs/crate/nix-uri/latest" readme = "README.md" keywords = [ "nix", "flakes", "uri", "url", "flakeref", ] license = "MIT" repository = "https://github.com/a-kenji/nix-uri" [profile.fuzz] debug = 1 inherits = "release" [[bench]] name = "bench" harness = false [dependencies.nom] version = "7.1.3" [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.thiserror] version = "1.0.61" [dependencies.tracing] version = "0.1.40" optional = true [dependencies.url] version = "2.5.2" [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"] [features] default = [] tracing = ["dep:tracing"]