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] 13edition = "2021" 14name = "android_logger" 15version = "0.15.0" 16authors = ["The android_logger Developers"] 17build = false 18autolib = false 19autobins = false 20autoexamples = false 21autotests = false 22autobenches = false 23description = """ 24A logging implementation for `log` which hooks to android log output. 25""" 26readme = "README.md" 27keywords = [ 28 "android", 29 "bindings", 30 "log", 31 "logger", 32] 33categories = [ 34 "api-bindings", 35 "os::android-apis", 36] 37license = "MIT OR Apache-2.0" 38repository = "https://github.com/rust-mobile/android_logger-rs" 39 40[package.metadata.docs.rs] 41targets = [ 42 "aarch64-linux-android", 43 "arm-linux-androideabi", 44 "armv7-linux-androideabi", 45 "i686-linux-android", 46 "thumbv7neon-linux-androideabi", 47 "x86_64-linux-android", 48] 49 50[lib] 51name = "android_logger" 52path = "src/lib.rs" 53 54[[test]] 55name = "config_log_level" 56path = "tests/config_log_level.rs" 57 58[[test]] 59name = "default_init" 60path = "tests/default_init.rs" 61 62[[test]] 63name = "multiple_init" 64path = "tests/multiple_init.rs" 65 66[dependencies.android_log-sys] 67version = "0.3.2" 68 69[dependencies.env_filter] 70version = "0.1" 71default-features = false 72 73[dependencies.log] 74version = "0.4" 75 76[features] 77android-api-30 = [] 78default = ["regex"] 79regex = ["env_filter/regex"] 80