# 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 = "2018" name = "sysfs_gpio" version = "0.6.2" authors = [ "Paul Osborne ", "The Embedded Linux Team ", ] description = "Provides access to GPIOs using the Linux sysfs interface." homepage = "https://github.com/rust-embedded/rust-sysfs-gpio" documentation = "https://docs.rs/sysfs_gpio/" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/rust-embedded/rust-sysfs-gpio" [[example]] name = "tokio" required-features = ["async-tokio"] [dependencies.futures] version = "0.3" optional = true [dependencies.mio] version = "0.8" features = ["os-ext"] optional = true [dependencies.nix] version = "0.23" [dependencies.tokio] version = "1" features = ["net"] optional = true [dev-dependencies.tokio] version = "1" features = [ "rt-multi-thread", "macros", ] [features] async-tokio = [ "futures", "tokio", "mio-evented", ] mio-evented = ["mio"]