Vendor things
This commit is contained in:
parent
5deceec006
commit
977e3c17e5
19434 changed files with 10682014 additions and 0 deletions
68
third-party/vendor/tracy-client-sys/Cargo.toml
vendored
Normal file
68
third-party/vendor/tracy-client-sys/Cargo.toml
vendored
Normal file
|
|
@ -0,0 +1,68 @@
|
|||
# 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 = []
|
||||
Loading…
Add table
Add a link
Reference in a new issue