# 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" rust-version = "1.77" name = "android_trace" version = "0.1.1" description = "Support for Android NDK Tracing" readme = "README.md" keywords = [ "android", "logging", "atrace", "ndk", ] categories = [ "api-bindings", "os", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/linebender/android_trace" [package.metadata.docs.rs] default-target = "aarch64-linux-android" targets = [] [dependencies.libc] version = "0.2.153" [dev-dependencies.static_assertions] version = "1.1.0" [features] api_level_23 = [] api_level_29 = ["api_level_23"] default = ["api_level_23"] [lints.clippy] doc_markdown = "warn" semicolon_if_nothing_returned = "warn" [lints.rust] missing_debug_implementations = "warn" missing_docs = "warn" unreachable_pub = "warn" unsafe_op_in_unsafe_fn = "warn"