# 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 = "signed_tokens" version = "0.2.0" authors = ["Dave Stearns"] description = "Creates and verifies digitally-signed tokens suitable for authenticated session IDs." readme = "README.md" keywords = [ "sessions", "tokens", "signatures", ] license = "MIT" repository = "https://github.com/davestearns/signed-tokens" [dependencies.base64] version = "0.22.1" [dependencies.fastrand] version = "2.1.0" [dependencies.hmac] version = "0.12.1" [dependencies.sha2] version = "0.10.8" [dependencies.thiserror] version = "1.0.61"