[package]
edition = "2021"
name = "conduyt"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CONDUYT protocol SDK for Rust — host-side hardware control"
homepage = "https://github.com/virgilvox/conduyt"
readme = "README.md"
keywords = [
"iot",
"hardware",
"protocol",
"serial",
"embedded",
]
categories = [
"embedded",
"hardware-support",
"network-programming",
]
license = "MIT"
repository = "https://github.com/virgilvox/conduyt"
[features]
default = ["std"]
std = []
[lib]
name = "conduyt"
path = "src/lib.rs"
[[test]]
name = "conformance"
path = "tests/conformance.rs"
[[test]]
name = "device_test"
path = "tests/device_test.rs"
[dependencies]
[dev-dependencies.hex]
version = "0.4"
[dev-dependencies.serde]
version = "1"
features = ["derive"]
[dev-dependencies.serde_json]
version = "1"