shua_struct 0.5.1

Flexible binary data parsing and building for Rust.
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 = "shua_struct"
version = "0.5.1"
authors = ["Shua <CHA_Shua@outlook.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Flexible binary data parsing and building for Rust."
readme = "README.md"
license = "MIT"
repository = "https://github.com/Shua-github/shua-struct-rs"

[features]
all = [
    "array",
    "bool",
    "int",
    "float",
    "cstring",
    "option",
]
array = []
bool = []
cstring = []
float = []
int = []
option = []

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

[dependencies.bitvec]
version = "1.0.1"

[dependencies.shua_struct_macro]
version = "0.5.1"