papers-cli 0.1.4

CLI for searching academic research via OpenAlex
# 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 = "2024"
name = "papers-cli"
version = "0.1.4"
authors = ["Matt George"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for searching academic research via OpenAlex"
readme = "README.md"
license = "MIT"
repository = "https://github.com/mmgeorge/papers"

[[bin]]
name = "papers"
path = "src/main.rs"

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

[dependencies.clap]
version = "4"
features = [
    "derive",
    "wrap_help",
]

[dependencies.papers-core]
version = "0.1.4"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
]

[dev-dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
    "rt-multi-thread",
    "macros",
]

[dev-dependencies.wiremock]
version = "0.6"