# 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 = "acp" version = "0.1.0" description = "An implementation of [access control policy](https://solid.github.io/authorization-panel/acp-specification/) concepts and engine for rust." 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.dyn-clone] version = "1.0.14" optional = true [dependencies.dyn_problem] version = "0.1.1" features = ["alias-future"] optional = true [dependencies.futures] version = "0.3.28" optional = true [dependencies.ghost] version = "0.1.13" optional = true [dependencies.paste] version = "1.0.13" [dependencies.rand] version = "0.8.5" optional = true [dependencies.rdf_utils] version = "0.3.1" [dependencies.rdf_vocabularies] version = "0.2.0" features = [ "ns-acp", "ns-acl", ] [dependencies.sophia_api] version = "0.8.0-alpha.1" [dependencies.tower] version = "0.4.13" features = ["util"] optional = true [dependencies.tracing] version = "0.1.37" optional = true [dependencies.unwrap-infallible] version = "0.1.5" optional = true [features] engine = [ "dep:dyn-clone", "dep:dyn_problem", "dep:unwrap-infallible", "dep:tracing", "dep:tower", "dep:rand", "dep:ghost", "dep:futures", ]