[badges.gitlab]
repository = "https://gitlab.com/markushx/opentrust"
[badges.maintenance]
status = "experimental"
[build-dependencies.bindgen]
version = "0.53.1"
[dependencies]
[features]
cli = []
default = ["cli", "ftd"]
ftd = []
go-faster = []
mtd = []
[package]
authors = ["Markus Becker <markus@bec-ker.de>"]
build = "build.rs"
categories = ["api-bindings", "embedded"]
description = "Rust bindings for OpenThread"
edition = "2018"
homepage = "https://gitlab.com/markushx/opentrust/"
include = ["Cargo.toml", "wrapper.h", "build.rs", "src/lib.rs", "vendor/openthread/LICENSE", "vendor/openthread/.default-version", "vendor/openthread/bootstrap", "vendor/openthread/configure.ac", "vendor/openthread/third_party/nlbuild-autotools", "vendor/openthread/third_party/mbedtls/**/*.c", "vendor/openthread/third_party/mbedtls/**/*.h", "vendor/openthread/examples/**/Makefile.platform.am", "vendor/openthread/**/Makefile.am", "vendor/openthread/include/**/*.h", "vendor/openthread/include/**/*.h.in", "vendor/openthread/src/lib/common.am", "vendor/openthread/src/**/*.c", "vendor/openthread/src/**/*.h", "vendor/openthread/src/**/*.cpp", "vendor/openthread/src/**/*.hpp"]
keywords = ["openthread", "thread"]
license = "BSD-3-Clause"
links = "openthread"
name = "openthread-sys"
readme = "README.md"
repository = "https://gitlab.com/markushx/opentrust/"
version = "0.1.4"