# 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-astar" version = "0.4.0" description = "Astar rosetta server." readme = "README.md" 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.ethers] version = "2.0.7" [dependencies.parity-scale-codec] version = "3.4.0" [dependencies.rosetta-config-astar] version = "0.4.0" [dependencies.rosetta-config-ethereum] version = "0.4.0" [dependencies.rosetta-server] version = "0.4.0" [dependencies.rosetta-server-ethereum] version = "0.4.0" [dependencies.serde_json] version = "1.0.94" [dependencies.sp-core] version = "16.0.0" features = [ "blake2", "std", ] default-features = false [dependencies.sp-keyring] version = "18.0.0" [dependencies.subxt] version = "0.27.1" [dependencies.tokio] version = "1.26.0" features = [ "rt-multi-thread", "macros", ] [dev-dependencies.ethers-solc] version = "2.0.1" [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.rosetta-client] version = "0.4.0" [dev-dependencies.rosetta-docker] version = "0.4.0" [dev-dependencies.rosetta-server] version = "0.4.0" features = ["tests"] [dev-dependencies.sha3] version = "0.10.6"