# 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_dater" version = "0.1.1" description = "A simple library to get ethereum block by date using web3" readme = "README.md" keywords = [ "web3", "ethereum", "block", "date", ] license = "MIT" repository = "https://github.com/Syneware/rust-web3-dater" resolver = "2" [dependencies.chrono] version = "0.4" [dependencies.web3] version = "0.18" [dev-dependencies.tokio] version = "1.20" features = ["full"]