# 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 = "blue_archive" version = "0.5.2" description = "A Blue Archive api wrapper for Rust, based off of SchaleDB's data: https://github.com/lonqie/SchaleDB" readme = "README.md" keywords = [ "bluearchive", "SchaleDB", ] categories = ["api-bindings"] license-file = "LICENSE" repository = "https://github.com/MerryweatherLost/blue_archive_api-rs" [profile.dev] debug-assertions = false [[example]] name = "get_all_students" path = "examples/blocking/get_all_students.rs" required-features = ["blocking"] [dependencies.anyhow] version = "1" [dependencies.html-escape] version = "0.2" [dependencies.rand] version = "0.8" [dependencies.reqwest] version = "0.12" features = ["json"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde-aux] version = "4.4.0" default-features = false [dependencies.strum] version = "0.26" [dependencies.strum_macros] version = "0.26" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1" features = [ "macros", "parking_lot", "rt-multi-thread", ] [features] blocking = ["reqwest/blocking"]