ss-tools 1.0.0

Tools for Semantic Scholar API
Documentation
[dependencies.anyhow]
version = "1.0.98"

[dependencies.dotenvy]
version = "0.15.7"

[dependencies.fxhash]
version = "0.2.1"

[dependencies.indicatif]
version = "0.17.9"

[dependencies.percent-encoding]
version = "2.3.1"

[dependencies.reqwest]
version = "0.12.9"

[dependencies.serde]
features = ["derive"]
version = "1.0.216"

[dependencies.serde_json]
version = "1.0.133"

[dependencies.tokio]
features = ["full"]
version = "1.42.0"

[dependencies.tracing]
features = ["log"]
version = "0.1.41"

[dependencies.tracing-subscriber]
features = ["env-filter", "json"]
version = "0.3.19"

[dev-dependencies.serial_test]
version = "3.2.0"

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

[package]
authors = ["akitenkrad"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Tools for Semantic Scholar API"
edition = "2021"
license = "MIT"
name = "ss-tools"
readme = "README.md"
repository = "https://github.com/akitenkrad/rs-ss-tools.git"
version = "1.0.0"

[[test]]
name = "api_tests"
path = "tests/api_tests.rs"