caff-archive 0.1.0

a library for manipulating CAFF archives
Documentation
[dependencies.byteorder]
version = "^ 1"

[dependencies.derivative]
version = "^ 2"

[dependencies.log]
optional = true
version = "^ 0.4"

[dependencies.thiserror]
version = "^ 1"

[dev-dependencies.proptest]
version = "^ 1"

[dev-dependencies.test-strategy]
version = "^ 0.3"

[features]
default = []
discovery = ["logging"]
logging = ["dep:log"]

[package]
authors = ["Chris Olstrom <chris@olstrom.com>"]
description = "a library for manipulating CAFF archives"
documentation = "https://docs.rs/caff-archive"
edition = "2021"
license = "MIT"
name = "caff-archive"
readme = "README.md"
repository = "https://github.com/vtubing/caff-archive"
version = "0.1.0"