# 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" name = "tokio-gpiod" version = "0.3.0" authors = ["K. "] description = "Linux GPIO character device interfacing with tokio" homepage = "https://github.com/katyo/gpiod-rs" readme = "README.md" keywords = [ "libgpiod", "GPIO", "Linux", "async", "tokio", ] categories = [ "os", "os::linux-apis", "asynchronous", ] license = "MIT" repository = "https://github.com/katyo/gpiod-rs" [dependencies.gpiod-core] version = "0.3" default-features = false [dependencies.libc] version = "0.2" [dependencies.tokio] version = "1" features = [ "fs", "io-util", "rt", "net", ] default-features = false [dev-dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", ] default-features = false [features] clap = ["gpiod-core/clap"] default = ["v2"] serde = ["gpiod-core/serde"] v2 = ["gpiod-core/v2"]