# 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 = "2018" name = "paranoid-android" version = "0.2.2" authors = ["Raphaël Thériault "] description = "Integration layer between tracing and Android logs" readme = "README.md" keywords = [ "android", "logcat", "tracing", "logging", "subscriber", ] categories = [ "os", "development-tools::debugging", "development-tools::profiling", ] license = "MIT" repository = "https://github.com/raftario/tracing-android" [package.metadata.docs.rs] all-features = true targets = [ "aarch64-linux-android", "armv7-linux-androideabi", "i686-linux-android", "x86_64-linux-android", ] [dependencies.lazy_static] version = "1" [dependencies.sharded-slab] version = "0.1" [dependencies.smallvec] version = "1" [dependencies.tracing-core] version = "0.1" default-features = false [dependencies.tracing-subscriber] version = "0.3" features = [ "fmt", "smallvec", ] default-features = false [features] api-30 = [] [target."cfg(target_os = \"android\")".dependencies.ndk-sys] version = "0.5"