[package] name = "ash_api" version = "0.1.7" authors = ["E36 Knots"] description = "No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)" license = "BUSL-1.1" edition = "2018" repository = "https://github.com/AshAvalanche/ash-api-rs" documentation = "https://ash.center/docs/console/" [dependencies] serde = "^1.0" serde_derive = "^1.0" serde_json = "^1.0" url = "^2.2" uuid = { version = "^1.0", features = ["serde", "v4"] } [dependencies.reqwest] version = "^0.11" features = ["json", "multipart"]