# 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 = "serialize-with-password" version = "0.1.0" description = "Crate for serializing and encrypting data" license = "MIT" [dependencies.argon2] version = "0.5.2" features = ["alloc"] default-features = false [dependencies.chacha20poly1305] version = "0.10.1" features = ["alloc"] default-features = false [dependencies.rmp-serde] version = "1.1.2" optional = true [dependencies.serde] version = "1.0.188" features = ["derive"] optional = true [features] serde = [ "dep:serde", "dep:rmp-serde", ]