# 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 = "wallexerr" version = "0.3.3" authors = ["wildonion "] description = "Crypto Contract Wallets" homepage = "https://github.com/wildonion/wallexerr/" readme = "README.md" keywords = [ "ed25519", "secp256", "blockchain", "ecdsa", "web3", ] license = "MIT OR Apache-2.0" repository = "https://github.com/wildonion/wallexerr/" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" overflow-checks = true [lib] name = "wallexerr" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [dependencies.aes256ctr_poly1305aes] version = "0.2.0" [dependencies.base58] version = "0.2.0" [dependencies.base64] version = "0.22" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.hex] version = "0.4" [dependencies.once_cell] version = "1" [dependencies.ring] version = "0.17" [dependencies.rust-argon2] version = "2" [dependencies.secp256k1] version = "0.29" features = ["rand"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.sha2] version = "0.10" [dependencies.themis] version = "0.14.0" [dependencies.tiny-bip39] version = "1.0.0" [dependencies.tiny-keccak] version = "2.0" features = ["sha3"] [dependencies.tokio] version = "1" features = ["full"] [dependencies.web3] version = "0.19.0"