# 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 = "open-library" version = "0.7.1" authors = ["Brett Spradling "] description = "A client to interact with the Open Library API" readme = "README.md" license = "MIT" repository = "https://www.github.com/bspradling/open-library" [dependencies.chrono] version = "0.4.0" features = ["serde"] [dependencies.http] version = "0.2.4" [dependencies.itertools] version = "0.10.1" [dependencies.reqwest] version = "0.11.4" features = ["json"] [dependencies.serde] version = "1.0.130" features = ["derive"] [dependencies.serde_json] version = "1.0.67" [dependencies.thiserror] version = "1.0.28" [dependencies.tokio] version = "1.11.0" features = ["macros"] [dependencies.tracing] version = "0.1.26" features = ["log"] [dependencies.url] version = "2.2.2" features = ["serde"] [dev-dependencies.test-case] version = "=1.2.1" [dev-dependencies.wiremock] version = "0.5.6"