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_log-sys" 14version = "0.3.2" 15authors = ["The android_log_sys Developers"] 16build = false 17autolib = false 18autobins = false 19autoexamples = false 20autotests = false 21autobenches = false 22description = """ 23FFI bindings to Android log Library. 24""" 25documentation = "https://docs.rs/android_log-sys" 26readme = "README.md" 27keywords = [ 28 "ffi", 29 "android", 30 "log", 31] 32categories = ["external-ffi-bindings"] 33license = "MIT OR Apache-2.0" 34repository = "https://github.com/rust-mobile/android_log-sys-rs" 35 36[lib] 37name = "android_log_sys" 38path = "src/lib.rs" 39