# 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.70.0" name = "tracing-tracy" version = "0.11.3" authors = ["Simonas Kazlauskas "] description = """ Inspect tracing-enabled Rust applications with Tracy """ homepage = "https://github.com/nagisa/rust_tracy_client" documentation = "https://docs.rs/tracing-tracy" readme = "README.mkd" license = "MIT/Apache-2.0" repository = "https://github.com/nagisa/rust_tracy_client" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "tracing_tracy_docs", ] [lib] bench = true harness = false [dependencies.client] version = "0.17.0" default-features = false package = "tracy-client" [dependencies.tracing-core] version = "0.1" features = ["std"] default-features = false [dependencies.tracing-subscriber] version = "0.3" features = [ "fmt", "registry", ] default-features = false [dev-dependencies.criterion] version = "0.5" [dev-dependencies.futures] version = "0.3" [dev-dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.tracing] version = "0.1" features = ["std"] default-features = false [dev-dependencies.tracing-attributes] version = "0.1" [dev-dependencies.tracing-futures] version = "0.2" [features] broadcast = ["client/broadcast"] callstack-inlines = ["client/callstack-inlines"] code-transfer = ["client/code-transfer"] context-switch-tracing = ["client/context-switch-tracing"] debuginfod = ["client/debuginfod"] default = [ "enable", "system-tracing", "context-switch-tracing", "sampling", "code-transfer", "broadcast", "callstack-inlines", ] delayed-init = ["client/delayed-init"] demangle = ["client/demangle"] enable = ["client/enable"] fibers = ["client/fibers"] flush-on-exit = ["client/flush-on-exit"] manual-lifetime = ["client/manual-lifetime"] ondemand = ["client/ondemand"] only-ipv4 = ["client/only-ipv4"] only-localhost = ["client/only-localhost"] sampling = ["client/sampling"] system-tracing = ["client/system-tracing"] timer-fallback = ["client/timer-fallback"] verify = ["client/verify"]