uls-parser 0.1.2

Parser for FCC ULS pipe-delimited DAT files
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"
rust-version = "1.88"
name = "uls-parser"
version = "0.1.2"
authors = ["tgies"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Parser for FCC ULS pipe-delimited DAT files"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/tgies/uls"

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

[[bench]]
name = "parser_bench"
path = "benches/parser_bench.rs"
harness = false

[[bench]]
name = "parser_gungraun"
path = "benches/parser_gungraun.rs"
harness = false

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.phf]
version = "0.13.1"
features = ["macros"]

[dependencies.thiserror]
version = "2.0"

[dependencies.tracing]
version = "0.1"

[dependencies.uls-core]
version = "0.1.2"

[dependencies.zip]
version = "4.2"

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]

[dev-dependencies.gungraun]
version = "0.17"

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

[dev-dependencies.rstest]
version = "0.26"

[dev-dependencies.tempfile]
version = "3.25"