Lines Matching +full:rust +full:- +full:embedded
2 name = "gpio-cdev"
6 homepage = "https://github.com/rust-embedded/gpio-cdev"
7 repository = "https://github.com/rust-embedded/gpio-cdev"
9 categories = ["embedded", "hardware-support", "os", "os::unix-apis"]
10 keywords = ["linux", "gpio", "gpiochip", "embedded"]
11 license = "MIT OR Apache-2.0"
16 async-tokio = ["tokio", "futures"]
20 required-features = ["async-tokio"]
26 tokio = { version = "1", features = ["io-std", "net"], optional = true }
29 [dev-dependencies]
33 tokio = { version = "1", features = ["io-std", "rt-multi-thread", "macros", "net"] }
38 # RUSTDOCFLAGS="--cfg docsrs" cargo +nightly doc --all-features --no-deps --open
39 all-features = true
40 rustdoc-args = ["--cfg", "docsrs"]