# 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 = "async-std-gpiod" version = "0.2.3" authors = ["K. "] description = "Linux GPIO character device interfacing with async-std" readme = "README.md" keywords = [ "libgpiod", "GPIO", "Linux", "async", "async-std", ] categories = [ "os", "os::linux-apis", "asynchronous", ] license = "MIT" [dependencies.async-io] version = "1" [dependencies.async-std] version = "1" [dependencies.gpiod-core] version = "0.2.3" default-features = false [dev-dependencies.async-std] version = "1" features = ["attributes"] [features] clap = ["gpiod-core/clap"] default = ["v2"] serde = ["gpiod-core/serde"] v2 = ["gpiod-core/v2"]