# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "rust-covfix" version = "0.2.1" authors = ["Kogia-sima "] description = "Fix Rust coverage data based on source code" homepage = "https://github.com/Kogia-sima/rust-covfix" readme = "README.md" keywords = ["grcov", "lcov", "coverage"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/Kogia-sima/rust-covfix" [lib] name = "rust_covfix" path = "src/lib.rs" doctest = false [[bin]] name = "rust-covfix" path = "src/main.rs" test = false required-features = ["cli"] [dependencies.argparse] version = "0.2.2" optional = true [dependencies.error-chain] version = "0.12.2" default-features = false [dependencies.proc-macro2] version = "1.0.10" features = ["span-locations"] default-features = false [dependencies.regex] version = "1.3.6" features = ["std", "unicode-perl", "perf-dfa", "perf-inline"] default-features = false [dependencies.syn] version = "1.0.17" features = ["parsing", "visit", "full"] default-features = false [dev-dependencies.tempfile] version = "3.1.0" [features] backtrace = ["error-chain/backtrace"] cli = ["argparse"] default = ["cli", "lcov"] lcov = [] noinline = []