# 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 = "tsc-trace" version = "0.7.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "low overhead tracing of rust code using time stamp counter (x86 rdtsc)" homepage = "https://github.com/koeninger/tsc-trace" readme = "README.md" keywords = [ "tracing", "profiling", "debugging", ] categories = [ "development-tools::debugging", "development-tools::profiling", ] license = "MIT" repository = "https://github.com/koeninger/tsc-trace" [lib] name = "tsc_trace" path = "src/lib.rs" [[bin]] name = "tsc-trace" path = "src/main.rs" [[bench]] name = "bench" path = "benches/bench.rs" harness = false [dependencies.bytemuck] version = "1.17.1" [dev-dependencies.criterion] version = "0.4" features = ["html_reports"] [features] capacity_16_million = [] capacity_1_million = [] capacity_32_million = [] capacity_64_million = [] capacity_8_million = [] const_array = [] default = [] lfence = [] off = []