# 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 = "rosetta-crypto" version = "0.4.0" description = "Cryptographic primitives used by the rosetta client." license = "MIT" repository = "https://github.com/analog-labs/chain-connectors" [dependencies.anyhow] version = "1.0.69" [dependencies.bech32] version = "0.9.1" [dependencies.blake2-rfc] version = "0.2.18" [dependencies.bs58] version = "0.4.0" [dependencies.ecdsa] version = "0.16.0" features = ["arithmetic"] [dependencies.ed25519-dalek] version = "1.0.1" [dependencies.hex] version = "0.4.3" [dependencies.hmac] version = "0.12.1" [dependencies.k256] version = "0.13.0" [dependencies.p256] version = "0.13.0" [dependencies.ripemd] version = "0.1.3" [dependencies.rust-bip39] version = "1.0.0" [dependencies.schnorrkel] version = "0.10.2" [dependencies.sha2] version = "0.10.6" [dependencies.sha3] version = "0.10.6" [dependencies.ss58-registry] version = "1.39.0" [dependencies.substrate-bip39] version = "0.4.4" [dev-dependencies.bs58] version = "0.4.0" [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.rand] version = "0.8.5"