# 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 = "message_verifier" version = "2.0.0" authors = [ "Michael J Coyne ", "Sean Linsley ", ] description = "Rust Message Verifier library compatible with Rails' MessageVerifier and MessageEncryptor" documentation = "https://docs.rs/message_verifier" readme = "README.md" keywords = [ "crypto", "security", "rails", "cookies", "sessions", ] license = "MIT" repository = "https://github.com/mikeycgto/message_verifier" [dependencies.aes] version = "0.8.3" [dependencies.aes-gcm] version = "0.10.2" [dependencies.base64] version = "0.21.4" [dependencies.block-padding] version = "0.3.3" [dependencies.cbc] version = "0.1.2" features = ["alloc"] [dependencies.digest] version = "0.10.7" [dependencies.error-chain] version = "0.12.4" [dependencies.hex] version = "0.4.3" [dependencies.pbkdf2] version = "0.12.2" [dependencies.rand] version = "0.8.5" [dependencies.sha1] version = "0.10.5" [dependencies.subtle] version = "2.5.0"