generated from PlexSheep/baserepo
37 lines
932 B
TOML
37 lines
932 B
TOML
[package]
|
|
name = "libpt-cli"
|
|
publish.workspace = true
|
|
version = "0.1.2"
|
|
edition.workspace = true
|
|
authors.workspace = true
|
|
license.workspace = true
|
|
description.workspace = true
|
|
readme.workspace = true
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
keywords.workspace = true
|
|
categories.workspace = true
|
|
|
|
[package.metadata.docs.rs]
|
|
cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"]
|
|
|
|
[features]
|
|
default = []
|
|
log = ["dep:log"]
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
clap = { version = "4.5.7", features = ["derive"] }
|
|
comfy-table = "7.1.1"
|
|
console = "0.15.8"
|
|
dialoguer = { version = "0.11.0", features = ["completion", "history"] }
|
|
embed-doc-image = "0.1.4"
|
|
exitcode = "1.1.2"
|
|
human-panic = "2.0.0"
|
|
indicatif = "0.17.8"
|
|
libpt-log = { workspace = true, optional = false }
|
|
log = { version = "0.4.21", optional = true }
|
|
shlex = "1.3.0"
|
|
strum = { version = "0.26.3", features = ["derive"] }
|
|
thiserror.workspace = true
|