# 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.73" name = "sentry-tracing" version = "0.35.0" authors = ["Sentry "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ Sentry integration for tracing and tracing-subscriber crates. """ homepage = "https://sentry.io/welcome/" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/getsentry/sentry-rust" [package.metadata.docs.rs] all-features = true [lib] name = "sentry_tracing" path = "src/lib.rs" [[test]] name = "breadcrumbs" path = "tests/breadcrumbs.rs" [[test]] name = "shared" path = "tests/shared.rs" [[test]] name = "smoke" path = "tests/smoke.rs" [dependencies.sentry-backtrace] version = "0.35.0" optional = true [dependencies.sentry-core] version = "0.35.0" features = ["client"] [dependencies.tracing-core] version = "0.1" [dependencies.tracing-subscriber] version = "0.3.1" features = ["std"] default-features = false [dev-dependencies.log] version = "0.4" [dev-dependencies.serde_json] version = "1" [dev-dependencies.tokio] version = "1.8" features = [ "rt-multi-thread", "macros", "time", ] [dev-dependencies.tracing] version = "0.1" [dev-dependencies.tracing-subscriber] version = "0.3.1" features = [ "fmt", "registry", ] [features] backtrace = ["dep:sentry-backtrace"] default = []