# 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 = "encryptodon" version = "0.1.8" authors = ["sean watters "] description = "Pachyderm Goes Private 🐘🕶️" homepage = "https://github.com/seanwatters/encryptodon" readme = "README.md" license = "AGPL-3.0" repository = "https://github.com/seanwatters/encryptodon" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.aes] version = "0.8.3" [dependencies.base64] version = "0.21.2" [dependencies.getrandom] version = "0.2" features = ["js"] [dependencies.rand] version = "0.8.5" [dependencies.wasm-bindgen] version = "0.2.87" [dependencies.x25519-dalek] version = "2.0.0" features = ["static_secrets"]