# 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 = "minicov" version = "0.3.7" authors = ["Amanieu d'Antras "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Code coverage and profile-guided optimization support for no_std and embedded programs" readme = "README.md" keywords = [ "coverage", "no_std", "llvm-cov", "pgo", "profiling", ] categories = [ "development-tools", "no-std", "embedded", ] license = "Apache-2.0/MIT" repository = "https://github.com/Amanieu/minicov" [lib] name = "minicov" path = "src/lib.rs" [build-dependencies.cc] version = "1.0.77" [build-dependencies.walkdir] version = "2.3.2" [features] alloc = [] default = ["alloc"]