# 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 = "pinterest-rs" version = "0.0.0" authors = ["Anas Elgarhy "] description = "WIP" documentation = "https://docs.rs/pinterest-rs" keywords = [ "pinterest", "login", "authentication", "pinterest-api", ] license = "MIT OR Unlicense" repository = "https://github.com/0x61nas/pinterest-rs" [dependencies.async-std] version = "1.12.0" optional = true [dependencies.log] version = "0.4.20" optional = true [dependencies.pinterest-login] version = "0.1.0" optional = true default-features = false [dependencies.reqwest] version = "0.11.20" features = ["cookies"] [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.serde_json] version = "1.0.107" [dependencies.serde_urlencoded] version = "0.7.1" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1.32.0" optional = true [dependencies.url] version = "2.4.1" [dependencies.urlencoding] version = "2.1.3" [features] async-std-runtime = [ "async-std", "pinterest-login/async-std-runtime", ] credentials = [] debug = ["log"] default = [ "async-std-runtime", "login", ] login = ["pinterest-login"] tokio-runtime = [ "tokio", "pinterest-login/tokio-runtime", ]