# 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 = "2018" name = "dmdlib" version = "0.1.0" exclude = [".idea"] description = "This is a library for Devmode clients." homepage = "https://devmode.edfloreshz.dev/" documentation = "https://docs.rs/devmode" readme = "README.md" license = "GPL-2.0" repository = "https://github.com/edfloreshz/devmode/" [dependencies.anyhow] version = "1.0.44" [dependencies.cmd_lib] version = "1.1.0" [dependencies.colored] version = "2.0.0" [dependencies.dirs] version = "3.0.2" [dependencies.git2] version = "0.13.22" [dependencies.regex] version = "1.5.4" [dependencies.requestty] version = "0.1.1" [dependencies.serde] version = "1.0.126" features = ["derive"] [dependencies.toml] version = "0.5.8" [dependencies.walkdir] version = "2.3.2"