mvdparser 0.18.1

Extract information from QuakeWorld MVD demos.
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 = "mvdparser"
version = "0.18.1"
authors = ["Viktor Persson <viktor.persson@arcsin.se>"]
build = false
include = [
    "/Cargo.toml",
    "/README.md",
    "/benches/**",
    "/src/**",
    "/tests/files/*.json",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Extract information from QuakeWorld MVD demos."
readme = "README.md"
keywords = [
    "demos",
    "mvd",
    "parser",
    "quake",
    "quakeworld",
]
categories = ["parsing"]
license = "MIT"
repository = "https://github.com/vikpe/mvdparser"

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

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

[dependencies.anyhow]
version = "1.0.82"

[dependencies.bstr]
version = "1.9.1"

[dependencies.chrono]
version = "0.4.38"
default-features = false

[dependencies.ktxstats]
version = "0.4.0"

[dependencies.quake_clientinfo]
version = "0.3.0"

[dependencies.quake_serverinfo]
version = "0.7.0"

[dependencies.quake_text]
version = "0.2.0"

[dev-dependencies.criterion]
version = "0.5.1"
default-features = false

[dev-dependencies.pretty_assertions]
version = "1.4.0"

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