# 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 = "price-rs" version = "0.0.1" authors = ["0xbe1 <0xbetrue@gmail.com>"] description = "Price all ERC20 tokens." readme = "README.md" license = "MIT" repository = "https://github.com/0xbe1/price-rs" resolver = "2" [dependencies.bigdecimal] version = "0.3.0" [dependencies.ethers] version = "0.17.0" features = ["abigen"] [dependencies.eyre] version = "0.6" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1.18" features = [ "macros", "rt-multi-thread", ] [dependencies.toml] version = "0.5" [build-dependencies.ethers] version = "0.17.0" features = ["abigen"] [build-dependencies.eyre] version = "0.6"