# 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-server-bitcoin" version = "0.4.0" description = "Bitcoin rosetta server." license = "MIT" repository = "https://github.com/analog-labs/chain-connectors" [dependencies.anyhow] version = "1.0.69" [dependencies.async-std] version = "1.12.0" features = ["tokio1"] [dependencies.async-trait] version = "0.1.66" [dependencies.bitcoincore-rpc-async] version = "3.0.1" [dependencies.hex] version = "0.4.3" [dependencies.rosetta-config-bitcoin] version = "0.4.0" [dependencies.rosetta-server] version = "0.4.0" [dependencies.serde_json] version = "1.0.94" [dependencies.tokio] version = "1.26.0" features = [ "rt-multi-thread", "macros", ] [dev-dependencies.rosetta-server] version = "0.4.0" features = ["tests"]