# 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 = "readwise" version = "0.4.0" authors = ["Liam liam@scalzulli.com"] description = "A rust wrapper for the Readwise API." homepage = "https://github.com/terror/readwise" documentation = "https://docs.rs/readwise" readme = "README.md" license = "CC0-1.0" repository = "https://github.com/terror/readwise" [dependencies.anyhow] version = "1.0.65" [dependencies.http] version = "0.2.8" [dependencies.reqwest] version = "0.11.12" features = [ "json", "blocking", ] [dependencies.serde] version = "1.0.145" features = ["derive"] [dependencies.serde_json] version = "1.0.86" [dependencies.snafu] version = "0.7.2" [dev-dependencies.dotenv] version = "0.15.0" [dev-dependencies.mockito] version = "0.31.0"