# 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 = "setuprs" version = "0.1.6" authors = ["Vitor de Oliveira vitordeoliveira50@gmail.com"] description = "setuprs is a versatile CLI and TUI application designed to streamline project management by enabling quick creation and cloning of project snapshots. Utilizing clap.rs for command-line functionality and ratatui.rs for an interactive text interface, setuprs offers a user-friendly solution for managing and replicating project scaffolds efficiently." homepage = "https://github.com/vitordeoliveira/setuprs" readme = "README.md" license = "MIT" repository = "https://github.com/vitordeoliveira/setuprs" [[bin]] name = "setuprs" [dependencies.assert_cmd] version = "2.0.14" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.crossterm] version = "0.27.0" optional = true [dependencies.glob] version = "0.3.1" [dependencies.predicates] version = "3.1.0" [dependencies.ratatui] version = "0.27.0" optional = true [dependencies.serde] version = "1.0.197" [dependencies.serde_derive] version = "1.0.197" [dependencies.serial_test] version = "3.1.1" [dependencies.thiserror] version = "1.0.61" [dependencies.tokio] version = "1.37.0" features = ["full"] [dependencies.tokio-util] version = "0.7.11" [dependencies.toml] version = "0.8.12" [dependencies.uuid] version = "1.8.0" features = ["v4"] [features] tui = [ "dep:ratatui", "dep:crossterm", ]