# 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 = "d2-stampede" version = "0.2.2" authors = ["Artem Rupasov "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Dota 2 replay parser written in Rust" readme = "README.md" keywords = [ "dota", "dota2", "replay", "demo", "parser", ] categories = ["parsing"] license = "MIT OR Apache-2.0" repository = "https://github.com/Rupas1k/d2-stampede" [lib] name = "d2_stampede" path = "src/lib.rs" [dependencies.anyhow] version = "1.0" [dependencies.bitter] version = "0.7" [dependencies.d2-stampede-macros] version = "0.1" [dependencies.d2-stampede-protobufs] version = "0.2" [dependencies.hashbrown] version = "0.14" [dependencies.mimalloc] version = "0.1" optional = true [dependencies.prettytable-rs] version = "0.10" default-features = false [dependencies.snap] version = "1.1" [dependencies.thiserror] version = "1.0" [features] default = ["mimalloc"]