Files
vrchatapi-rust/Cargo.toml
2024-05-27 18:33:15 +00:00

17 lines
337 B
TOML

[package]
name = "vrchatapi"
version = "1.17.5"
authors = ["vrchatapi.lpv0t@aries.fyi"]
description = "VRChat API Client for Rust"
license = "MIT"
edition = "2018"
[dependencies]
serde = "^1.0"
serde_derive = "^1.0"
serde_with = "^2.0"
serde_json = "^1.0"
url = "^2.2"
uuid = { version = "^1.0", features = ["serde"] }
reqwest = "~0.9"