# 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 = "2018" name = "tokenlock" version = "0.3.8" authors = ["yvt "] description = """ Provides cell types that decouple permissions from data. """ readme = "README.md" keywords = [ "token", "lock", "cell", "ghost", "borrow", ] categories = [ "rust-patterns", "no-std", ] license = "MIT/Apache-2.0" repository = "https://github.com/yvt/tokenlock" [package.metadata.docs.rs] all-features = true [dependencies.const-default_1] version = "1" optional = true default-features = false package = "const-default" [dependencies.spin] version = "0.9.2" optional = true [dev-dependencies.async-scoped] version = "0.7.0" features = ["use-tokio"] [dev-dependencies.env_logger] version = "0.9" [dev-dependencies.futures] version = "0.3.17" [dev-dependencies.log] version = "0.4" [dev-dependencies.rayon] version = "1.5.1" [dev-dependencies.tokio] version = "1.11.0" features = ["rt-multi-thread"] [build-dependencies.rustc_version] version = "0.4.0" [features] alloc = [] default = ["std"] doc_cfg = [] std = [ "spin", "alloc", ] unstable = [] [badges.maintenance] status = "passively-maintained"