[package] name = "complexity" version = "0.2.0" authors = ["Ross MacArthur "] edition = "2018" description = "Calculate cognitive complexity of Rust code." readme = "README.md" homepage = "https://github.com/rossmacarthur/complexity" repository = "https://github.com/rossmacarthur/complexity" license = "MIT OR Apache-2.0" keywords = ["cognitive", "complexity", "lint"] categories = ["development-tools"] [dependencies] syn = { version = "1", features = ["full"] } [dev-dependencies] ansi_term = "0.11.0" anyhow = "1.0.28" structopt = "0.3.13" tabular = "0.1.4" walkdir = "2.3.1"