[build-dependencies.anyhow]
version = "1.0.90"
[build-dependencies.cxx-build]
features = ["parallel"]
version = "1.0.129"
[dependencies.bytes]
version = "1.8.0"
[dependencies.cxx]
features = ["c++17"]
version = "1.0.129"
[dependencies.futures]
optional = true
version = "0.3.31"
[features]
async = ["dep:futures"]
[lib]
name = "tracing_perfetto_sdk_sys"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
description = "Native C++ bindings for the Perfetto SDK used by tracing-perfetto-sdk"
edition = "2021"
license = "Apache-2.0"
name = "tracing-perfetto-sdk-sys"
readme = false
repository = "https://github.com/modal-labs/tracing-perfetto-sdk"
version = "0.10.2"
[[test]]
name = "forget_to_init"
path = "tests/forget_to_init.rs"
[[test]]
name = "happy_path"
path = "tests/happy_path.rs"
[[test]]
name = "invalid_config"
path = "tests/invalid_config.rs"