revdeprun 2.3.2

Easy reverse dependency checks for R with cloud-ready environment setup
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"
rust-version = "1.85"
name = "revdeprun"
version = "2.3.2"
authors = ["Nan Xiao <me@nanx.me>"]
build = false
exclude = [
    "AGENTS.md",
    "pyproject.toml",
    "uv.lock",
    ".python-version",
    "site/",
    "docs/",
    "zensical.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Easy reverse dependency checks for R with cloud-ready environment setup"
documentation = "https://nanx.me/revdeprun/"
readme = "README.md"
keywords = [
    "R-packages",
    "integration-testing",
    "reverse-dependency",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/nanxstats/revdeprun"

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

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

[dependencies.anyhow]
version = "1.0.104"

[dependencies.clap]
version = "4.6.4"
features = ["derive"]

[dependencies.indicatif]
version = "0.18.6"

[dependencies.reqwest]
version = "0.13.4"
features = [
    "blocking",
    "json",
    "rustls",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0.151"

[dependencies.tempfile]
version = "3.27.0"

[dependencies.xshell]
version = "0.2.7"