# 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-logcat" version = "0.1.0" description = "A writer for the tracing library that outputs to Android's logcat" readme = "README.md" keywords = [ "android", "logcat", "logd", "tracing", ] license = "Apache-2.0" repository = "https://github.com/chenxiaolong/tracing-logcat" [package.metadata.docs.rs] targets = [ "aarch64-linux-android", "armv7-linux-androideabi", "i686-linux-android", "x86_64-linux-android", ] [dependencies.rustix] version = "0.38" features = ["thread"] [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3"