# 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 = "squaredb_enc" version = "1.0.0-beta" authors = ["@square-db"] description = "Squaredb - Enhance your DB with extendability and performance." readme = "README.md" categories = [ "squaredb", "db", "fm", "enc", ] license = "GPL-3.0-or-later" repository = "https://github.com/square-db/squaredb-enc" [profile.release] opt-level = 3 lto = false codegen-units = 16 debug = 0 split-debuginfo = "..." debug-assertions = false rpath = false panic = "unwind" overflow-checks = false incremental = false strip = "none" [dependencies.aes-gcm] version = "0.10.3" [dependencies.bcrypt] version = "0.15.1" [dependencies.pbkdf2] version = "0.12.2" features = [ "password-hash", "simple", ] [dependencies.rand] version = "0.8.5"