[dependencies.byteorder]
version = "1.5.0"
[dependencies.cursieve_derive]
version = "0.1.0"
[dependencies.thiserror]
version = "1.0.50"
[package]
authors = ["Matthew Brown"]
categories = ["data-structures", "parsing"]
description = "Cursieve is a Rust library that makes it easy to deserialize byte arrays into annotated Rust structures"
documentation = "https://docs.rs/cursieve"
edition = "2021"
homepage = "https://github.com/mattadatta/cursieve"
keywords = ["serialize", "unpack", "struct", "byte", "parse"]
license-file = "LICENSE"
name = "cursieve"
readme = "README.md"
repository = "https://github.com/mattadatta/cursieve"
rust-version = "1.60"
version = "0.1.0"