[package]
name = "android_logger"
version = "0.5.3"
authors = ["The android_logger Developers"]
description = "A logging implementation for `log` which hooks to android log output.\n"
readme = "README.md"
keywords = ["android", "bindings", "log", "logger"]
categories = ["api-bindings"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Nercury/android_logger-rs"
[dependencies.android_log-sys]
version = "0.1"
[dependencies.lazy_static]
version = "1.0"
[dependencies.log]
version = "0.4"
[badges.travis-ci]
repository = "Nercury/android_logger-rs"