# 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 = "tracy_full" version = "1.8.0" authors = ["SparkyPotato"] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Fully featured bindings for the Tracy profiler" documentation = "https://docs.rs/tracy_full" readme = "README.md" license = "MIT" repository = "https://github.com/SparkyPotato/tracy_full" [lib] name = "tracy_full" path = "src/lib.rs" [[test]] name = "tests" path = "tests/tests.rs" harness = false [dependencies.bevy_ecs] version = "0.13" optional = true [dependencies.ctor] version = "0.2" optional = true [dependencies.futures-lite] version = "2.0" optional = true [dependencies.sys] version = "0.22.2" default-features = false package = "tracy-client-sys" [dependencies.tracing] version = "0.1" optional = true [dependencies.tracing-subscriber] version = "0.3" optional = true [dependencies.wgpu] version = "0.20" optional = true default-features = false [build-dependencies.rustc_version] version = "0.4" [features] allocator_api = ["unstable"] bevy = [ "bevy_ecs", "futures", ] broadcast = ["sys/broadcast"] code-transfer = ["sys/code-transfer"] context-switch-tracing = ["sys/context-switch-tracing"] default = [ "system-tracing", "context-switch-tracing", "sampling", "code-transfer", "broadcast", ] enable = ["sys/enable"] futures = ["sys/fibers"] manual-init = ["sys/manual-lifetime"] ondemand = ["sys/ondemand"] only-ipv4 = ["sys/only-ipv4"] only-localhost = ["sys/only-localhost"] sampling = ["sys/sampling"] system-tracing = ["sys/system-tracing"] timer-fallback = ["sys/timer-fallback"] tracing = [ "dep:tracing", "tracing-subscriber", ] unstable = [] wgpu = [ "dep:wgpu", "futures-lite", ] [target."cfg(not(unstable))".dependencies.once_cell] version = "1.10.0"