# 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 = "Rustiny" version = "0.1.12" exclude = [".github/*"] description = "A wrapper for the Destiny 2 / Bungie.net REST API" homepage = "https://github.com/dec4234/Rustiny" documentation = "https://github.com/dec4234/Rustiny" readme = "README.md" keywords = ["destiny2", "wrapper", "api", "destiny", "bungie"] license = "MIT" repository = "https://github.com/dec4234/Rustiny" resolver = "2" [dependencies.anyhow] version = "1.0" [dependencies.chrono] version = "0.4.19" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.strum] version = "0.24" features = ["derive"] [dependencies.tokio] version = "1.14.0" features = ["full"]