[package] name = "mure" version = "0.2.4" edition = "2021" authors = ["Yui Kitsu "] description = "A command line tool for creating and managing multiple repositories." license = "BSD-3-Clause" readme = "README.md" repository = "https://github.com/kitsuyui/mure" documentation = "https://docs.rs/mure" categories = ["command-line-utilities"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "4.3.11", features = ["derive"] } git2 = "0.17.2" graphql_client = "0.13.0" once_cell = "1.18.0" regex = "1.9.1" reqwest = { version = "0.11.18", features = ["blocking", "json"] } serde = "1.0.171" serde_derive = "1.0.171" shellexpand = "3.1.0" toml = "0.7.6" openssl-probe = "0.1.5" clap_complete = "4.3.2" serde_json = "1.0.100" [dependencies.openssl] version = "0.10.55" features = ["vendored"] [dev-dependencies] mktemp = "0.5.0" assay = "0.1.1" assert_cmd = "2.0.11" predicates = "3.0.3"