edifact-parser 0.1.0

Streaming EDIFACT tokenizer and SAX-style parser — standalone, no BO4E dependency
# 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"
rust-version = "1.75"
name = "edifact-parser"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Streaming EDIFACT tokenizer and SAX-style parser — standalone, no BO4E dependency"
readme = false
license = "MIT"

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

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

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

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

[dependencies.edifact-types]
version = "0.1.0"

[dependencies.thiserror]
version = "2"

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

[dev-dependencies.test-case]
version = "3"