# 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 = "fugue-box" version = "0.0.4" authors = ["liebe-magi "] description = "A CLI tool to operate files or directories in 2 steps." readme = "README.md" keywords = [ "cli", "file", "filesystem", ] categories = ["filesystem"] license = "MIT" repository = "https://github.com/liebe-magi/fugue" [[bin]] name = "fugue" path = "src/main.rs" [dependencies.clap] version = "4.3.19" features = ["derive"] [dependencies.confy] version = "^0.5.1" [dependencies.dirs] version = "5.0.1" [dependencies.emojis] version = "0.6.0" [dependencies.fs_extra] version = "1.3.0" [dependencies.indicatif] version = "0.17.6" [dependencies.serde] version = "^1.0.183" [dependencies.serde_derive] version = "^1.0.183" [dependencies.termion] version = "2.0.1"