# 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 = "2018" name = "demostf-client" version = "0.4.3" authors = ["Robin Appelman "] exclude = ["tests/data/gully.dem"] description = "Api client for demos.tf" readme = "README.md" keywords = [ "tf2", "demo", ] categories = ["api-bindings"] license = "MIT OR Apache-2.0" repository = "https://github.com/demostf/api-client" [dependencies.bytes] version = "1.2.1" [dependencies.futures-util] version = "0.3.23" [dependencies.hex] version = "0.4.3" [dependencies.md5] version = "0.7.0" [dependencies.reqwest] version = "0.11.11" features = [ "json", "multipart", "stream", ] default-features = false [dependencies.serde] version = "1.0.144" features = ["derive"] [dependencies.steamid-ng] version = "1.0.0" [dependencies.thiserror] version = "1.0.32" [dependencies.time] version = "0.3.13" features = ["serde"] [dependencies.tinyvec] version = "1.6.0" [dependencies.tracing] version = "0.1.36" [dev-dependencies.sqlx] version = "0.6.1" features = [ "postgres", "runtime-tokio-rustls", ] [dev-dependencies.tokio] version = "1.20.1" features = ["macros"] [dev-dependencies.tracing-subscriber] version = "0.3.15" features = ["env-filter"] [features] default = ["default-tls"] default-tls = ["reqwest/default-tls"] rustls-tls = ["reqwest/rustls-tls"]