1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 2# 3# When uploading crates to the registry Cargo will automatically 4# "normalize" Cargo.toml files for maximal compatibility 5# with all versions of Cargo and also rewrite `path` dependencies 6# to registry (e.g., crates.io) dependencies 7# 8# If you believe there's an error in this file please file an 9# issue against the rust-lang/cargo repository. If you're 10# editing this file be aware that the upstream Cargo.toml 11# will likely look very different (and much more reasonable) 12 13[package] 14name = "android_logger" 15version = "0.10.1" 16authors = ["The android_logger Developers"] 17description = "A logging implementation for `log` which hooks to android log output.\n" 18readme = "README.md" 19keywords = ["android", "bindings", "log", "logger"] 20categories = ["api-bindings"] 21license = "MIT OR Apache-2.0" 22repository = "https://github.com/Nercury/android_logger-rs" 23[dependencies.android_log-sys] 24version = "0.2" 25 26[dependencies.env_logger] 27version = "0.8" 28default-features = false 29 30[dependencies.lazy_static] 31version = "1.4" 32 33[dependencies.log] 34version = "0.4" 35 36[features] 37default = ["regex"] 38regex = ["env_logger/regex"] 39[badges.travis-ci] 40repository = "Nercury/android_logger-rs" 41