# 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.60" name = "libgpiod" version = "0.2.2" authors = ["Viresh Kumar "] exclude = ["Makefile.am"] description = "libgpiod wrappers" readme = "README.md" keywords = [ "libgpiod", "gpio", ] categories = [ "api-bindings", "hardware-support", "embedded", "os::linux-apis", ] license = "Apache-2.0 OR BSD-3-Clause" repository = "https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git" [dependencies.errno] version = "0.2.8" [dependencies.intmap] version = "2.0.0" [dependencies.libc] version = "0.2.39" [dependencies.libgpiod-sys] version = "0.1" [dependencies.thiserror] version = "1.0" [dev-dependencies] [features] v2_1 = ["libgpiod-sys/v2_1"] vnext = ["v2_1"]