# 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 = "ines-cli" version = "0.0.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "CLI for rust bundler/framework for website with WebComponent" readme = "README.md" license = "Apache-2.0" [[bin]] name = "ines" path = "src/main.rs" [dependencies.clap] version = "4.5.21" features = [ "derive", "color", ] [dependencies.clap_complete] version = "4.5.38" [dependencies.dialoguer] version = "0.11.0" default-features = false [dependencies.ines-core] version = "0.0.2" features = ["progress"] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"]