# 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 = "dota-gsi" version = "0.1.4" authors = ["Tomas Farias "] description = "Game State Integration with Dota 2 in rust. Provides a server that listens for JSON events sent by Dota 2." readme = "README.md" keywords = ["dota"] license-file = "LICENSE" repository = "https://github.com/tomasfarias/dota-gsi" [lib] name = "dota" path = "src/lib.rs" [[bin]] name = "echoslam" path = "src/bin/echoslam.rs" [[bin]] name = "recall" path = "src/bin/recall.rs" [dependencies.async-trait] version = "^0.1.70" [dependencies.bytes] version = "1" [dependencies.chrono] version = "^0.4" [dependencies.clap] version = "^4.3" features = ["derive"] [dependencies.env_logger] version = "^0.10" [dependencies.httparse] version = "^1.8" [dependencies.log] version = "^0.4" [dependencies.serde] version = "^1.0" features = ["derive"] [dependencies.serde_json] version = "^1.0" [dependencies.thiserror] version = "^1.0" [dependencies.tokio] version = "1" features = [ "net", "rt", "macros", "rt-multi-thread", "io-util", "fs", "sync", ]