# 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 = "perfetto_protos" version = "0.48.1" build = "build.rs" include = [ "**/*.rs", "protos/**/*.proto", "Cargo.toml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Generates Rust bindings to Protocol Buffers defined by Perfetto" readme = "README-crate.md" license = "Apache-2.0" repository = "https://github.com/a6f/perfetto_protos" [lib] name = "perfetto_protos" path = "protos.rs" [dependencies.protobuf] version = "3.7.1" [build-dependencies.protobuf-codegen] version = "3.7.1" [build-dependencies.protoc-bin-vendored] version = "3.1.0"