# 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-wallet" version = "0.4.0" description = "Command line wallet implemented using the rosetta client." license = "MIT" repository = "https://github.com/analog-labs/chain-connectors" [dependencies.anyhow] version = "1.0.69" [dependencies.async-std] version = "1.12.0" features = ["attributes"] [dependencies.clap] version = "4.1.8" features = ["derive"] [dependencies.futures] version = "0.3.26" [dependencies.rosetta-client] version = "0.4.0" [dependencies.surf] version = "2.3.2" features = ["h1-client-rustls"] default-features = false [dependencies.tracing-subscriber] version = "0.3.16"