sakka 0.0.13

A low-level framework for implementing binary file format parsers and writers.
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 = "sakka"
version = "0.0.13"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A low-level framework for implementing binary file format parsers and writers."
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/tailflare/sakka"

[features]
default = ["std"]
derive = ["dep:sakka-derive"]
std = ["thiserror/std"]

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

[dependencies.pastey]
version = "0.2.3"

[dependencies.sakka-derive]
version = "0.0.13"
optional = true

[dependencies.thiserror]
version = "2.0.18"
default-features = false