# 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 = "core_api_client" version = "1.1.0" authors = ["Vake Domen"] description = "A Rust library for interacting with CORE API, a service that provides access to metadata and full texts of research papers from thousands of data providers." readme = "README.md" keywords = [ "API", "client", "articles", "journals", "science", ] categories = [ "web-programming", "web-programming::http-client", "science", "database", ] license-file = "LICENSE.txt" repository = "https://github.com/VakeDomen/core_api_client" [dependencies.chrono] version = "0.4.26" [dependencies.reqwest] version = "0.11.18" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0.163" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_path_to_error] version = "0.1.11" [dev-dependencies.static_assertions] version = "1.1" [badges.crates-io] version = "true" [badges.docs] version = "1.1.0" [badges.maintenance] status = "actively-developed"