# 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 = "tracing-profile-perfetto-sys" version = "0.9.0" authors = ["Irreducible Team "] build = "build.rs" include = [ "build.rs", "Cargo.toml", "README.md", "examples/*", "src/*", "config/system_profiling.cfg", "cpp/CMakeLists.txt", "cpp/trace_categories.h", "cpp/trace_categories.cc", "cpp/wrapper.h", "cpp/wrapper.cc", "cpp/perfetto/sdk/*", "cpp/perfetto/LICENSE", "cpp/perfetto/README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Low-level bindings to Perfetto, optionally used by the tracing-profile crate" readme = "README.md" keywords = [ "profiling", "tracing", "perfetto", ] license = "Apache-2.0" repository = "https://gitlab.com/IrreducibleOSS/tracing-profile" [lib] name = "tracing_profile_perfetto_sys" path = "src/lib.rs" [dependencies.libc] version = "0.2.158" [dependencies.tempfile] version = "3.12.0" [dependencies.thiserror] version = "1.0.63" [build-dependencies.cc] version = "1.1.19"