You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
698 B
33 lines
698 B
[package]
|
|
name = "android_logger"
|
|
version = "0.10.1"
|
|
authors = ["The android_logger Developers"]
|
|
license = "MIT OR Apache-2.0"
|
|
readme = "README.md"
|
|
repository = "https://github.com/Nercury/android_logger-rs"
|
|
description = """
|
|
A logging implementation for `log` which hooks to android log output.
|
|
"""
|
|
keywords = ["android", "bindings", "log", "logger"]
|
|
categories = ["api-bindings"]
|
|
|
|
[features]
|
|
default = ["regex"]
|
|
regex = ["env_logger/regex"]
|
|
|
|
[dependencies]
|
|
lazy_static = "1.4"
|
|
|
|
[dependencies.log]
|
|
version = "0.4"
|
|
|
|
[dependencies.android_log-sys]
|
|
version = "0.2"
|
|
|
|
[dependencies.env_logger]
|
|
version = "0.8"
|
|
default-features = false
|
|
|
|
[badges]
|
|
travis-ci = { repository = "Nercury/android_logger-rs" }
|