blob: dec0113f159a44f0f020cad55a45e143a7544588 [file] [log] [blame]
Joel Galensond19fd2d2020-06-30 12:38:21 -07001# 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"
Jeff Vander Stoepc30f4eb2021-04-19 14:39:30 +020015version = "0.10.1"
Joel Galensond19fd2d2020-06-30 12:38:21 -070016authors = ["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]
Andrew Walbranb5d680c2020-07-22 18:36:43 +010024version = "0.2"
Joel Galensond19fd2d2020-06-30 12:38:21 -070025
26[dependencies.env_logger]
Joel Galensone2d36b52021-04-01 15:00:19 -070027version = "0.8"
Joel Galensond19fd2d2020-06-30 12:38:21 -070028default-features = false
29
30[dependencies.lazy_static]
Andrew Walbranb5d680c2020-07-22 18:36:43 +010031version = "1.4"
Joel Galensond19fd2d2020-06-30 12:38:21 -070032
33[dependencies.log]
34version = "0.4"
35
36[features]
37default = ["regex"]
38regex = ["env_logger/regex"]
39[badges.travis-ci]
40repository = "Nercury/android_logger-rs"