# 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 = "master-makers-cli" version = "0.0.3" authors = ["Mihai Miuta "] description = "CLI to handle a master maker's common tasks" license = "MIT" repository = "https://gitlab.com/mihaimiuta/master-maker-cli/" [[bin]] name = "mm" path = "src/main.rs" [dependencies.anyhow] version = "1.0.79" [dependencies.clap] version = "4.3.11" features = ["derive"] [dependencies.dirs] version = "5.0.1" [dependencies.edit] version = "0.1.4" [dependencies.fern] version = "0.6.2" features = ["colored"] [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.19" [dependencies.regex] version = "1.9.3" [dependencies.rust-embed] version = "6.8.1" [dependencies.serde] version = "1.0.179" [dependencies.serde_derive] version = "1.0.179" [dependencies.sha256] version = "1.3.0" [dependencies.string-builder] version = "0.2.0" [dependencies.toml] version = "0.7.6"