# 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 = "deno_lint" version = "0.68.0" authors = ["the Deno authors"] build = false exclude = ["benchmarks/*"] autobins = false autoexamples = false autotests = false autobenches = false description = "lint for deno" readme = "README.md" keywords = [ "deno", "lint", ] categories = ["development-tools"] license = "MIT" repository = "https://github.com/denoland/deno_lint" [lib] name = "deno_lint" path = "src/lib.rs" [[example]] name = "dlint" path = "examples/dlint/main.rs" test = true required-features = ["docs"] [dependencies.anyhow] version = "1.0.79" [dependencies.deno_ast] version = "0.43.0" features = [ "scopes", "transforms", "utils", "visit", "view", "react", ] [dependencies.derive_more] version = "0.99.17" features = ["display"] [dependencies.if_chain] version = "1.0.2" [dependencies.log] version = "0.4.20" [dependencies.once_cell] version = "1.19.0" [dependencies.phf] version = "0.11.2" features = ["macros"] [dependencies.regex] version = "1.10.2" [dependencies.serde] version = "1.0.195" features = ["derive"] [dependencies.serde_json] version = "1.0.111" [dev-dependencies.ansi_term] version = "0.12.1" [dev-dependencies.atty] version = "0.2.14" [dev-dependencies.clap] version = "3" features = ["cargo"] [dev-dependencies.console_static_text] version = "0.8.2" [dev-dependencies.env_logger] version = "0.10.1" [dev-dependencies.globwalk] version = "0.9.1" [dev-dependencies.os_pipe] version = "1.1.5" [dev-dependencies.pulldown-cmark] version = "0.9.3" [dev-dependencies.rayon] version = "1.8.0" [features] default = [] docs = []