# 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 = "amora-rs" version = "0.2.1" description = "Amora is a secure token inspired by JWT and Branca, but enhanced a bit in some areas." readme = "README.md" keywords = [ "authorization", "token", "jwt", "branca", ] categories = [ "authentication", "cryptography", ] license = "MPL-2.0" repository = "https://codeberg.org/gblach/amora-rs" [[bench]] name = "amora" harness = false [dependencies.base64] version = "0.22" [dependencies.chacha20poly1305] version = "0.10" [dependencies.generic-array] version = "0.14" [dependencies.rand_core] version = "0.6" features = ["getrandom"] [dependencies.x25519-dalek] version = "2.0" features = [ "getrandom", "static_secrets", ] [dev-dependencies.criterion] version = "0.5"