# 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 = "rcc_signer" version = "0.1.1" description = "signer rust implemenation for general purpose" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/KeystoneHQ/rust-crypto-core/tree/master/signer" resolver = "2" [dependencies.bs58] version = "0.4.0" [dependencies.bytes] version = "1" [dependencies.hex] version = "0.4.3" [dependencies.indexmap] version = "1.8.1" [dependencies.k256] version = "0.11.3" features = [ "ecdsa", "keccak256", ] [dependencies.serialport] version = "4.1.0" [dependencies.thiserror] version = "1.0" [dependencies.zeroize] version = "1.1.0"