# 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 = "asknothingx2-util" version = "0.0.11" authors = ["m3id"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "asknothing" readme = false keywords = [ "asknothing", "oauth2", "http", ] license = "MIT" repository = "https://github.com/m3idnotfree/asknothingx2" [lib] name = "asknothingx2_util" path = "src/lib.rs" [dependencies.http] version = "1.1.0" optional = true [dependencies.oauth2] version = "4.4.2" optional = true [dependencies.reqwest] version = "0.12.9" features = ["json"] optional = true [dependencies.serde] version = "1.0.214" optional = true [dependencies.serde_json] version = "1.0.132" [dependencies.url] version = "2.5.3" [features] api = [ "http", "reqwest", ] full = [ "oauth", "api", ] oauth = [ "serde", "oauth2", ]