wh40kdc 0.3.0

Warhammer 40K dataset for the 40kdc-data schema layer: generated types, an embedded dataset behind a linked typed API, plus ListForge + NewRecruit roster importers and exporters.
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.75"
name = "wh40kdc"
version = "0.3.0"
authors = ["Tabletop Developer Consortium"]
build = false
exclude = ["tests/**"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Warhammer 40K dataset for the 40kdc-data schema layer: generated types, an embedded dataset behind a linked typed API, plus ListForge + NewRecruit roster importers and exporters."
homepage = "https://tabletop-developer-consortium.github.io"
documentation = "https://docs.rs/wh40kdc"
readme = "README.md"
keywords = [
    "warhammer",
    "40k",
    "wargaming",
    "schema",
    "serde",
]
categories = [
    "data-structures",
    "game-development",
]
license = "MIT"
repository = "https://github.com/Tabletop-Developer-Consortium/40kdc-data"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
bundled-data = ["dep:unicode-normalization"]
cruncher = ["bundled-data"]
default = [
    "bundled-data",
    "import",
    "export",
    "cruncher",
]
export = []
import = [
    "bundled-data",
    "dep:base64",
    "dep:flate2",
    "dep:once_cell",
    "dep:regex",
]

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

[[bin]]
name = "wh40kdc-runner"
path = "src/bin/wh40kdc-runner.rs"

[dependencies.base64]
version = "0.22"
optional = true

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

[dependencies.flate2]
version = "1"
optional = true

[dependencies.once_cell]
version = "1"
optional = true

[dependencies.regex]
version = "1"
features = [
    "std",
    "unicode-perl",
    "unicode-case",
]
optional = true
default-features = false

[dependencies.regress]
version = "0.10"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"
features = ["preserve_order"]

[dependencies.unicode-normalization]
version = "0.1"
optional = true

[dev-dependencies.jsonschema]
version = "0.46"