s2protocol 3.5.2

A parser for Starcraft II - Replay format, exports to different target formats
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 = "s2protocol"
version = "3.5.2"
authors = ["Seb Ospina <kraige@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A parser for Starcraft II - Replay format, exports to different target formats"
readme = "README.md"
keywords = [
    "sc2replay",
    "polars",
    "arrow",
    "starcraft2",
    "mpq",
]
categories = [
    "games",
    "parsing",
]
license = "MIT"
repository = "https://github.com/sebosp/s2protocol-rs"

[features]
default = [
    "dep_arrow",
    "syntax",
]
dep_arrow = [
    "arrow",
    "arrow_convert",
]
dep_ratatui = [
    "ratatui",
    "crossterm",
    "color-eyre",
    "itertools",
    "syntax",
]
syntax = [
    "syntect",
    "syntect-tui",
    "color-eyre",
]
tracing_debug_level = [
    "tracing/max_level_debug",
    "tracing/release_max_level_debug",
    "nom-mpq/tracing_debug_level",
]
tracing_info_level = [
    "tracing/max_level_info",
    "tracing/release_max_level_info",
    "nom-mpq/tracing_info_level",
]
tracing_off = [
    "tracing/max_level_off",
    "tracing/release_max_level_off",
    "nom-mpq/tracing_off",
]
tracing_trace_level = [
    "tracing/max_level_trace",
    "tracing/release_max_level_trace",
    "nom-mpq/tracing_trace_level",
]

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

[[bin]]
name = "s2protocol"
path = "src/main.rs"

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

[dependencies.arrow]
version = "57"
optional = true

[dependencies.arrow_convert]
version = "0.11.0"
optional = true

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

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.color-eyre]
version = "0.6"
optional = true

[dependencies.colored]
version = "3.0"

[dependencies.convert_case]
version = "0.11"

[dependencies.crossterm]
version = "0.29"
optional = true

[dependencies.include_assets]
version = "1.0.0"

[dependencies.itertools]
version = "0.14"
optional = true

[dependencies.libc]
version = "0.2"

[dependencies.nom]
version = "8.0"

[dependencies.nom-mpq]
version = "2.0.6"

[dependencies.ratatui]
version = "0.29"
optional = true

[dependencies.rayon]
version = "1.11"

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

[dependencies.serde-xml-rs]
version = "0.8"

[dependencies.serde_json]
version = "1.0"

[dependencies.sha256]
version = "1.6"
default-features = false

[dependencies.syntect]
version = "5.3"
optional = true

[dependencies.syntect-tui]
version = "3.0"
optional = true

[dependencies.thiserror]
version = "2"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dev-dependencies.test-log]
version = "0.2"
features = ["trace"]
default-features = false

[dev-dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]