# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "beatsaver-rs" version = "0.2.0" authors = ["qwerty01 "] description = "A Rust library for interacting with the beatsaver.com api" documentation = "https://docs.rs/beatsaver-rs/" keywords = ["beatsaber", "beatsaver", "beastsaber", "bsaber", "api"] categories = ["api-bindings", "asynchronous", "web-programming"] license = "MIT" repository = "https://github.com/qwerty01/beatsaver-rs" [dependencies.async-std] version = "1.7" features = ["attributes"] optional = true [dependencies.async-trait] version = "0.1" optional = true [dependencies.bytes] version = "1.0" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.futures] version = "0.3.8" optional = true [dependencies.hex] version = "0.4" [dependencies.lazy_static] version = "1.4" [dependencies.reqwest] version = "0.11" optional = true [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sha2] version = "0.9" optional = true [dependencies.surf] version = "2.1" optional = true [dependencies.tokio] version = "1.0" features = ["macros", "rt-multi-thread"] optional = true [dependencies.ureq] version = "2.0" optional = true [dependencies.url] version = "2.2" [dependencies.urlencoding] version = "1.1" [features] async = ["async-trait", "futures"] default = ["reqwest_backend"] hash = ["sha2"] reqwest_backend = ["tokio", "reqwest", "async"] surf_backend = ["async-std", "surf", "async"] sync = [] ureq_backend = ["sync", "ureq"]