delbin 0.1.0

Descriptive Language for Binary Object
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 = "2021"
name = "delbin"
version = "0.1.0"
authors = ["nasihs"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Descriptive Language for Binary Object"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/nasihs/delbin"

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

[[bin]]
name = "delbin"
path = "src/main.rs"

[[example]]
name = "array_syntax"
path = "examples/array_syntax.rs"

[[example]]
name = "basic"
path = "examples/basic.rs"

[[example]]
name = "crc_algorithms"
path = "examples/crc_algorithms.rs"

[[example]]
name = "validate_and_parse"
path = "examples/validate_and_parse.rs"

[[test]]
name = "cli"
path = "tests/cli.rs"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.crc]
version = "3.2"

[dependencies.pest]
version = "2.7"

[dependencies.pest_derive]
version = "2.7"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2.0.17"

[dev-dependencies.hex]
version = "0.4"