[package] name = "discloud-rs" version = "0.2.0-alpha" authors = ["jackskelt"] description = "A rust wrapper for Discloud's API" repository = "https://github.com/jackskelt/discloud-rs" license = "Apache-2.0" keywords = ["discloud", "hosting", "api", "wrapper"] categories = ["api-bindings"] edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] reqwest = { version = "0.12", features = ["json"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0.120" tracing = "0.1" [dev-dependencies] tokio = { version = "1.36", features = ["macros", "rt-multi-thread"] } tracing-subscriber = "0.3.18" dotenvy = "0.15.7"