# 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 = "magoo" version = "0.2.1" authors = ["Pistonight "] exclude = [ ".github/**/*", "README.txtpp.md", "Taskfile.yml", "magoo.txt", "magoo.webp", ] description = "A wrapper for git submodule that simplifies the workflows" readme = "README.md" keywords = [ "git", "tool", "submodule", "cli", ] categories = [ "development-tools", "command-line-utilities", ] license = "MIT" repository = "https://github.com/Pistonite/magoo" [lib] name = "magoo" path = "src/lib.rs" [[bin]] name = "magoo" path = "src/main.rs" required-features = ["cli"] [dependencies.clap] version = "4.5.4" features = ["derive"] optional = true [dependencies.fs4] version = "0.8.2" [dependencies.pathdiff] version = "0.2.1" [dependencies.semver] version = "1.0.23" [dependencies.termcolor] version = "1.4.1" [dependencies.thiserror] version = "1.0.59" [dependencies.which] version = "6.0.1" [features] cli = ["dep:clap"] default = ["cli"]