crabstep 0.4.0

Cross-platform, zero-dependency Apple/NeXTSTEP typedstream deserializer
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 = "crabstep"
version = "0.4.0"
authors = ["Christopher Sardegna <imessage@reagentx.net>"]
build = false
exclude = [".github"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cross-platform, zero-dependency Apple/NeXTSTEP typedstream deserializer"
readme = "README.md"
keywords = [
    "typedstream",
    "macos",
    "ios",
    "apple",
]
categories = [
    "parsing",
    "parser-implementations",
    "database",
]
license = "GPL-3.0-or-later"
repository = "https://github.com/ReagentX/crabstep"

[features]
std = []

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

[dependencies]