mirror of
https://github.com/mii443/vrchatapi-rust.git
synced 2025-08-22 15:45:35 +00:00
20 lines
652 B
TOML
20 lines
652 B
TOML
[package]
|
|
name = "vrchatapi"
|
|
version = "1.18.4"
|
|
authors = ["vrchatapi.lpv0t@aries.fyi"]
|
|
description = "VRChat API Client for Rust"
|
|
license = "MIT"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
serde = { version = "^1.0", features = ["derive"] }
|
|
serde_with = { version = "^3.8", default-features = false, features = ["base64", "std", "macros"] }
|
|
serde_json = "^1.0"
|
|
url = "^2.5"
|
|
uuid = { version = "^1.8", features = ["serde", "v4"] }
|
|
reqwest = { version = "^0.12", default-features = false, features = ["json", "cookies", "multipart"] }
|
|
|
|
[dev-dependencies]
|
|
tokio = { version = '1', features = ['macros', 'rt-multi-thread'] }
|
|
[features]
|
|
default = ["reqwest/default"] |