# 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 = "osu-api" version = "0.1.0" authors = ["Avimitin "] description = "An osu! API wrapper" documentation = "https://docs.rs/osu-api" readme = "README.md" keywords = [ "osu", "api", ] license = "LGPL-3.0-only" repository = "https://github.com/Avimitin/osu-api" [dependencies.async-trait] version = "0.1.62" [dependencies.bitflags] version = "1.3.2" [dependencies.chrono] version = "0.4.23" [dependencies.paste] version = "1.0.11" [dependencies.reqwest] version = "0.11.14" [dependencies.serde] version = "1.0.138" features = ["derive"] [dependencies.serde_json] version = "1.0.82" [dependencies.thiserror] version = "1.0.38" [dependencies.tokio] version = "1.24.1" features = [ "macros", "rt-multi-thread", ] [dependencies.typed-builder] version = "0.11.0" [dev-dependencies.dotenvy] version = "0.15.6" [features] default = [ "v1", "util", ] util = [] v1 = [] v2 = []