# 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_semslot" version = "0.1.0" description = "It is a bad idea to encode extra semantics into opaque resource ids as part of an http engine logic. But it is ok to do so behind a linked architecture abstraction, as an implementation detail for the sake of efficiency to avoid remote lookup. For such cases, this crate provides a type driven codec for encoding and decoding a solid resource slot path into/from it's slot id." 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.bimap] version = "0.6.3" [dependencies.claims] version = "0.7.1" optional = true [dependencies.if_chain] version = "1.0.2" [dependencies.manas_http] version = "0.1.1" [dependencies.manas_space] version = "0.1.0" [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.47" [dev-dependencies.claims] version = "0.7.1" [dev-dependencies.manas_http] version = "0.1.1" features = ["test-utils"] [dev-dependencies.manas_space] version = "0.1.0" features = ["test-utils"] [dev-dependencies.rstest] version = "0.18.1" [features] test-utils = [ "dep:rstest", "dep:claims", "manas_http/test-utils", "manas_space/test-utils", ]