# 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 = "localencrypt" version = "0.0.4" authors = ["Anthony Potappel "] description = "Tool to encrypt data in browser local storage" homepage = "https://github.com/serverlessnext/localencrypt" documentation = "https://docs.rs/localencrypt" readme = "README.rst" license = "MIT" repository = "https://github.com/serverlessnext/localencrypt" [lib] name = "localencrypt" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [dependencies.base64] version = "0.21" [dependencies.blake3] version = "1.3" [dependencies.console_log] version = "1" [dependencies.js-sys] version = "0.3" [dependencies.log] version = "0.4" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.wasm-bindgen] version = "0.2" [dependencies.wasm-bindgen-futures] version = "0.4" [dependencies.web-sys] version = "0.3" features = [ "Storage", "Window", "Crypto", "CryptoKey", "SubtleCrypto", "Pbkdf2Params", "AesKeyGenParams", "AesGcmParams", "Algorithm", ] [dev-dependencies.wasm-bindgen] version = "0.2" [dev-dependencies.wasm-bindgen-test] version = "0.3.0"