# 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" rust-version = "1.63" name = "gpiosim" version = "0.4.0" authors = ["Kent Gibson "] description = "A library to drive gpio-sims for GPIO software testing" readme = "README.md" keywords = [ "linux", "gpio", "gpiochip", "library", "testing", ] categories = [ "embedded", "os::linux-apis", "development-tools::testing", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/warthog618/gpiosim-rs" [package.metadata.docs.rs] all-features = true targets = [ "x86_64-unknown-linux-gnu", "i686-unknown-linux-gnu", ] [[bench]] name = "pull" harness = false [dependencies.cap-std] version = "3.0" [dependencies.thiserror] version = "1.0" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.gpiocdev] version = "0.7" features = [ "uapi_v1", "uapi_v2", ]