# 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" rust-version = "1.75" name = "fastrace" version = "0.7.4" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A high-performance timeline tracing library for Rust" documentation = "https://docs.rs/fastrace" readme = "README.md" keywords = [ "tracing", "span", "datadog", "jaeger", "opentelemetry", ] categories = ["development-tools::debugging"] license = "Apache-2.0" repository = "https://github.com/fast/fastrace" [lib] name = "fastrace" path = "src/lib.rs" [[example]] name = "asynchronous" path = "examples/asynchronous.rs" [[example]] name = "get_started" path = "examples/get_started.rs" [[example]] name = "logging" path = "examples/logging.rs" [[example]] name = "synchronous" path = "examples/synchronous.rs" [[example]] name = "tail_sampling" path = "examples/tail_sampling.rs" [[example]] name = "unit_test" path = "examples/unit_test.rs" [[test]] name = "lib" path = "tests/lib.rs" [[bench]] name = "compare" path = "benches/compare.rs" harness = false [[bench]] name = "object_pool" path = "benches/object_pool.rs" harness = false [[bench]] name = "spsc" path = "benches/spsc.rs" harness = false [[bench]] name = "trace" path = "benches/trace.rs" harness = false [dependencies.fastrace-macro] version = "0.7.4" [dependencies.minstant] version = "0.1" [dependencies.once_cell] version = "1.19" [dependencies.parking_lot] version = "0.12" [dependencies.pin-project] version = "1.1" [dependencies.rand] version = "0.8" [dependencies.rtrb] version = "0.3" [dev-dependencies.async-trait] version = "0.1" [dev-dependencies.criterion] version = "0.5" features = ["html_reports"] [dev-dependencies.crossbeam] version = "0.8" [dev-dependencies.env_logger] version = "0.11" [dev-dependencies.flume] version = "0.11" [dev-dependencies.futures] version = "0.3" [dev-dependencies.futures-timer] version = "3" [dev-dependencies.log] version = "0.4" [dev-dependencies.logcall] version = "0.1" [dev-dependencies.mockall] version = "0.13" [dev-dependencies.opentelemetry] version = "0.26" features = ["trace"] [dev-dependencies.opentelemetry-otlp] version = "0.26" features = ["trace"] [dev-dependencies.opentelemetry_sdk] version = "0.26" features = ["trace"] [dev-dependencies.rand] version = "0.8" [dev-dependencies.rustracing] version = "0.6" [dev-dependencies.serial_test] version = "3.1" [dev-dependencies.test-harness] version = "0.3" [dev-dependencies.tokio] version = "1.38" features = [ "rt", "time", "macros", "rt-multi-thread", ] [dev-dependencies.tracing] version = "0.1" [dev-dependencies.tracing-core] version = "0.1" [dev-dependencies.tracing-opentelemetry] version = "0.26" [dev-dependencies.tracing-subscriber] version = "0.3" [features] enable = []