# 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 = "encryptable" version = "0.1.1" authors = ["elijah629"] description = "Basic byte encrypter library, supports adding encrypt and decrypt functions to any type" homepage = "https://github.com/elijah629/encryptable-rs" readme = "README.md" keywords = [ "encryption", "encrypt", "decrypt", ] license = "MIT" repository = "https://github.com/elijah629/encryptable-rs" [dependencies.base64] version = "0.21.2" [dependencies.bincode] version = "2.0.0-rc.3" optional = true [dependencies.fernet] version = "0.2.1" [dependencies.pbkdf2] version = "0.12.1" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.164" features = ["derive"] optional = true [dependencies.sha2] version = "0.10.7" [features] bincode = ["dep:bincode"] serde = ["dep:serde"]