# 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 = "sparkles" version = "0.1.4" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Capture execution flow of your Rust application with CPU cycle precision!" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/skibon02/sparkles" [lib] name = "sparkles" path = "src/lib.rs" [[example]] name = "configuration" path = "examples/configuration.rs" [[example]] name = "how_to_use" path = "examples/how_to_use.rs" [[example]] name = "lib_puffin_test" path = "examples/lib_puffin_test.rs" [[example]] name = "lib_tracing_test" path = "examples/lib_tracing_test.rs" [[example]] name = "timestamp_freq_test" path = "examples/timestamp_freq_test.rs" [[example]] name = "tracing_dense" path = "examples/tracing_dense.rs" [dependencies.bincode] version = "1.3.3" [dependencies.chrono] version = "0.4.38" [dependencies.drop_guard] version = "0.3.0" [dependencies.log] version = "0.4.22" default-features = false [dependencies.ringbuf] version = "0.4.4" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.sparkles-core] version = "0.1.4" [dependencies.thread-id] version = "4.2.2" [dev-dependencies.anyhow] version = "1.0.88" [dev-dependencies.puffin] version = "0.19.0" [dev-dependencies.puffin_http] version = "0.16.0" [dev-dependencies.simple_logger] version = "5.0.0" [dev-dependencies.tracing] version = "0.1.40" [dev-dependencies.tracing-perfetto] version = "0.1.1" [dev-dependencies.tracing-subscriber] version = "0.3.18" [features] accurate-timestamps-x86 = ["sparkles-core/accurate-timestamps-x86"] default = ["self-tracing"] self-tracing = []