# 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 = "2018" name = "branca" version = "0.10.1" authors = ["return"] description = "Authenticated encrypted API tokens for Rust. A secure alternative to JWT." documentation = "https://docs.rs/branca" readme = "README.md" keywords = ["fernet", "branca", "cryptography", "aead", "xchacha20_poly1305"] categories = ["cryptography"] license = "MIT" repository = "https://github.com/return/branca" [dependencies.base-x] version = "0.2.8" [dependencies.byteorder] version = "1.4.3" [dependencies.orion] version = "0.17.0" [dev-dependencies.getrandom] version = "0.2.3" [dev-dependencies.hex] version = "0.4.2" [dev-dependencies.serde] version = "^1.0" [dev-dependencies.serde_derive] version = "1.0.115" [dev-dependencies.serde_json] version = "1.0" [badges.maintenance] status = "actively-developed"