# 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 = "2018" name = "cargo-valgrind" version = "2.2.1" authors = ["Julian Frimmel "] build = false exclude = [ "CHANGELOG.md", "tests", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A cargo subcommand for running valgrind" readme = "README.md" keywords = [ "cargo", "subcomand", "cargo-subcommand", "valgrind", "cli", ] categories = [ "development-tools", "development-tools::cargo-plugins", ] license = "MIT OR Apache-2.0" repository = "https://github.com/jfrimmel/cargo-valgrind" [[bin]] name = "cargo-valgrind" path = "src/main.rs" [dependencies.bytesize] version = "1" [dependencies.colored] version = "1.9.4" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde-xml-rs] version = "0.5" default-features = false [dependencies.textwrap] version = "0.14" features = ["terminal_size"] optional = true [dev-dependencies.assert_cmd] version = "2" [dev-dependencies.predicates] version = "2" [features] default = ["textwrap"]