# 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.7.0" build = "build.rs" include = [ "build.rs", "Cargo.toml", "README.md", "examples/*", "src/*", "cpp/CMakeLists.txt", "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] [build-dependencies.cmake] version = "0.1" [build-dependencies.convert_case] version = "0.6.0" [build-dependencies.serde] version = "1.0" features = ["derive"] [build-dependencies.serde_json] version = "1.0"