# 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 = "s2protocol" version = "3.1.1" authors = ["Seb Ospina "] 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" [dependencies.arrow2] version = "0.17.0" features = [ "io_print", "io_ipc", ] optional = true [dependencies.arrow2_convert] version = "0.5.0" optional = true [dependencies.bat] version = "0.24.0" optional = true [dependencies.chrono] version = "0.4.31" features = ["serde"] [dependencies.clap] version = "4.4" features = ["derive"] [dependencies.colored] version = "2.0.4" [dependencies.convert_case] version = "0.6.0" [dependencies.libc] version = "0.2" [dependencies.nom] version = "7.1.1" [dependencies.nom-mpq] version = "2.0.2" [dependencies.rayon] version = "1.7.0" optional = true [dependencies.serde] version = "1.0.164" features = ["derive"] [dependencies.serde_json] version = "1.0.91" [dependencies.sha256] version = "1.4.0" optional = true default-features = false [dependencies.thiserror] version = "1.0.40" [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3.16" features = ["env-filter"] [dev-dependencies.test-log] version = "0.2" features = ["trace"] default-features = false [dev-dependencies.tracing-subscriber] version = "0.3.16" features = ["env-filter"] [features] arrow = [ "arrow2", "arrow2_convert", "sha256", "rayon", ] default = [ "tracing_off", "arrow", "syntax", ] syntax = ["bat"] tracing_debug_level = [ "tracing/max_level_debug", "tracing/release_max_level_debug", ] tracing_info_level = [ "tracing/max_level_info", "tracing/release_max_level_info", ] tracing_off = [ "tracing/max_level_off", "tracing/release_max_level_off", ] tracing_trace_level = [ "tracing/max_level_trace", "tracing/release_max_level_trace", ]