1[package] 2name = "android_log-sys" 3version = "0.2.0" 4authors = [ 5 "Nerijus Arlauskas <nercury@gmail.com>", 6] 7license = "MIT OR Apache-2.0" 8readme = "README.md" 9repository = "https://github.com/nercury/android_log-sys-rs" 10description = """ 11FFI bindings to Android log Library. 12""" 13documentation = "https://docs.rs/android_log-sys" 14keywords = ["ffi", "android", "log"] 15categories = ["external-ffi-bindings"] 16 17[lib] 18name = "android_log_sys" 19