calypso_filety 3.0.0

Binary file type descriptions, parsers, etc. for Calypso
Documentation
[[bin]]
name = "readccff"
path = "src/bin/readccff.rs"
required-features = ["readccff-deps"]

[[example]]
name = "ccff_simple"
path = "examples/ccff/simple.rs"
[dependencies.indexmap]
version = "1.9.2"

[dependencies.nom]
version = "7.1.1"

[dependencies.pretty-hex]
optional = true
version = "0.3.0"
[dev-dependencies.pretty_assertions]
version = "1.3.0"

[features]
default = []
readccff-deps = ["pretty-hex"]

[package]
authors = ["ThePuzzlemaker <tpzker@thepuzzlemaker.info>"]
description = "Binary file type descriptions, parsers, etc. for Calypso"
edition = "2021"
homepage = "https://github.com/calypso-lang/calypso/tree/main/libs/calypso_filety"
license = "MIT OR Apache-2.0"
name = "calypso_filety"
readme = "README.md"
repository = "https://github.com/calypso-lang/calypso/"
rust-version = "1.66.1"
version = "3.0.0"