aetheris-encoder-serde 0.2.0

High-performance binary contracts and communication traits for the Aetheris Engine
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 = "aetheris-encoder-serde"
version = "0.2.0"
authors = ["garnizeH Labs"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-performance binary contracts and communication traits for the Aetheris Engine"
documentation = "https://docs.rs/aetheris-protocol"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/garnizeh-labs/aetheris-protocol"
resolver = "2"

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

[dependencies.aetheris-protocol]
version = "0.2.0"

[dependencies.metrics]
version = "0.24.3"

[dependencies.rmp-serde]
version = "1.3.1"

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

[dependencies.tracing]
version = "0.1.44"

[dev-dependencies.proptest]
version = "1.6.0"