# 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 = "attenuable-jwt" version = "0.3.2" authors = ["Adam Berger "] description = "Create and verify JWTs that support secure offline attenuation" homepage = "https://github.com/simplystated/rs-attenuable-jwt" readme = "README.md" keywords = [ "JWT", "jwt", "token", "web", ] license = "MIT OR Apache-2.0" repository = "https://github.com/simplystated/rs-attenuable-jwt" resolver = "2" [lib] [dependencies.base64] version = "0.13.0" [dependencies.ed25519-dalek] version = "1.0.1" features = ["rand"] optional = true [dependencies.erased-serde] version = "0.3.21" [dependencies.rand] version = "0.7.3" optional = true [dependencies.rand_core] version = "0.5" [dependencies.serde] version = "1.0.138" features = ["derive"] [dependencies.serde_json] version = "1.0.82" [dependencies.thiserror] version = "1.0.31" [dev-dependencies.ed25519] version = "1.5.2" features = [ "pkcs8", "alloc", ] [dev-dependencies.ed25519-dalek] version = "1.0.1" features = ["rand"] [dev-dependencies.mockall] version = "0.11.1" [dev-dependencies.proptest] version = "1.0.0" [dev-dependencies.rand] version = "0.7.3" [features] default = [ "ed25519", "rng", ] ed25519 = ["ed25519-dalek"] rng = ["rand"]