squadreplay 0.1.0-alpha.1

Library-first Rust parser and CLI for Squad UE5 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 = "2024"
rust-version = "1.85"
name = "squadreplay"
version = "0.1.0-alpha.1"
build = false
include = [
    "src/**",
    "Cargo.toml",
    "README.md",
    "LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "squadreplay"
description = "Library-first Rust parser and CLI for Squad UE5 replay files"
documentation = "https://docs.rs/squadreplay"
readme = "README.md"
keywords = [
    "squad",
    "replay",
    "parser",
    "cli",
    "ue5",
]
categories = [
    "command-line-utilities",
    "parser-implementations",
]
license = "MPL-2.0"
repository = "https://github.com/Codycody31/squad-replay"

[features]
cli = ["dep:clap"]
default = ["cli"]

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

[[bin]]
name = "squadreplay"
path = "src/main.rs"
required-features = ["cli"]

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

[dependencies.crc32fast]
version = "1.4"

[dependencies.rayon]
version = "1.10"

[dependencies.regex]
version = "1.10"

[dependencies.rmp-serde]
version = "1.3"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "1.0"

[dependencies.zstd]
version = "0.13"
features = ["zstdmt"]

[profile.bench-release]
debug = 1
split-debuginfo = "packed"
inherits = "release"
strip = false