ngdp-bpsv 0.4.3

BPSV (Blizzard Pipe-Separated Values) parser and writer for NGDP
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"
rust-version = "1.86"
name = "ngdp-bpsv"
version = "0.4.3"
authors = ["Daniel S. Reichenbach <daniel@kogit.network>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "BPSV (Blizzard Pipe-Separated Values) parser and writer for NGDP"
homepage = "https://github.com/wowemulation-dev/cascette-rs"
readme = "README.md"
keywords = [
    "blizzard",
    "ngdp",
    "tact",
    "parsing",
    "bpsv",
]
categories = [
    "parsing",
    "data-structures",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/wowemulation-dev/cascette-rs"
resolver = "2"

[features]
default = []
serde = ["dep:serde"]

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

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

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

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

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

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

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

[dependencies.dashmap]
version = "6.1"

[dependencies.serde]
version = "1.0"
features = ["derive"]
optional = true

[dependencies.thiserror]
version = "2.0"

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

[dev-dependencies.serde_json]
version = "1.0.142"