# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "dlint" version = "0.1.0" authors = ["the Deno authors"] description = "lint for deno" license = "MIT" [dependencies.clap] version = "2.33.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.regex] version = "1.3.6" [dependencies.serde] version = "1.0.104" features = ["derive"] [dependencies.serde_derive] version = "1.0.104" [dependencies.serde_json] version = "1.0.48" [dependencies.swc_atoms] version = "0.2.2" [dependencies.swc_common] version = "=0.5.12" [dependencies.swc_ecma_ast] version = "=0.20.0" [dependencies.swc_ecma_parser] version = "=0.23.0" [dependencies.swc_ecma_visit] version = "=0.5.1" [dependencies.termcolor] version = "1.1.0"