ergot 0.4.0

The latest in unsafe network stacks
Documentation
[dependencies.cobs]
version = "0.3.0"

[dependencies.cordyceps]
version = "0.3.4"

[dependencies.critical-section]
features = ["std"]
version = "1.2.0"

[dependencies.ergot-base]
version = "0.4.0"

[dependencies.maitake-sync]
features = ["std"]
version = "0.2.1"

[dependencies.mutex]
features = ["std", "impl-critical-section"]
version = "1.0.0"

[dependencies.pin-project]
version = "1.1.10"

[dependencies.postcard]
features = ["use-std"]
version = "1.1.1"

[dependencies.postcard-rpc]
version = "0.11.9"

[dependencies.postcard-schema]
features = ["derive"]
version = "0.2.1"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.tokio]
features = ["macros", "rt-multi-thread", "time", "io-util", "net", "sync"]
version = "1.45.1"

[lib]
name = "ergot"
path = "src/lib.rs"

[package]
authors = ["James Munns <james@onevariable.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["embedded", "no-std"]
description = "The latest in unsafe network stacks"
documentation = "https://docs.rs/ergot/"
edition = "2024"
keywords = []
license = "MIT OR Apache-2.0"
name = "ergot"
readme = "README.md"
repository = "https://github.com/jamesmunns/ergot"
version = "0.4.0"

[[test]]
name = "smoke"
path = "tests/smoke.rs"