# 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 = "2018" name = "wallabag-api" version = "0.4.3" authors = [ "Casper Meijn ", "Samuel Walladge ", ] description = "Client API library for Wallabag" readme = "README.md" keywords = [ "api", "wallabag", ] categories = ["api-bindings"] license = "MIT OR Apache-2.0" repository = "https://github.com/caspermeijn/wallabag-api" [dependencies.chrono] version = "0.4.19" features = ["serde"] [dependencies.log] version = "0.4.14" [dependencies.serde] version = "1.0.127" features = ["derive"] [dependencies.serde_json] version = "1.0.66" [dependencies.serde_urlencoded] version = "0.7.0" [dependencies.surf] version = "2.2.0" [dev-dependencies.async-std] version = "1.9.0"