fastpaper-cli 0.2.0

CLI tool for searching, downloading and reading academic papers
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 = "2024"
name = "fastpaper-cli"
version = "0.2.0"
authors = ["Yee Zhang <yee.zhang@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI tool for searching, downloading and reading academic papers"
homepage = "https://github.com/zhangyee/fastpaper-cli"
readme = "README.md"
keywords = [
    "academic",
    "paper",
    "arxiv",
    "pubmed",
    "cli",
]
categories = ["command-line-utilities"]
license = "GPL-3.0"
repository = "https://github.com/zhangyee/fastpaper-cli"

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

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

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

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

[dependencies.clap_complete]
version = "4"

[dependencies.pdf_oxide]
version = "0.3.17"

[dependencies.quick-xml]
version = "0.39.2"
features = ["serialize"]

[dependencies.scraper]
version = "0.26.0"

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

[dependencies.serde_json]
version = "1"

[dependencies.ureq]
version = "3"

[dev-dependencies.assert_cmd]
version = "2.2.0"

[dev-dependencies.mockito]
version = "1"

[dev-dependencies.predicates]
version = "3.1.4"

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

[profile.dist]
lto = "thin"
inherits = "release"