# 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" rust-version = "1.80.1" name = "paperswithcode-client" version = "0.1.1" authors = ["Andre Chang, "] build = false exclude = [ ".gitignore", ".github", ".vscode", "package.json", "package-lock.json", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust library for `paperswithcode-client` api" homepage = "https://github.com/Andrechang/paperswithcode-client" documentation = "https://github.com/Andrechang/paperswithcode-client" readme = "README.md" keywords = [ "paperswithcode-api", "paperswithcode", "sota", "state-of-the-art", "papers", ] categories = [ "parsing", "text-processing", "web-programming::http-client", "web-programming", "api-bindings", ] license = "Apache-2.0" repository = "https://github.com/Andrechang/paperswithcode-client" [[bin]] name = "paperswithcode-client" path = "src/main.rs" [dependencies.reqwest] version = "0.11" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1" features = ["full"]