# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "sqlcrypto" version = "1.0.1" authors = ["PizzaCrust "] description = "sqlite encryption/decryption" documentation = "https://docs.rs/sqlcrypto" license = "MIT" repository = "https://github.com/PizzaCrust/sqlcrypto" [lib] name = "sqlcrypto" crate-type = ["cdylib", "rlib"] path = "src/lib.rs" [[bin]] name = "sqlcrypto-cli" path = "src/main.rs" [dependencies.aes] version = "0.6.0" [dependencies.block-modes] version = "0.7.0" [dependencies.getrandom] version = "0.2.0" [dependencies.hmac] version = "0.10.1" [dependencies.pbkdf2] version = "0.6.0" default-features = false [dependencies.rayon] version = "1.5.0" optional = true [dependencies.sha-1] version = "0.9.2" [features] parallel = ["rayon", "pbkdf2/parallel"] [target."cfg(target_arch = \"wasm32\")".dependencies.getrandom] version = "0.2.0" features = ["js"] [target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen-test] version = "0.3.18"