# 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 = "runeauth" version = "0.1.4" authors = ["Peter Neuroth "] description = "Runeauth - Simple Extendable Cookies" readme = "README.md" keywords = [ "autorization", "cookies", "sercurity", "access-control", ] categories = [ "authentication", "cryptography", ] license = "MIT" license-file = "LICENSE" repository = "https://github.com/nepet/futhark" [[bench]] name = "decoding_benchmark" harness = false [[bench]] name = "padding_benchmark" harness = false [dependencies.anyhow] version = "1.0.66" [dependencies.base64] version = "0.21.0" [dependencies.crypto] version = "0.5.1" [dependencies.env_logger] version = "0.10.0" [dependencies.hex] version = "0.4.3" [dependencies.indexmap] version = "2.0.0" [dependencies.sha2] version = "0.10.6" features = ["compress"] [dependencies.thiserror] version = "1.0.37" [dev-dependencies.chrono] version = "0.4.24" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.proc-macro2] version = "1.0.60"