difa 0.1.1

Parsing of Amateur Data Interchange Format (ADIF) 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 = "2024"
name = "difa"
version = "0.1.1"
authors = ["Sidney Cammeresi <sac@cheesecake.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Parsing of Amateur Data Interchange Format (ADIF) files"
readme = "README.md"
keywords = ["hamradio"]
categories = [
    "encoding",
    "parser-implementations",
]
license = "BSD-3-Clause"
repository = "https://github.com/cammeresi/adif.git"

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

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

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

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

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

[[bench]]
name = "common"
path = "benches/common.rs"

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

[dependencies.bytes]
version = "1"

[dependencies.chrono]
version = "0.4.42"

[dependencies.futures]
version = "0.3"

[dependencies.indexmap]
version = "2"

[dependencies.itoa]
version = "1"

[dependencies.rust_decimal]
version = "1.39"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.tokio]
version = "1.48.0"
features = ["io-util"]

[dependencies.tokio-util]
version = "0.7"
features = ["codec"]

[dev-dependencies.criterion]
version = "0.7"
features = ["async_tokio"]

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

[dev-dependencies.rust_decimal]
version = "1.39"
features = ["proptest"]

[dev-dependencies.tokio]
version = "1.48.0"
features = [
    "macros",
    "rt",
    "fs",
]

[dev-dependencies.tokio-test]
version = "0.4"