[dependencies.thiserror]
version = "2.0"
[lib]
name = "cursor_binary_parser"
path = "src/lib.rs"
[package]
authors = ["GrumpyMetalGuy"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["parsing"]
description = "A helper for using Cursor to manage the parsing of binary packed files."
edition = "2024"
keywords = ["cursor", "parsing", "nom"]
license-file = "LICENSE"
name = "cursor_binary_parser"
readme = "README.md"
repository = "https://github.com/GrumpyMetalGuy/cursor_binary_parser"
version = "0.2.0"