# 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 = "tracing_android_trace" version = "0.1.1" description = "Support for Android NDK Tracing" readme = "README.md" keywords = [ "android", "logging", "tracing", ] categories = [ "development-tools::debugging", "os", "development-tools::profiling", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/linebender/android_trace" [package.metadata.docs.rs] default-target = "aarch64-linux-android" targets = [] [dependencies.smallvec] version = "1.13.1" [dependencies.thread_local] version = "1.1.8" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-core] version = "0.1.32" [dependencies.tracing-subscriber] version = "0.3.18" features = [ "std", "fmt", "smallvec", ] default-features = false [dev-dependencies.static_assertions] version = "1.1.0" [features] api_level_23 = ["android_trace/api_level_23"] api_level_29 = ["android_trace/api_level_29"] default = ["api_level_23"] [target."cfg(target_os = \"android\")".dependencies.android_trace] version = "0.1.1" default-features = false [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"