# 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 = "spawn-access-control" version = "0.1.10" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust library for access control management with WebAssembly support, including role-based access control (RBAC), permissions, and audit logging." homepage = "https://github.com/nzengi/access-control" documentation = "https://docs.rs/access-control" readme = "README.md" keywords = [ "WASM", "access-control", "blockchain", "WebAssembly", "Rust", ] categories = [ "cryptography", "web-programming", ] license = "MIT" repository = "https://github.com/nzengi/spawn-access-control" [lib] name = "spawn_access_control" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [dependencies.serde] version = "1.0" features = ["derive"] [build-dependencies.wasm-bindgen-cli] version = "0.2" [target.'cfg(not(target_arch = "wasm32"))'.dependencies.mio] version = "1.0" [target.'cfg(target_arch = "wasm32")'.dependencies.js-sys] version = "0.3" [target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen] version = "0.2"