# 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 = "chilloutvr" version = "0.6.0" authors = ["ljoonal"] build = false include = [ "src", "Cargo.toml", "LICENSE", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Unofficial rust types of ChilloutVR's API" documentation = "https://docs.rs/chilloutvr" readme = "README.md" keywords = [ "cvr", "chilloutvr", "api", "socialvr", "websocket", ] categories = [ "api-bindings", "games", ] license = "MPL-2.0" repository = "https://github.com/onlivfe/chilloutvr_rs" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "nightly", ] [lib] name = "chilloutvr" crate-type = [ "lib", "dylib", ] path = "src/lib.rs" [dependencies.async-trait] version = "0.1.83" optional = true [dependencies.ezsockets] version = "0.6.4" features = [ "client", "native_client", "rustls", ] optional = true default-features = false [dependencies.governor] version = "0.6.3" optional = true [dependencies.http] version = "1.1.0" optional = true [dependencies.racal] version = "0.4.0" optional = true [dependencies.reqwest] version = "0.12.7" features = [ "json", "rustls-tls", ] optional = true default-features = false [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.serde_with] version = "3.9.0" features = ["time_0_3"] [dependencies.strum] version = "0.26.3" features = ["derive"] [dependencies.time] version = "0.3.36" features = ["serde-well-known"] default-features = false [dependencies.tokio] version = "1.40.0" features = ["macros"] optional = true [dependencies.tokio-stream] version = "0.1.16" optional = true [dependencies.tokio-tungstenite] version = "0.24.0" features = ["rustls-tls-webpki-roots"] optional = true default-features = false [dev-dependencies.once_cell] version = "1.19.0" [dev-dependencies.tokio] version = "1.40.0" features = [ "rt", "macros", ] [dev-dependencies.tokio-test] version = "0.4.4" [features] debug = [] default = [ "http", "ws", ] http = ["racal"] http_client = [ "http", "dep:http", "reqwest", "racal/reqwest", "governor", "async-trait", ] ws = [] ws_client = [ "ws", "tokio", "ezsockets", "tokio-stream", "dep:http", "tokio-tungstenite", "async-trait", ] [badges.maintenance] status = "experimental" [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = ["cfg(nightly)"]