# 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 = "spacedust" version = "1.1.0" authors = [ "James Clague ", "Allstreamer", ] exclude = [ "tests", "spacetraders-api-docs", "client-dist", ] description = "An API wrapper for spacetraders.io V2" homepage = "https://github.com/spacetraders-rs/spacedustrs" documentation = "https://docs.rs/spacedust" readme = "README.md" keywords = ["spacetraders"] categories = ["api-bindings"] license-file = "LICENSE" repository = "https://github.com/spacetraders-rs/spacedustrs" [lib] name = "spacedust" path = "src/lib.rs" [dependencies.async-trait] version = "0.1" [dependencies.reqwest] version = "^0.11" features = [ "json", "multipart", ] [dependencies.reqwest-middleware] version = "0.2" [dependencies.serde] version = "^1.0" [dependencies.serde_derive] version = "^1.0" [dependencies.serde_json] version = "^1.0" [dependencies.task-local-extensions] version = "0.1" [dependencies.url] version = "^2.2" [dependencies.uuid] version = "^1.0" features = ["serde"]