# 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 = "racetime" version = "0.21.6" authors = ["Fenhl "] 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" [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.13" [dependencies.lazy-regex] version = "3" [dependencies.reqwest] version = "0.12" features = [ "charset", "http2", "json", "macos-system-configuration", "rustls-tls", ] default-features = false [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.serde_with] version = "3" [dependencies.shlex] version = "1" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = [ "macros", "net", "rt", "sync", "time", ] [dependencies.tokio-tungstenite] version = "0.21" features = ["rustls-tls-webpki-roots"] [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"