# 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 = "redpen-linter" version = "0.4.0" authors = ["Esteban Küber "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust linter" documentation = "https://docs.rs/redpen-linter" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/estebank/redpen" [package.metadata.rust-analyzer] rustc_private = true [[bin]] name = "redpen" path = "commands/redpen.rs" [[bin]] name = "redpen_wrapper" path = "commands/wrapper.rs" [[bin]] name = "rustc_redpen" path = "src/main.rs" [[test]] name = "compile-test" path = "tests/compile-test.rs" [dependencies.home] version = "0.5" [dev-dependencies.compiletest_rs] version = "0.10" features = ["tmp"]