# 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 = "riot-sys" version = "0.7.14" authors = ["Christian Amsüss "] build = "build.rs" links = "riot-sys" autobins = false autoexamples = false autotests = false autobenches = false description = "Rust FFI wrappers for the RIOT operating system" documentation = "https://rustdoc.etonomy.org/riot_sys/" readme = "README.md" keywords = [ "riot", "riot-os", "iot", "bindings", ] categories = [ "external-ffi-bindings", "no-std", ] license = "LGPL-2.1" repository = "https://github.com/RIOT-OS/rust-riot-sys/" [lib] name = "riot_sys" path = "src/lib.rs" [dependencies.c2rust-asm-casts] version = "0.2" [dependencies.c2rust-bitfields] version = "0.3" features = ["no_std"] [dependencies.cty] version = "^0.2" [dependencies.riot-build] version = "< 0.2.0" optional = true [dependencies.riot-rs-core] version = "< 0.2.0" optional = true [build-dependencies.bindgen] version = "^0.64" [build-dependencies.regex] version = "1" [build-dependencies.serde] version = "1" features = ["derive"] [build-dependencies.serde_json] version = "1" [build-dependencies.shlex] version = "^1.3" [features] keep-extern-types = [] riot-rs = [ "riot-build", "riot-rs-core", "keep-extern-types", ]