semanticscholar 0.2.0

A wrapper around the [Semantic Scholar](https://www.semanticscholar.org/) API
Documentation
# 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 = "semanticscholar"
version = "0.2.0"
authors = ["Magnus Manske <magnusmanske@googlemail.com>"]
build = false
include = [
    "**/*.rs",
    "Cargo.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A wrapper around the [Semantic Scholar](https://www.semanticscholar.org/) API"
readme = "README.md"
keywords = [
    "semanticscholar",
    "api",
    "publications",
    "papers",
    "science",
]
categories = [
    "api-bindings",
    "science",
]
license = "MIT"
repository = "https://github.com/magnusmanske/semanticscholar"

[lib]
name = "semanticscholar"
path = "src/lib.rs"

[dependencies.reqwest]
version = "0.13"
features = ["json"]

[dependencies.serde_json]
version = "1"

[dev-dependencies.tokio]
version = "^1"
features = ["full"]