# 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 = "jetgpio-sys" version = "0.2.3" authors = ["Rao Zvorovski"] build = "build.rs" links = "jetgpio" exclude = [ "vendor/docs", "vendor/EXAMPLES_C", "vendor/EXAMPLES_C++", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Low-level Rust bindings for https://github.com/Rubberazer/JETGPIO" readme = "README.md" keywords = [ "jetgpio", "gpio", "jetson", "nvidia", ] categories = [ "external-ffi-bindings", "hardware-support", ] license = "Unlicense" repository = "https://github.com/raoz/jetgpio-sys" [lib] name = "jetgpio_sys" path = "src/lib.rs" [[example]] name = "blink" path = "examples/blink.rs" [dependencies] [build-dependencies.bindgen] version = "0.68.1" [build-dependencies.cc] version = "1.0" [features] orin = []