radicle-cli-test 0.14.1

Radicle CLI test library
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.88.0"
name = "radicle-cli-test"
version = "0.14.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Radicle CLI test library"
readme = "README.md"
keywords = [
    "cli",
    "test",
    "command",
]
categories = ["development-tools::testing"]
license = "MIT OR Apache-2.0"
repository = "https://radicle.network/seeds/seed.radicle.dev/rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5"
resolver = "2"

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

[dependencies.escargot]
version = "0.5.7"

[dependencies.log]
version = "0.4.17"
features = ["std"]

[dependencies.pretty_assertions]
version = "1.3.0"

[dependencies.radicle-log]
version = "0.2"
features = ["test"]

[dependencies.radicle-term]
version = "0.19.1"

[dependencies.snapbox]
version = "1.2"

[dependencies.thiserror]
version = "2"
default-features = true

[target."cfg(unix)".dependencies.shlex]
version = "1.1.0"

[target."cfg(windows)".dependencies.winsplit]
version = "0.1.0"