# 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_repo_layers" version = "0.1.0" description = "This crate provides implementations for few common repo layers that integrate into manas eco system." 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.anyhow] version = "1.0.71" [dependencies.async-convert] version = "1.0.0" [dependencies.capped_stream] version = "0.1.1" [dependencies.dyn_problem] version = "0.1.1" features = ["alias-future"] [dependencies.frunk_core] version = "0.4.2" [dependencies.futures] version = "0.3.28" [dependencies.headers] version = "0.3.8" [dependencies.http] version = "0.2.9" [dependencies.hyper] version = "0.14.27" [dependencies.if_chain] version = "1.0.2" [dependencies.manas_http] version = "0.1.1" features = [ "representation", "impl-representation", "conditional_req", ] [dependencies.manas_repo] version = "0.1.0" [dependencies.manas_space] version = "0.1.0" [dependencies.mime] version = "0.3.17" [dependencies.once_cell] version = "1.18.0" [dependencies.rdf_dynsyn] version = "0.3.1" features = ["async"] [dependencies.rdf_utils] version = "0.3.1" [dependencies.rdf_vocabularies] version = "0.2.0" features = [ "ns-rdf", "ns-stat", "ns-dcterms", "ns-ldp", "ns-solid", "ns-xsd", ] optional = true [dependencies.sophia_api] version = "0.8.0-alpha.1" [dependencies.thiserror] version = "1.0.43" [dependencies.tokio] version = "1.29.1" features = ["rt"] [dependencies.tower] version = "0.4.13" features = ["util"] [dependencies.tracing] version = "0.1.37" features = ["attributes"] [dependencies.typed_record] version = "0.1.1" features = ["ext-anymap"] [features] dconneging = [] patching = ["rdf_utils/solid-insert-delete-patch"] validating = ["dep:rdf_vocabularies"]