[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"]