riot-wrappers 0.3.0

Rust API wrappers for the RIOT operating system
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "riot-wrappers"
version = "0.3.0"
authors = ["Christian M. Amsüss <ca@etonomy.org>"]
description = "Rust API wrappers for the RIOT operating system"
documentation = "https://docs.rs/riot-wrappers/"
readme = "README.md"
keywords = ["riot", "riot-os", "iot", "bindings", "embedded-hal-impl"]
categories = ["api-bindings", "no-std"]
license = "LGPL-2.1"
repository = "https://gitlab.com/etonomy/riot-wrappers"
[dependencies.byteorder]
version = "1"
default-features = false

[dependencies.crc]
version = "^1"
default-features = false

[dependencies.embedded-hal]
version = "0.2.2"
features = ["unproven"]

[dependencies.nb]
version = "0.1.1"

[dependencies.num-traits]
version = "0.2"
default-features = false

[dependencies.riot-sys]
version = "0.2.3"
[build-dependencies.shlex]
version = "0.1.1"

[features]
default = ["set_panic_handler"]
set_panic_handler = []