# 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 = "libcli-rs" version = "0.1.4" authors = ["David Ko "] description = "libcli-rs, a common library for CLI development" homepage = "https://github.com/ecatlabs/libcli-rs" readme = "README.md" keywords = ["cli"] categories = ["command-line-utilities"] license-file = "LICENSE" repository = "https://github.com/ecatlabs/libcli-rs" [dependencies.Inflector] version = "0.11" [dependencies.anyhow] version = "1.0" [dependencies.chrono] version = "0.4" [dependencies.dirs] version = "5.0.0" [dependencies.indicatif] version = "0.17.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.maplit] version = "1.0" [dependencies.prettytable-rs] version = "0.10.0" [dependencies.regex] version = "1.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" features = ["preserve_order"] [dependencies.serde_yaml] version = "0.9.19"