aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
authorJoel Galenson <jgalenson@google.com>2020-06-30 12:38:21 -0700
committerJoel Galenson <jgalenson@google.com>2020-06-30 12:38:21 -0700
commitd19fd2dfa5040402361c106d24111f5bdba81148 (patch)
treea0791ea52ab3d2e3b48474006fb4b8ec62f96a61 /Cargo.toml.orig
parent2c8c1ac44d8665aafe71fb55b6763886c454e713 (diff)
downloadandroid_logger-d19fd2dfa5040402361c106d24111f5bdba81148.tar.gz
Import android_logger-0.8.6
Change-Id: Ib4e241a1fe892d4e5712014c1c3b89748f1b3e77
Diffstat (limited to 'Cargo.toml.orig')
-rw-r--r--Cargo.toml.orig32
1 files changed, 32 insertions, 0 deletions
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
new file mode 100644
index 0000000..753d7f2
--- /dev/null
+++ b/Cargo.toml.orig
@@ -0,0 +1,32 @@
+[package]
+name = "android_logger"
+version = "0.8.6"
+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.0"
+
+[dependencies.log]
+version = "0.4"
+
+[dependencies.android_log-sys]
+version = "0.1"
+
+[dependencies.env_logger]
+version = "0.7"
+default-features = false
+
+[badges]
+travis-ci = { repository = "Nercury/android_logger-rs" }