# 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 = "access-rs" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A rust-based access-control token library for Web3 developers, providing a high-performance, secure, and customizable solution." homepage = "https://github.com/nzengi/access-rs" documentation = "https://docs.rs/access-rs" readme = "README.md" keywords = [ "WASM", "access-control", "blockchain", "WebAssembly", "Rust", ] categories = [ "cryptography", "web-programming", ] license = "MIT" repository = "https://github.com/nzengi/access-rs" [package.metadata.docs.rs] all-features = true no-default-features = false rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "access_rs" crate-type = ["cdylib"] path = "src/lib.rs" [dependencies.ethers] version = "2.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1" features = ["full"]