# 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 = "essential-wallet" version = "0.5.0" authors = ["Essential Contributions "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A wallet for storing pub/priv keypairs for testing purposes." homepage = "https://essential.builders/" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/essential-contributions/essential-wallet" [lib] name = "essential_wallet" path = "src/lib.rs" [[bin]] name = "essential-wallet" path = "src/main.rs" [dependencies.anyhow] version = "1.0.89" [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.dirs] version = "5.0" [dependencies.essential-sign] version = "0.7.0" [dependencies.essential-signer] version = "0.4.0" [dependencies.essential-types] version = "0.5.0" [dependencies.hex] version = "0.4.3" [dependencies.rand] version = "0.8.5" [dependencies.rpassword] version = "7.3.1" [dependencies.rusqlite] version = "0.32.1" features = [ "bundled", "bundled-sqlcipher-vendored-openssl", ] [dependencies.serde] version = "1.0.210" [dependencies.serde_json] version = "1.0.128" [dependencies.tempfile] version = "3.13.0" optional = true [features] test-utils = ["dep:tempfile"]