# 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 = "uploads-im-client" version = "0.2.0" authors = ["Erich Gubler "] description = "Bindings to the Uploads.im web API" homepage = "https://github.com/erichdongubler/uploads-im-client-rs" documentation = "https://docs.rs/uploads-im-client" readme = "README.md" categories = ["web-programming::http-client", "multimedia::images", "api-bindings"] license = "Apache-2.0/MIT" repository = "https://github.com/erichdongubler/uploads-im-client-rs" [dependencies.derive_builder] version = "0.9" [dependencies.log] version = "0.4" [dependencies.reqwest] version = "0.10" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_urlencoded] version = "0.6" [dependencies.thiserror] version = "1.0" [dependencies.url] version = "2.0" features = ["serde"] [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.env_logger] version = "0.7" [dev-dependencies.itertools] version = "0.8" [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.tokio] version = "0.2" features = ["macros"] [dev-dependencies.webbrowser] version = "0.5" [badges.appveyor] branch = "master" repository = "erichdongubler/uploads-im-client-rs" service = "github" [badges.maintenance] status = "actively-developed" [badges.travis-ci] branch = "master" repository = "ErichDonGubler/uploads-im-client-rs"