forked from miklelappo/android-properties
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
27 lines (25 loc) · 860 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[package]
name = "android-properties"
description = "Rust-based Android properties wrapper"
version = "0.2.2"
authors = ["Mikhail Lappo <[email protected]>"]
edition = "2018"
license = "MIT"
repository = "https://github.com/miklelappo/android-properties"
homepage = "https://github.com/miklelappo/android-properties"
documentation = "https://docs.rs/android-properties/0.2.2"
readme = "README.md"
keywords = [
"android",
"properties",
"cutils",
"bionic",
"persistent"
]
categories = ["external-ffi-bindings", "os", "os::linux-apis"]
exclude = [".travis.yml", "check.sh"]
[features]
# Use this feature if you have Android 8 and older versions
bionic-deprecated = []
[package.metadata.docs.rs]
targets = ["arm-linux-androideabi", "armv7-linux-androideabi", "aarch64-linux-android", "i686-linux-android", "x86_64-unknown-linux-gnu"]