# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.71" name = "rsbinder" version = "0.2.4" build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "This is a library for Linux Binder communication." homepage = "https://hiking90.github.io/rsbinder-book/" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/hiking90/rsbinder" [lib] name = "rsbinder" path = "src/lib.rs" [dependencies.async-trait] version = "0.1" optional = true [dependencies.downcast-rs] version = "1.2" [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "0.4" [dependencies.nix] version = "0.28" features = [ "ioctl", "mount", "fs", "feature", "mman", "process", ] [dependencies.pretty_hex] version = "0.4" package = "pretty-hex" [dependencies.tokio] version = "1.35" optional = true default-features = false [dev-dependencies.env_logger] version = "0.11" [build-dependencies.rsbinder-aidl] version = "0.2.4" default-features = false [features] async = [ "rsbinder-aidl/async", "async-trait", ] default = ["tokio"] sync = ["rsbinder-aidl/sync"] tokio = [ "async", "tokio/full", ]