# 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 = "gokz_rs" version = "0.24.3" authors = ["AlphaKeks "] publish = true description = "CS:GO KZ in Rust." readme = "./README.md" license-file = "./LICENSE" repository = "https://github.com/AlphaKeks/gokz.rs" [dependencies.chrono] version = "0.4" features = ["serde"] optional = true [dependencies.lazy-regex] version = "3" [dependencies.poise] version = "0.5" optional = true [dependencies.reqwest] version = "0.11" features = [ "rustls", "rustls-tls", "json", ] optional = true default-features = false [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.serde_json] version = "1" optional = true [dependencies.sqlx] version = "0.7" features = [ "tls-rustls", "macros", "all-databases", ] optional = true default-features = false [dependencies.thiserror] version = "1" [dependencies.tracing] version = "0.1" [dependencies.utoipa] version = "3.4" optional = true [dev-dependencies.color-eyre] version = "0.6.2" [dev-dependencies.ctor] version = "0.2.4" [dev-dependencies.pretty_assertions] version = "1.3.0" [dev-dependencies.tokio] version = "1.29.1" features = ["full"] [dev-dependencies.tracing-subscriber] version = "0.3.17" features = ["env-filter"] [features] chrono = ["dep:chrono"] dawn-api = ["reqwest"] global-api = ["reqwest"] kzgo-api = ["reqwest"] poise = ["dep:poise"] reqwest = [ "dep:reqwest", "serde", ] serde = [ "dep:serde", "dep:serde_json", ] sqlx = ["dep:sqlx"] utoipa = ["dep:utoipa"]