# 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 = "web3-unit-converter" version = "0.1.1" authors = ["p0p3yee "] description = "Convert Eth unit (wei, gwei, eth) in rust" homepage = "https://github.com/p0p3yee/rust-web3-unit-converter" readme = "README.md" keywords = [ "web3", "ethereum", ] license = "MIT" repository = "https://github.com/p0p3yee/rust-web3-unit-converter" resolver = "2" [dependencies.bigdecimal] version = "0.3.0" [dependencies.ethereum-types] version = "0.13.1" features = ["std"] default_features = false