conduyt 0.3.0

CONDUYT protocol SDK for Rust — host-side hardware control
Documentation
# 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 = "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"