# 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-gizmos" version = "0.0.9" authors = ["Denys Mentiei "] description = "Bindings for the client library of the Tracy profiler" readme = "README.md" keywords = [ "profiler", "performance", "tracy", "api-bindings", ] categories = [ "development-tools::profiling", "api-bindings", ] license = "MIT OR Apache-2.0" repository = "https://github.com/den-mentiei/tracy-gizmos" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.attrs] version = "0.0.3" optional = true package = "tracy-gizmos-attributes" [dependencies.sys] version = "0.11.0" optional = true package = "tracy-gizmos-sys" [features] attributes = ["dep:attrs"] broadcast = ["sys?/broadcast"] callstack-inlines = ["sys?/callstack-inlines"] code-transfer = ["sys?/code-transfer"] context-switch = ["sys?/context-switch"] crash-handler = ["sys?/crash-handler"] default = [] enabled = [ "dep:sys", "only-localhost", ] hw-counters = ["sys?/hw-counters"] no-exit = ["sys?/no-exit"] only-ipv4 = ["sys?/only-ipv4"] only-localhost = ["sys?/only-localhost"] sampling = ["sys?/sampling"] system-tracing = ["sys?/system-tracing"] unstable-function-names = [] vsync = ["sys?/vsync"]