# 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 = "mure" version = "0.2.4" authors = ["Yui Kitsu "] description = "A command line tool for creating and managing multiple repositories." documentation = "https://docs.rs/mure" readme = "README.md" categories = ["command-line-utilities"] license = "BSD-3-Clause" repository = "https://github.com/kitsuyui/mure" [dependencies.clap] version = "4.3.11" features = ["derive"] [dependencies.clap_complete] version = "4.3.2" [dependencies.git2] version = "0.17.2" [dependencies.graphql_client] version = "0.13.0" [dependencies.once_cell] version = "1.18.0" [dependencies.openssl] version = "0.10.55" features = ["vendored"] [dependencies.openssl-probe] version = "0.1.5" [dependencies.regex] version = "1.9.1" [dependencies.reqwest] version = "0.11.18" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0.171" [dependencies.serde_derive] version = "1.0.171" [dependencies.serde_json] version = "1.0.100" [dependencies.shellexpand] version = "3.1.0" [dependencies.toml] version = "0.7.6" [dev-dependencies.assay] version = "0.1.1" [dev-dependencies.assert_cmd] version = "2.0.11" [dev-dependencies.mktemp] version = "0.5.0" [dev-dependencies.predicates] version = "3.0.3"