[package]
edition = "2024"
name = "aetheris-encoder-bitpack"
version = "0.2.4"
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 = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/garnizeh-labs/aetheris-protocol"
resolver = "2"
[lib]
name = "aetheris_encoder_bitpack"
path = "src/lib.rs"
[dependencies]