# 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 = "dagpirs" version = "0.1.7" authors = ["Arnav "] build = "build.rs" include = ["src/**/*", "LICENSE.md", "README.md", "CHANGELOG.md", "build.rs"] description = "A pure rust wrapper for dagpi, with image manipulation and data fetching." homepage = "https://dagpi.xyz" documentation = "https://docs.rs/dagpirs" readme = "README.md" license = "MIT" repository = "https://github.com/daggy1234/dagpirs" [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"] [dependencies.bytes] version = "1" features = ["serde"] [dependencies.reqwest] version = "0.11.0" features = ["json"] [dependencies.serde] version = "1.0.124" features = ["derive"] [dependencies.serde_json] version = "1.0.64" [dependencies.tokio] version = "1" features = ["rt", "sync", "time", "macros"] optional = true [dependencies.tracing] version = "0.1.22" [dependencies.tracing-futures] version = "0.2.4" optional = true [dependencies.typemap_rev] version = "0.1.4" optional = true [features] blocking = ["reqwest/blocking"] default = ["tokio", "tracing-futures"] serenity = ["typemap_rev"]