# 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 = "gsi-cs2" version = "0.1.1" authors = ["Sam Miller"] description = "Ready-to-use structures for serializing data from Counter Strike 2 GSI" documentation = "https://docs.rs/gsi-cs2" readme = "README.md" keywords = [ "gsi", "cs2", "cs2-gsi", ] categories = [ "games", "parsing", "encoding", "api-bindings", ] license = "MIT" repository = "https://github.com/sam-ai56/gsi-cs2-rust" [dependencies.serde] version = "1.0.147" features = ["derive"] [dev-dependencies.poem] version = "1.3.48" features = ["server"] [dev-dependencies.serde_json] version = "1.0.87" [dev-dependencies.tokio] version = "1.21.2" features = [ "rt-multi-thread", "macros", ] [dev-dependencies.tracing-subscriber] version = "0.3.16"