# 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 = "revm-fork-db" version = "8.1.1" authors = ["Tony Ke "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A lightweight fork database implementation for revm" readme = "README.md" keywords = [ "database", "fork", "revm", ] license = "MIT" repository = "https://github.com/fuzzland/revm-fork-db" [lib] name = "revm_fork_db" path = "src/lib.rs" [dependencies.eyre] version = "0.6" [dependencies.revm] version = "8" features = ["serde"] [dependencies.serde] version = "1" [dependencies.serde_json] version = "1" [dependencies.tracing] version = "0" [dependencies.ureq] version = "2" features = [ "json", "gzip", ] default-features = false [features] default = ["native-tls"] native-tls = ["ureq/native-tls"] rustls = ["ureq/tls"]