# 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-lint" version = "0.9.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "library of lints for eipw, the Ethereum Improvement Proposal validator" readme = "README.md" license = "MPL-2.0" repository = "https://github.com/ethereum/eipw" [lib] name = "eipw_lint" path = "src/lib.rs" [[test]] name = "eipv" path = "tests/eipv.rs" [[test]] name = "lint_markdown_headings_space" path = "tests/lint_markdown_headings_space.rs" [[test]] name = "lint_markdown_html_comments" path = "tests/lint_markdown_html_comments.rs" [[test]] name = "lint_markdown_json_schema" path = "tests/lint_markdown_json_schema.rs" [[test]] name = "lint_markdown_link_first" path = "tests/lint_markdown_link_first.rs" [[test]] name = "lint_markdown_no_backticks" path = "tests/lint_markdown_no_backticks.rs" [[test]] name = "lint_markdown_regex" path = "tests/lint_markdown_regex.rs" [[test]] name = "lint_markdown_relative_links" path = "tests/lint_markdown_relative_links.rs" [[test]] name = "lint_markdown_section_order" path = "tests/lint_markdown_section_order.rs" [[test]] name = "lint_markdown_section_required" path = "tests/lint_markdown_section_required.rs" [[test]] name = "lint_preamble_author" path = "tests/lint_preamble_author.rs" [[test]] name = "lint_preamble_date" path = "tests/lint_preamble_date.rs" [[test]] name = "lint_preamble_file_name" path = "tests/lint_preamble_file_name.rs" [[test]] name = "lint_preamble_length" path = "tests/lint_preamble_length.rs" [[test]] name = "lint_preamble_list" path = "tests/lint_preamble_list.rs" [[test]] name = "lint_preamble_no_duplicates" path = "tests/lint_preamble_no_duplicates.rs" [[test]] name = "lint_preamble_one_of" path = "tests/lint_preamble_one_of.rs" [[test]] name = "lint_preamble_order" path = "tests/lint_preamble_order.rs" [[test]] name = "lint_preamble_regex" path = "tests/lint_preamble_regex.rs" [[test]] name = "lint_preamble_require_reference" path = "tests/lint_preamble_require_reference.rs" [[test]] name = "lint_preamble_required" path = "tests/lint_preamble_required.rs" [[test]] name = "lint_preamble_required_if_eq" path = "tests/lint_preamble_required_if_eq.rs" [[test]] name = "lint_preamble_trim" path = "tests/lint_preamble_trim.rs" [[test]] name = "lint_preamble_uint" path = "tests/lint_preamble_uint.rs" [[test]] name = "lint_preamble_uint_list" path = "tests/lint_preamble_uint_list.rs" [[test]] name = "lint_preamble_url" path = "tests/lint_preamble_url.rs" [[test]] name = "warning" path = "tests/warning.rs" [dependencies.chrono] version = "0.4.38" default-features = false [dependencies.comrak] version = "0.29.0" default-features = false [dependencies.educe] version = "0.6.0" features = ["Debug"] default-features = false [dependencies.eipw-preamble] version = "0.2.0" [dependencies.eipw-snippets] version = "0.1.0" [dependencies.jsonschema] version = "0.21.0" default-features = false [dependencies.regex] version = "1.11.0" [dependencies.scraper] version = "0.20.0" default-features = false [dependencies.serde] version = "1.0.164" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.snafu] version = "0.8.5" [dependencies.tokio] version = "1.40.0" features = ["macros"] optional = true [dependencies.url] version = "2.5.2" [dev-dependencies.assert_matches] version = "1.5.0" [dev-dependencies.tokio] version = "1.40.0" features = [ "macros", "rt", ] [dev-dependencies.toml] version = "0.8.19" [target.'cfg(not(target_arch = "wasm32"))'.dependencies.tokio] version = "1.40.0" features = [ "fs", "macros", ] [target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies.tokio] version = "1.40.0" features = [ "fs", "macros", "rt", ]