vault 11.0.0

A parser for Company of Heroes replay 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"
name = "vault"
version = "11.0.0"
authors = ["Ryan Taylor <2320507+ryantaylor@users.noreply.github.com>"]
build = false
exclude = [
    "replays/*",
    "build-doc.sh",
    ".travis.yml",
    "CoH3Rec.bt",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A parser for Company of Heroes replay files."
homepage = "https://github.com/ryantaylor/vault"
readme = "README.md"
keywords = [
    "coh",
    "coh3",
    "company",
    "heroes",
    "replay",
]
license = "MIT"
repository = "https://github.com/ryantaylor/vault"

[features]
missing = []
raw = []
regression = []
serde = [
    "dep:serde",
    "uuid/serde",
]
trace = ["nom-tracable/trace"]

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

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

[dependencies.byteorder]
version = "1"

[dependencies.magnus]
version = "0.8"
optional = true

[dependencies.nom]
version = "7"

[dependencies.nom-tracable]
version = "0.9"

[dependencies.nom_locate]
version = "4"

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

[dependencies.uuid]
version = "1"