rsbinder 0.4.2

rsbinder provides crates implemented in pure Rust that make Binder IPC available on both Android and Linux.
Documentation
[build-dependencies.rsbinder-aidl]
version = "0.4.1"

[dependencies.async-trait]
optional = true
version = "0.1"

[dependencies.downcast-rs]
version = "2.0"

[dependencies.log]
version = "0.4"

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

[dependencies.rsproperties]
version = "0.2.1"

[dependencies.rustix]
features = ["process", "param", "mm"]
version = "1.0.*"

[dependencies.tokio]
default-features = false
optional = true
version = "1.47"

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

[features]
android_11 = []
android_11_plus = ["android_11", "android_12", "android_13", "android_14", "android_16"]
android_12 = []
android_12_plus = ["android_12", "android_13", "android_14", "android_16"]
android_13 = []
android_13_plus = ["android_13", "android_14", "android_16"]
android_14 = []
android_14_plus = ["android_14", "android_16"]
android_16 = []
android_16_plus = ["android_16"]
async = ["rsbinder-aidl/async", "async-trait"]
default = ["tokio"]
sync = ["rsbinder-aidl/sync"]
tokio = ["async", "tokio/full"]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "rsbinder provides crates implemented in pure Rust that make Binder IPC available on both Android and Linux."
edition = "2021"
homepage = "https://hiking90.github.io/rsbinder-book/"
keywords = ["android", "binder", "aidl", "linux"]
license = "Apache-2.0"
name = "rsbinder"
readme = "README.md"
repository = "https://github.com/hiking90/rsbinder"
rust-version = "1.77"
version = "0.4.2"