# 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 = "hapi-iron-oxide" version = "0.1.0" description = "iron-webcrypto and hapi-iron implementation in Rust" homepage = "https://github.com/grindarius/hapi-iron-oxide" documentation = "https://docs.rs/hapi-iron-oxide" readme = "README.md" keywords = [ "hapi-iron", "iron-webcrypto", "iron-session", "session", ] categories = ["web-programming"] license = "MIT OR Apache-2.0" repository = "https://github.com/grindarius/hapi-iron-oxide" [[bench]] name = "seal" harness = false [dependencies.aes] version = "0.8" [dependencies.base64] version = "0.21" [dependencies.cbc] version = "0.1.2" features = ["std"] [dependencies.constant_time_eq] version = "0.2" [dependencies.ctr] version = "0.9" features = ["std"] [dependencies.hex] version = "0.4" [dependencies.pbkdf2] version = "0.12" features = ["parallel"] [dependencies.rand] version = "0.8" [dependencies.sha1] version = "0.10" [dependencies.sha2] version = "0.10" [dependencies.thiserror] version = "1.0" [dependencies.time] version = "0.3" [dev-dependencies.criterion] version = "0.4.0"