racetime 0.32.2

racetime.gg category bot library
Documentation
# 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 = "2024"
name = "racetime"
version = "0.32.2"
authors = ["Fenhl <fenhl@fenhl.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "racetime.gg category bot library"
readme = "README.md"
keywords = [
    "gg",
    "racetimegg",
    "category",
    "bot",
    "chat",
]
categories = ["api-bindings"]
license = "MIT"
repository = "https://github.com/fenhl/rust-racetime"

[lib]
name = "racetime"
path = "src/lib.rs"

[dependencies.async-trait]
version = "0.1"

[dependencies.chrono]
version = "0.4"
features = ["serde"]
default-features = false

[dependencies.collect-mac]
version = "0.1"

[dependencies.futures]
version = "0.3"

[dependencies.http]
version = "1"

[dependencies.itertools]
version = "0.14"

[dependencies.lazy-regex]
version = "3"

[dependencies.reqwest]
version = "0.13"
features = [
    "charset",
    "form",
    "http2",
    "json",
    "rustls",
    "system-proxy",
    "zstd",
]
default-features = false

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "0.1"
package = "serde_json_path_to_error"

[dependencies.serde_with]
version = "3"

[dependencies.shlex]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "macros",
    "net",
    "rt",
    "sync",
    "time",
]

[dependencies.tokio-tungstenite]
version = "0.29"
features = [
    "rustls-tls-webpki-roots",
    "url",
]

[dependencies.url]
version = "2"
features = ["serde"]

[dependencies.uuid]
version = "1"
features = [
    "serde",
    "v4",
]

[lints.rust]
rust_2018_idioms = "deny"
unsafe_code = "deny"
unused = "deny"
unused_crate_dependencies = "deny"
unused_import_braces = "deny"
unused_qualifications = "deny"
warnings = "deny"