# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "csgo-gsi" version = "0.3.0" authors = ["Melody Horn "] description = "rust library for CS:GO's Game State Integration API" homepage = "https://sr.ht/~boringcactus/csgo-gsi/" documentation = "https://docs.rs/csgo-gsi" readme = "README.md" keywords = ["csgo", "valve"] categories = ["api-bindings"] license-file = "LICENSE" repository = "https://git.sr.ht/~boringcactus/csgo-gsi" [[example]] name = "rhai" required-features = ["rhai"] [dependencies.fehler] version = "1.0.0" [dependencies.gotham] version = "0.5.0" [dependencies.gotham_derive] version = "0.5.0" [dependencies.rhai] version = "0.18.3" optional = true [dependencies.serde] version = "1.0.115" features = ["derive"] [dependencies.serde_json] version = "1.0.57" [dependencies.tokio] version = "0.2.5" features = ["full"] [dependencies.vdf-serde] version = "0.3.0" [dev-dependencies.version-sync] version = "0.9.1" [target."cfg(windows)".dependencies.registry] version = "1.0.0-alpha.4" [badges.maintenance] status = "experimental"