microsandbox-protocol 0.3.14

Wire protocol types and serialization for the microsandbox project.
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 = "2024"
name = "microsandbox-protocol"
version = "0.3.14"
authors = ["Super Rad Company <development@superrad.company>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Wire protocol types and serialization for the microsandbox project."
readme = false
license = "Apache-2.0"
repository = "https://github.com/superradcompany/microsandbox"

[lib]
name = "microsandbox_protocol"
path = "lib/lib.rs"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.ciborium]
version = "0.2"

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

[dependencies.serde_bytes]
version = "0.11"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1.42"
features = ["io-util"]
default-features = false

[dev-dependencies.tokio]
version = "1.42"
features = ["full"]