format-struct 0.6.1

A library for quick and easy format structure definitions for use in binary file parsing.
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 = "2021"
rust-version = "1.65"
name = "format-struct"
version = "0.6.1"
authors = ["turbocooler <turbocooler@cocaine.ninja>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library for quick and easy format structure definitions for use in binary file parsing."
documentation = "https://docs.rs/format-struct"
readme = "README.md"
keywords = [
    "parser",
    "format",
    "macro",
]
categories = [
    "no-std",
    "no-std::no-alloc",
    "parsing",
]
license = "MIT OR Apache-2.0"
repository = "https://gitlab.com/turbocooler/format-struct"

[features]
std = []

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

[[test]]
name = "basic"
path = "tests/basic.rs"

[dependencies]