vrchatapi 1.4.1

VRChat API Library for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "vrchatapi"
version = "1.4.1"
authors = ["OpenAPI Generator team and contributors"]
license = "MIT"
edition = "2018"
description="VRChat API Library for Rust"

[dependencies]
serde = "^1.0"
serde_derive = "^1.0"
serde_json = "^1.0"
url = "^2.2"
reqwest = "~0.9"

[dev-dependencies]