# 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 = "apigpio" version = "1.0.1" authors = [ "Ian Jackson ", "pigpio contributors http://abyz.me.uk/rpi/pigpio/", ] description = "Raspberry PI GPIO access, via pigpiod; safe, async, Tokio" homepage = "https://salsa.debian.org/iwj/rust-apigpio" readme = "README.md" keywords = [ "raspberry", "pi", "rpi", "pigpio", "pigpiod", ] categories = [ "embedded", "hardware-support", "api-bindings", "asynchronous", ] license = "GPL-3.0-or-later" [dependencies.arrayref] version = "0.3" [dependencies.futures] version = "0.3" [dependencies.futures-util] version = "0.3" [dependencies.num-derive] version = "0.3" [dependencies.num-traits] version = "0.2" [dependencies.postage] version = "0.5" default_features = false [dependencies.slotmap] version = "1" [dependencies.strum] version = "0.24" features = ["derive"] [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = [ "io-util", "macros", "net", "rt", "sync", ] [dev-dependencies.tokio] version = "1" features = ["rt-multi-thread"] [features] default = ["futures-traits"] futures-traits = ["postage/futures-traits"]