# 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 = "git-wire" version = "1.5.0" authors = ["msr1k <msr0210@gmail.com>"] description = """ Wiring part of other repository's code. (Please see \"https://github.com/msr1k/git-wire\" for details.) """ readme = "README.md" license = "MIT" [profile.dev] opt-level = 0 debug = 2 [dependencies.cause] version = "0.1.2" [dependencies.clap] version = "4.5.3" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.folder_compare] version = "0.4.0" [dependencies.fs_extra] version = "1.3.0" [dependencies.regex] version = "1.9.1" [dependencies.serde] version = "1.0.171" features = ["derive"] [dependencies.serde_json] version = "1.0.102" [dependencies.temp-dir] version = "0.1.11"