# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "lite-session" version = "1.0.0" authors = ["Charles Chege "] description = "Create Session Tokens that are Resilient to Misuse and Highjacking" homepage = "https://github.com/charleschege/LiteSession" readme = "README.md" keywords = ["encryption", "sessions", "autonomous-secrets", "privacy", "embedded-security"] categories = ["cryptography", "authentication", "embedded", "no-std"] license = "Apache-2.0" repository = "https://github.com/charleschege/LiteSession" [dependencies.arrayvec] version = "0.5.2" [dependencies.blake3] version = "0.3.7" [dependencies.chacha20] version = "0.6.0" [dependencies.hex] version = "0.4.2" default-features = false [dependencies.nanorand] version = "0.5.2" features = ["chacha"] [dependencies.secrecy] version = "0.7.0" features = ["serde"] [dependencies.tai64] version = "3.1.0" [dependencies.timelite] version = "1.0.4" [badges.maintenance] status = "actively-developed"