# 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" rust-version = "1.70.0" name = "ce-cli" version = "0.4.9" authors = ["Brian Heise "] description = "A command line tool for building and managing Liferay remote app projects." homepage = "https://github.com/bnheise/ce-cli/" documentation = "https://github.com/bnheise/ce-cli/blob/main/README.md" readme = "README.md" keywords = [ "Liferay", "client-extensions", "cli", ] license = "MIT OR Apache-2.0" repository = "https://github.com/bnheise/ce-cli/" resolver = "1" [dependencies.clap] version = "4.1.4" features = [ "derive", "std", "help", "usage", "suggestions", ] default-features = false [dependencies.colored] version = "2.0.0" [dependencies.dialoguer] version = "0.10.3" default-features = false [dependencies.dotenv] version = "0.15.0" [dependencies.headless_admin_list_type] version = "0.1.0" [dependencies.headless_batch_engine] version = "0.1.0" [dependencies.headless_common] version = "0.1.1" [dependencies.include_dir] version = "0.7.3" default-features = false [dependencies.lazy_static] version = "1.4.0" [dependencies.object_admin] version = "0.1.0" [dependencies.regex] version = "1.7.1" features = [ "std", "unicode-perl", ] default-features = false [dependencies.serde] version = "1.0.152" features = [ "derive", "std", ] default-features = false [dependencies.serde_json] version = "1.0.91" features = ["std"] default-features = false [dependencies.serde_yaml] version = "0.9.17" default-features = false [dependencies.thiserror] version = "1.0.39" [dependencies.walkdir] version = "2.3.2" default-features = false [dependencies.yaml-rust] version = "0.4.5" default-features = false [dependencies.zip] version = "0.6.3" features = ["deflate"] default-features = false [dev-dependencies.assert_cmd] version = "2.0.10" [dev-dependencies.assert_fs] version = "1.0.12" [dev-dependencies.predicates] version = "3.0.1" [dev-dependencies.rexpect] version = "0.5.0"