# 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 = "manas_space" version = "0.1.0" description = "This crate provides abstractions for modelling storage spaces confirming to generalized solid protocol." 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.claims] version = "0.7.1" optional = true [dependencies.dyn-clone] version = "1.0.14" [dependencies.gdp_rs] version = "0.1.1" [dependencies.headers] version = "0.3.8" [dependencies.http] version = "0.2.9" [dependencies.if_chain] version = "1.0.2" [dependencies.iri-string] version = "0.7.0" [dependencies.manas_http] version = "0.1.1" features = [ "representation", "typed-headers", ] [dependencies.mime] version = "0.3.17" [dependencies.once_cell] version = "1.18.0" [dependencies.rstest] version = "0.18.1" optional = true [dependencies.smallvec] version = "1.11.0" [dependencies.thiserror] version = "1.0.43" [dependencies.vec1] version = "1.10.1" [dependencies.webid] version = "0.1.0" [dev-dependencies.claims] version = "0.7.1" [dev-dependencies.manas_http] version = "0.1.1" features = [ "representation", "typed-headers", "test-utils", ] [dev-dependencies.rstest] version = "0.18.1" [features] test-utils = [ "dep:rstest", "dep:claims", "manas_http/test-utils", ]