# 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 = "encrypted-message" version = "0.3.0" description = "Safely encrypt & store serializable data using AES-256-GCM." readme = "README.md" keywords = [ "encryption", "aes", "diesel", ] categories = ["cryptography"] license = "MIT" repository = "https://github.com/RigoOnRails/encrypted-message" [[bench]] name = "encrypted_message" harness = false [dependencies.aes-gcm] version = "0.10.3" [dependencies.base64] version = "0.22.0" [dependencies.diesel] version = "2.1.5" features = ["serde_json"] optional = true [dependencies.hmac] version = "0.12.1" [dependencies.rand] version = "0.8.5" [dependencies.secrecy] version = "0.8.0" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.115" [dependencies.sha2] version = "0.10.8" [dependencies.thiserror] version = "1.0.58" [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"] [dev-dependencies.dotenvy] version = "0.15.7" [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.pbkdf2] version = "0.12.2" [dev-dependencies.uuid] version = "1.8.0" features = ["v4"] [features] diesel = ["dep:diesel"] diesel-mysql = ["diesel/mysql"] diesel-postgres = ["diesel/postgres"]