[package] name = "csgo-gsi2" version = "0.3.4" authors = ["Melody Horn "] edition = "2018" description = "Rust library for CS:GO's Game State Integration API" documentation = "https://docs.rs/csgo-gsi2" readme = "README.md" homepage = "https://github.com/redsuitman/csgo-gsi2" repository = "https://github.com/redsuitman/csgo-gsi2" license-file = "LICENSE" keywords = ["csgo", "valve", "gsi"] categories = ["api-bindings"] [badges] maintenance = { status = "experimental" } [dependencies] serde = { version = "1.0.144", features = ["derive"] } fehler = "1.0.0" vdf-serde = "0.3.0" gotham = "0.7.1" gotham_derive = "0.7.0" serde_json = "1.0.85" tokio = { version = "1.20.1", features = ["full"] } [target.'cfg(windows)'.dependencies] registry = "1.2.2" [dev-dependencies] version-sync = "0.9.4" [features] autoinstall=[]