# 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 = "devmode" version = "0.3.0" exclude = [ ".idea", ".github", ".vscode", "assets/img", "assets/scripts", ] description = "Devmode is a project management utility for developers." homepage = "https://devmode.edfloreshz.dev/" documentation = "https://docs.rs/devmode" readme = "README.md" license = "GPL-2.0" repository = "https://github.com/edfloreshz/devmode/" resolver = "2" [[bin]] name = "dm" path = "src/main.rs" [dependencies.anyhow] version = "1.0.44" [dependencies.clap] version = "3.2.14" features = ["derive"] [dependencies.cmd_lib] version = "1.1.0" [dependencies.colored] version = "2.0.0" [dependencies.fs_extra] version = "1.2.0" [dependencies.git2] version = "0.14.4" [dependencies.git2_credentials] version = "0.8.0" [dependencies.libset] version = "0.1.2" [dependencies.regex] version = "1.5.4" [dependencies.requestty] version = "0.4.1" [dependencies.serde] version = "1.0.126" features = ["derive"] [dependencies.walkdir] version = "2.3.2"