riot-sys 0.3.6

Rust FFI wrappers for the RIOT operating system
[build-dependencies.bindgen]
version = "0.53.1"

[build-dependencies.serde]
features = ["derive"]
version = "1"

[build-dependencies.serde_json]
version = "1"

[build-dependencies.shlex]
version = "^1"
[dependencies.c2rust-asm-casts]
version = "0.2"

[dependencies.c2rust-bitfields]
features = ["no_std"]
version = "0.3"

[dependencies.cty]
version = "^0.2"

[package]
authors = ["Christian M. Amsüss <ca@etonomy.org>"]
categories = ["external-ffi-bindings", "no-std"]
description = "Rust FFI wrappers for the RIOT operating system"
documentation = "https://rustdoc.etonomy.org/riot_sys/"
edition = "2018"
keywords = ["riot", "riot-os", "iot", "bindings"]
license = "LGPL-2.1"
links = "riot-sys"
name = "riot-sys"
readme = "README.md"
repository = "https://gitlab.com/etonomy/riot-sys"
version = "0.3.6"