gaia-binary 0.1.1

Binary encoding and decoding for Gaia 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 = "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"