# 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 = "android-logd-logger" version = "0.4.4" authors = [ "Felix Obenhuber ", "Jens Waechtler ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A logging implementation for `log` which directly writes to the Android logd daemon" homepage = "https://github.com/flxo/android-logd-logger" documentation = "https://docs.rs/android-logd-logger" readme = "README.md" keywords = [ "adb", "android", "log", "logcat", "logger", ] license = "MIT OR Apache-2.0" repository = "https://github.com/flxo/android-logd-logger" [lib] name = "android_logd_logger" path = "src/lib.rs" [[example]] name = "configuration" path = "examples/configuration.rs" [[example]] name = "events" path = "examples/events.rs" [[example]] name = "hello" path = "examples/hello.rs" [dependencies.bytes] version = "1" [dependencies.env_logger] version = "0.10" features = ["regex"] default-features = false [dependencies.lazy_static] version = "1.4" optional = true [dependencies.log] version = "0.4" features = ["std"] [dependencies.parking_lot] version = "0.12" [dependencies.thiserror] version = "1" [dependencies.time] version = "0.3" features = [ "formatting", "macros", ] [dev-dependencies.tempfile] version = "3.3.0" [features] default = ["lazy_static"] [target.'cfg(target_os = "redox")'.dependencies.redox_syscall] version = "0.4.1" [target."cfg(unix)".dependencies.libc] version = "0.2.139" [target."cfg(windows)".dependencies.winapi] version = "0.3.9" features = ["processthreadsapi"]