# 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" name = "http_uri" version = "1.0.1" description = "This crate provides types for representing http uris and their invariants." license = "MIT OR Apache-2.0" repository = "https://github.com/manomayam/manas" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "doc_cfg", ] [dependencies.frunk_core] version = "0.4.2" optional = true [dependencies.gdp_rs] version = "0.1.1" optional = true [dependencies.iri-string] version = "0.7.0" [dependencies.serde] version = "1.0.166" optional = true [dependencies.sophia_api] version = "0.8.0-alpha.1" optional = true [dependencies.thiserror] version = "1.0.41" [dependencies.unicase] version = "2.6.0" [dev-dependencies.claims] version = "0.7.1" [dev-dependencies.rstest] version = "0.18.1" [features] default = ["invariants"] invariants = [ "gdp_rs", "dep:frunk_core", ] serde = [ "dep:serde", "iri-string/serde", "gdp_rs?/serde", ] sophia = ["dep:sophia_api"]