# 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-csgo" version = "0.1.1" authors = ["Sam Miller"] description = "A library containing ready-made structures for deserializing or reverse serializing data provided by CSGO GSI using serde. With examples." homepage = "https://github.com/sam-ai56/gsi-csgo" documentation = "https://docs.rs/gsi-csgo" readme = "README.md" keywords = [ "csgo-gsi", "gsi", "csgo", "valve", ] categories = [ "games", "parsing", "encoding", "api-bindings", ] license = "MIT" repository = "https://github.com/sam-ai56/gsi-csgo" [dependencies.serde] version = "1.0.147" features = ["derive"] [dependencies.serde_json] version = "1.0.87" [dev-dependencies.poem] version = "1.3.48" [dev-dependencies.tokio] version = "1.21.2" features = [ "rt-multi-thread", "macros", ] [dev-dependencies.tracing-subscriber] version = "0.3.16"