rsproperties 0.1.3

Pure Rust implementation of Android's property system with cross-platform support, real-time monitoring, and Linux emulation
Documentation
[dependencies.log]
version = "0.4"

[dependencies.pretty-hex]
version = "0.4"

[dependencies.rustix]
features = ["fs", "mm", "thread", "process", "net"]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.zerocopy]
version = "0.8"

[dependencies.zerocopy-derive]
version = "0.8"

[dev-dependencies.android_system_properties]
version = "0.1"

[dev-dependencies.anyhow]
version = "1.0"

[dev-dependencies.clap]
features = ["derive"]
version = "4.0"

[dev-dependencies.env_logger]
version = "0.11"

[[example]]
name = "getprop"
path = "examples/getprop.rs"

[[example]]
name = "setprop"
path = "examples/setprop.rs"

[features]
builder = []
default = []

[lib]
name = "rsproperties"
path = "src/lib.rs"

[package]
authors = ["Jeff Kim <hiking90@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["os", "api-bindings"]
description = "Pure Rust implementation of Android's property system with cross-platform support, real-time monitoring, and Linux emulation"
documentation = "https://docs.rs/rsproperties"
edition = "2021"
homepage = "https://github.com/hiking90/rsproperties"
keywords = ["android", "properties", "system"]
license = "Apache-2.0"
name = "rsproperties"
readme = "README.md"
repository = "https://github.com/hiking90/rsproperties"
rust-version = "1.77"
version = "0.1.3"

[[test]]
name = "android_compatibility_tests"
path = "tests/android_compatibility_tests.rs"

[[test]]
name = "basic_test"
path = "tests/basic_test.rs"

[[test]]
name = "comprehensive_api_tests"
path = "tests/comprehensive_api_tests.rs"

[[test]]
name = "comprehensive_tests"
path = "tests/comprehensive_tests.rs"

[[test]]
name = "debug_tests"
path = "tests/debug_tests.rs"

[[test]]
name = "edge_case_tests"
path = "tests/edge_case_tests.rs"

[[test]]
name = "minimal_test"
path = "tests/minimal_test.rs"

[[test]]
name = "production_tests"
path = "tests/production_tests.rs"