68 lines
1.6 KiB
TOML
68 lines
1.6 KiB
TOML
# 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 = "2018"
|
|
name = "tracy-client-sys"
|
|
version = "0.21.2"
|
|
authors = ["Simonas Kazlauskas <tracy-client-sys@kazlauskas.me>"]
|
|
build = "build.rs"
|
|
description = """
|
|
Low level bindings to the client libraries for the Tracy profiler
|
|
"""
|
|
homepage = "https://github.com/nagisa/rust_tracy_client"
|
|
documentation = "https://docs.rs/tracy-client-sys"
|
|
readme = "README.mkd"
|
|
license = "(MIT OR Apache-2.0) AND BSD-3-Clause"
|
|
repository = "https://github.com/nagisa/rust_tracy_client"
|
|
|
|
[package.metadata.docs.rs]
|
|
rustdoc-args = [
|
|
"--cfg",
|
|
"tracy_client_sys_docs",
|
|
]
|
|
|
|
[[test]]
|
|
name = "tests"
|
|
path = "tests.rs"
|
|
harness = false
|
|
required-features = ["fibers"]
|
|
|
|
[dependencies]
|
|
|
|
[build-dependencies.cc]
|
|
version = "1.0.82"
|
|
default-features = false
|
|
|
|
[features]
|
|
broadcast = []
|
|
callstack-inlines = []
|
|
code-transfer = []
|
|
context-switch-tracing = []
|
|
default = [
|
|
"enable",
|
|
"system-tracing",
|
|
"context-switch-tracing",
|
|
"sampling",
|
|
"code-transfer",
|
|
"broadcast",
|
|
"callstack-inlines",
|
|
]
|
|
delayed-init = []
|
|
enable = []
|
|
fibers = []
|
|
manual-lifetime = []
|
|
ondemand = []
|
|
only-ipv4 = []
|
|
only-localhost = []
|
|
sampling = []
|
|
system-tracing = []
|
|
timer-fallback = []
|