2025-01-25 00:09:48 +00:00
|
|
|
[package]
|
2025-01-27 17:40:02 +00:00
|
|
|
name = "rustyfox"
|
2025-01-27 17:37:01 +00:00
|
|
|
version = "1.5.5"
|
|
|
|
authors = ["OpenAPI Generator team and contributors"]
|
2025-01-27 17:40:02 +00:00
|
|
|
description = "Autogenerated client bindings the furaffinity-api project"
|
|
|
|
license = ""
|
2025-01-25 00:09:48 +00:00
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
[dependencies]
|
2025-01-27 17:37:01 +00:00
|
|
|
serde = { version = "^1.0", features = ["derive"] }
|
|
|
|
serde_json = "^1.0"
|
|
|
|
serde_repr = "^0.1"
|
|
|
|
url = "^2.5"
|
|
|
|
uuid = { version = "^1.8", features = ["serde", "v4"] }
|
|
|
|
reqwest = { version = "^0.12", features = ["json", "multipart"] }
|