# 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 = "oclc" version = "0.4.0" description = "client library to http://classify.oclc.org/classify2/ webservice" license = "Apache-2.0" resolver = "2" [dependencies.anyhow] version = "1.0.57" [dependencies.hyper] version = "0.14.19" [dependencies.log] version = "0.4.17" [dependencies.reqwest] version = "0.11.10" default-features = false [dependencies.serde] version = "1.0.137" features = ["derive"] [dependencies.serde-xml-rs] version = "0.5.1" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.19.2" features = ["macros"] [dependencies.tower] version = "0.4.12" features = ["full"]