# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "nadeo-api" version = "0.2.4" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An interface for working with the Nadeo API" readme = "README.md" keywords = [ "nadeo", "nadeo-api-client", ] categories = ["api-bindings"] license = "Apache-2.0" repository = "https://www.github.com/TgZ39/nadeo-api" [lib] name = "nadeo_api" path = "src/lib.rs" [dependencies.base64] version = "0.22" [dependencies.chrono] version = "0.4" [dependencies.derive_more] version = "1.0" features = ["display"] [dependencies.futures] version = "0.3" [dependencies.reqwest] version = "0.12" features = [ "json", "multipart", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.strum] version = "0.26" features = [ "strum_macros", "derive", ] [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.37" features = [ "rt", "rt-multi-thread", "macros", ]