# 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 = "cargo-line-test" version = "0.1.0" authors = ["Samuel Moelius "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Run tests by the lines they exercise" readme = "README.md" license = "AGPL-3.0" repository = "https://github.com/trailofbits/cargo-line-test" [[bin]] name = "cargo-line-test" path = "src/main.rs" [[test]] name = "ci" path = "tests/ci.rs" [dependencies.anyhow] version = "1.0" [dependencies.assert_cmd] version = "2.0" [dependencies.cargo_metadata] version = "0.18" [dependencies.clap] version = "4.5" features = [ "cargo", "derive", "wrap_help", ] [dependencies.ctrlc] version = "3.4" [dependencies.hex] version = "0.4" [dependencies.lcov] version = "0.8" [dependencies.once_cell] version = "1.20" [dependencies.remain] version = "0.2" [dependencies.serde_json] version = "1.0" [dependencies.sha2] version = "0.10" [dependencies.tempfile] version = "3.13" [dependencies.unidiff] version = "0.3" [dev-dependencies.ctor] version = "0.2" [dev-dependencies.regex] version = "1.11" [lints.clippy.pedantic] level = "warn" priority = -1 [lints.rust.unexpected_cfgs] level = "deny" priority = 0 check-cfg = ["cfg(dylint_lib, values(any()))"]