rust-clippy/Cargo.toml
Manish Goregaokar 1b41a4515e Crates bump
2015-11-20 16:21:14 +05:30

30 lines
600 B
TOML

[package]
name = "clippy"
version = "0.0.24"
authors = [
"Manish Goregaokar <manishsmail@gmail.com>",
"Andre Bogus <bogusandre@gmail.com>",
"Georg Brandl <georg@python.org>"
]
description = "A bunch of helpful lints to avoid common pitfalls in Rust"
repository = "https://github.com/Manishearth/rust-clippy"
readme = "README.md"
license = "MPL-2.0"
keywords = ["clippy", "lint", "plugin"]
[lib]
name = "clippy"
plugin = true
[dependencies]
unicode-normalization = "*"
[dev-dependencies]
compiletest_rs = "*"
regex = "*"
regex_macros = "*"
lazy_static = "*"
[features]
structured_logging = []