# 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 = "pwsec" version = "0.5.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ Support for password-based encryption. """ documentation = "https://docs.rs/pwsec" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/emabee/pwsec" [lib] name = "pwsec" path = "src/lib.rs" [[example]] name = "version_numbers" path = "examples/version_numbers.rs" [dependencies.base64] version = "0.22" [dependencies.chacha20poly1305] version = "0.10" features = ["heapless"] [dependencies.generic-array] version = "0.14" [dependencies.pbkdf2] version = "0.12" features = ["simple"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.sha2] version = "0.10" [dependencies.thiserror] version = "1.0" [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.version-sync] version = "0.9"