# 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" rust-version = "1.62" name = "macaroon-asml-fork" version = "0.1.0" authors = [ "Jack Lund ", "macaroon-rs Contributors", ] description = "Fully functional implementation of macaroons in Rust" documentation = "https://docs.rs/macaroon" readme = "README.md" keywords = [ "macaroon", "cookies", "authorization", "credentials", ] categories = [ "authentication", "cryptography", ] license = "MIT" repository = "https://github.com/macaroon-rs/macaroon" [dependencies.base64] version = "0.20" [dependencies.chacha20poly1305] version = "0.10" [dependencies.hmac] version = "0.12" [dependencies.log] version = "0.4" [dependencies.rand] version = "0.8" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sha2] version = "0.10" [dev-dependencies.env_logger] version = "0.10" [dev-dependencies.time] version = "0.3" features = ["parsing"]