# 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 = "vrc" version = "0.5.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 VRChat's API" documentation = "https://docs.rs/vrc" readme = "README.md" keywords = [ "vrc", "vrchat", "api", "socialvr", ] categories = [ "api-bindings", "games", ] license = "MPL-2.0" repository = "https://github.com/onlivfe/vrc_rs" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "nightly", ] [lib] name = "vrc" crate-type = [ "lib", "dylib", ] path = "src/lib.rs" [dependencies.async-trait] version = "0.1" optional = true [dependencies.base64] version = "0.22.1" optional = true [dependencies.either] version = "1" features = ["serde"] [dependencies.governor] version = "0.6" optional = true [dependencies.percent-encoding] version = "2" optional = true [dependencies.racal] version = "0.4" [dependencies.reqwest] version = "0.12.5" features = [ "json", "rustls-tls", ] optional = true default-features = false [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.serde_json] version = "1.0.120" [dependencies.serde_with] version = "3.9.0" features = ["time_0_3"] [dependencies.strum] version = "0.26" features = ["derive"] [dependencies.time] version = "0.3" features = [ "macros", "serde-well-known", ] default-features = false [dependencies.tokio] version = "1" optional = true [dependencies.url] version = "2" features = ["serde"] [dev-dependencies.once_cell] version = "1" [dev-dependencies.tokio] version = "1" features = [ "rt", "macros", ] [dev-dependencies.tokio-test] version = "0.4" [features] api_client = [ "racal/reqwest", "reqwest", "governor", "percent-encoding", "base64", "async-trait", ] default = [] [badges.maintenance] status = "experimental"