# 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-client" version = "0.4.0" description = "Client library for interacting with connectors." readme = "README.md" license = "MIT" repository = "https://github.com/analog-labs/chain-connectors" [dependencies.anyhow] version = "1.0.69" [dependencies.dirs-next] version = "2.0.0" [dependencies.fraction] version = "0.13.1" features = [ "with-bigint", "with-decimal", ] default-features = false [dependencies.futures] version = "0.3.26" [dependencies.getrandom] version = "0.2.8" [dependencies.hex] version = "0.4.3" [dependencies.log] version = "0.4.17" [dependencies.rosetta-config-astar] version = "0.4.0" [dependencies.rosetta-config-bitcoin] version = "0.4.0" [dependencies.rosetta-config-ethereum] version = "0.4.0" [dependencies.rosetta-config-polkadot] version = "0.4.0" [dependencies.rosetta-core] version = "0.4.0" [dependencies.rosetta-tx-ethereum] version = "0.4.0" [dependencies.rosetta-tx-polkadot] version = "0.4.0" [dependencies.serde] version = "1.0.153" [dependencies.serde_json] version = "1.0.94" [dependencies.surf] version = "2.3.2" default-features = false [dev-dependencies.clap] version = "4.1.8" features = ["derive"] [dev-dependencies.surf] version = "2.3.2" features = ["h1-client-rustls"] default-features = false [dev-dependencies.tokio] version = "1.27.0" features = [ "rt-multi-thread", "macros", ] [target."cfg(target_family = \"wasm\")".dependencies.getrandom] version = "0.2.8" features = ["js"] [target."cfg(target_family = \"wasm\")".dependencies.js-sys] version = "0.3.61" [target."cfg(target_family = \"wasm\")".dependencies.wasm-bindgen] version = "0.2.84" [target."cfg(target_family = \"wasm\")".dependencies.web-sys] version = "0.3.61" features = [ "Storage", "Window", ]