# 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 = "wildland-crypto" version = "0.40.0" authors = ["Golem Foundation Contributors "] description = "Wildland Crypto" homepage = "https://wildland.io/" readme = "README.md" keywords = ["crypto"] license = "GPL-3.0-only" repository = "https://gitlab.com/wildland/corex/wildland-core" resolver = "1" [lib] crate-type = ["rlib"] [dependencies.crypto_box] version = "0.8" features = ["std"] [dependencies.ed25519-dalek] version = "1.0" [dependencies.ed25519-dalek-bip32] version = "0.2" [dependencies.hex] version = "0.4" [dependencies.hkdf] version = "0.12" [dependencies.rand] version = "0.8" [dependencies.rand_core] version = "0.6" features = ["std"] [dependencies.salsa20] version = "0.10" [dependencies.serde] version = "1.0" [dependencies.sha2] version = "0.10" [dependencies.thiserror] version = "1.0" [dependencies.tiny-bip39] version = "1.0" [dependencies.tracing] version = "0.1" [dev-dependencies.hex] version = "0.4" [dev-dependencies.hex-literal] version = "0.3" [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.serde_json] version = "1.0"