# 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 = "bitwark" version = "2.0.1" authors = ["Ivan Ermolaev "] build = false exclude = [".idea/*"] autobins = false autoexamples = false autotests = false autobenches = false description = "Empowering secure digital interactions with robust binary token management and dynamic rolling keys" homepage = "https://github.com/Nawy/bitwark" documentation = "https://docs.rs/bitwark" readme = "README.md" keywords = [ "jwt", "auth", "token", "quic", "security", ] categories = [ "cryptography", "authentication", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Nawy/bitwark" [lib] name = "bitwark" path = "src/lib.rs" [dependencies.bincode] version = "1.3.3" [dependencies.blake3] version = "1.5.4" [dependencies.chrono] version = "0.4.38" [dependencies.ed25519-dalek] version = "2.1.1" features = [ "rand_core", "zeroize", "pkcs8", "serde", "digest", ] [dependencies.generic-array] version = "1.1.0" [dependencies.rand] version = "0.8.5" [dependencies.ring] version = "0.17.8" [dependencies.serde] version = "1.0.214" features = ["derive"] [dependencies.serde_bytes] version = "0.11.15" [dependencies.thiserror] version = "1.0.65" [dependencies.typenum] version = "1.17.0"