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 are reading this file be aware that the original Cargo.toml 9# will likely look very different (and much more reasonable). 10# See Cargo.toml.orig for the original contents. 11 12[package] 13name = "android_logger" 14version = "0.12.0" 15authors = ["The android_logger Developers"] 16description = """ 17A logging implementation for `log` which hooks to android log output. 18""" 19readme = "README.md" 20keywords = [ 21 "android", 22 "bindings", 23 "log", 24 "logger", 25] 26categories = ["api-bindings"] 27license = "MIT OR Apache-2.0" 28repository = "https://github.com/Nercury/android_logger-rs" 29 30[dependencies.android_log-sys] 31version = "0.2" 32 33[dependencies.env_logger] 34version = "0.10" 35default-features = false 36 37[dependencies.log] 38version = "0.4" 39 40[dependencies.once_cell] 41version = "1.9" 42 43[features] 44default = ["regex"] 45regex = ["env_logger/regex"] 46 47[badges.travis-ci] 48repository = "Nercury/android_logger-rs" 49