# 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 = "2021" name = "libpt-cli" version = "0.2.2-alpha.2" authors = ["Christoph J. Scherr "] build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "Personal multitool" homepage = "https://git.cscherr.de/PlexSheep/pt" readme = "README.md" keywords = ["library"] categories = [ "command-line-utilities", "development-tools", ] license = "GPL-3.0-or-later" repository = "https://git.cscherr.de/PlexSheep/pt" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "libpt_cli" path = "src/lib.rs" [[example]] name = "cli" path = "examples/cli.rs" [[example]] name = "repl" path = "examples/repl.rs" [dependencies.anyhow] version = "1.0.79" [dependencies.clap] version = "4.5.7" features = ["derive"] [dependencies.comfy-table] version = "7.1.1" [dependencies.console] version = "0.15.8" [dependencies.dialoguer] version = "0.11.0" features = [ "completion", "history", ] [dependencies.embed-doc-image] version = "0.1.4" [dependencies.indicatif] version = "0.17.8" [dependencies.libpt-log] version = "0.6.2-alpha.1" optional = false [dependencies.log] version = "0.4.21" optional = true [dependencies.serde] version = "1.0.209" features = ["derive"] [dependencies.shlex] version = "1.3.0" [dependencies.strum] version = "0.26.3" features = ["derive"] [dependencies.thiserror] version = "1.0.56" [features] default = [] full = ["log"] log = ["dep:log"]