# 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 = "webid" version = "0.1.0" description = "A crate for handling web-ids" 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.futures] version = "0.3.28" optional = true [dependencies.gdp_rs] version = "0.1.1" optional = true [dependencies.headers] version = "0.3.8" optional = true [dependencies.http_uri] version = "1.0.1" features = ["sophia"] default-features = false [dependencies.iri-string] version = "0.7.0" [dependencies.mime] version = "0.3.17" optional = true [dependencies.rdf_dynsyn] version = "0.3.1" features = ["async"] optional = true [dependencies.reqwest] version = "0.11.18" features = [ "stream", "rustls-tls", ] optional = true default-features = false [dependencies.serde] version = "1.0.167" features = ["derive"] optional = true [dependencies.sophia_api] version = "0.8.0-alpha.1" optional = true [dependencies.thiserror] version = "1.0.43" [dependencies.tracing] version = "0.1.37" features = ["attributes"] [features] invariants = [ "http_uri/invariants", "dep:gdp_rs", ] profile-req-agent = [ "dep:reqwest", "invariants", "dep:rdf_dynsyn", "dep:headers", "dep:mime", "dep:futures", ] serde = [ "dep:serde", "http_uri/serde", ] sophia = ["dep:sophia_api"]