# 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" rust-version = "1.80" name = "eipw" version = "0.9.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Ethereum Improvement Proposal linter that's one more than eipv" readme = "README.md" license = "MPL-2.0" repository = "https://github.com/ethereum/eipw" [[bin]] name = "eipw" path = "src/main.rs" [dependencies.clap] version = "4.5.18" features = ["derive"] [dependencies.eipw-lint] version = "0.9.0" features = ["tokio"] [dependencies.eipw-snippets] version = "0.1.0" [dependencies.serde] version = "1.0.164" features = ["derive"] [dependencies.serde_json] version = "1.0.99" [dependencies.thiserror] version = "1.0.64" [dependencies.tokio] version = "1.40.0" features = ["macros"] [dependencies.toml] version = "0.8.19" [target.'cfg(not(target_arch = "wasm32"))'.dependencies.tokio] version = "1.40.0" features = [ "fs", "macros", "rt-multi-thread", ] [target.'cfg(target_arch = "wasm32")'.dependencies.getrandom] version = "0.2.15" features = ["js"] [target.'cfg(target_arch = "wasm32")'.dependencies.tokio] version = "1.40.0" features = [ "macros", "rt", ]