[dependencies.defmt]
optional = true
version = "1.0.1"
[features]
defmt = ["dep:defmt"]
[lib]
name = "emcyphal_core"
path = "src/lib.rs"
[package]
authors = ["Dan Stefanov <danstefanov.u@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["embedded", "no-std", "asynchronous", "network-programming"]
description = "Common definition for Emcyphal network stack"
edition = "2024"
license = "MIT OR Apache-2.0"
name = "emcyphal-core"
readme = false
repository = "https://github.com/dan-stefanov/emcyphal"
version = "0.1.0"