# 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-signer" version = "0.4.0" authors = ["Essential Contributions "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Helpers for signing and encoding when using the Eseential protocol." homepage = "https://essential.builders/" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/essential-contributions/essential-wallet" [lib] name = "essential_signer" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.89" [dependencies.base64] version = "0.22.1" [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.ed25519-dalek] version = "2.1.0" [dependencies.essential-hash] version = "0.7.0" [dependencies.essential-sign] version = "0.7.0" [dependencies.essential-types] version = "0.5.0" [dependencies.hex] version = "0.4.3" [dependencies.postcard] version = "1.0.10" features = ["alloc"] [dependencies.rand] version = "0.8.5" [dependencies.secp256k1] version = "0.30" features = [ "recovery", "global-context", "rand", ] [dependencies.serde] version = "1.0.210" [dependencies.serde_bytes] version = "0.11.14" [dependencies.serde_json] version = "1.0.128" [dependencies.sha2] version = "0.10.8"