[package]
edition = "2024"
name = "gaia-binary"
version = "0.1.1"
authors = ["Gaia Team <192607617↯qq.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Binary encoding and decoding for Gaia project"
homepage = "https://gaia-assembly.netlify.app/"
readme = "readme.md"
license = "MPL-2.0"
repository = "https://github.com/nyar-vm/project-gaia"
resolver = "2"
[lib]
name = "gaia_binary"
path = "src/lib.rs"
[[test]]
name = "binary_tests"
path = "tests/binary_tests.rs"
[dependencies.gaia-types]
version = "0.1.0"