# 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 = "universalis" version = "0.1.0" description = "A Rust library for interacting with the Universalis API" homepage = "https://github.com/Ns2Kracy/universalis-rs" readme = "README.md" license = "MIT" repository = "https://github.com/Ns2Kracy/universalis-rs" [profile.release] lto = true codegen-units = 1 strip = true [dependencies.anyhow] version = "1.0.80" [dependencies.derive_builder] version = "0.20.0" [dependencies.reqwest] version = "0.11.24" features = ["json"] [dependencies.serde] version = "1.0.196" features = ["derive"] [dependencies.serde_json] version = "1.0.113" [dependencies.thiserror] version = "1.0.57" [dependencies.tokio] version = "1.36.0" features = ["full"]