# 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" rust-version = "1.74.0" name = "souko" version = "0.2.1" authors = ["gifnksm "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple command line utility that provides an easy way to organize clones of remote git repositories" readme = "README.md" keywords = [ "git", "vcs", "cli", "utility", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/gifnksm/souko" [package.metadata.binstall] bin-dir = "{ bin }{ binary-ext }" pkg-fmt = "tgz" pkg-url = "{ repo }/releases/download/v{ version }/{ name }-v{ version }-{ target }.{ archive-format }" [package.metadata.cargo-sync-rdme.badge] style = "flat-square" [package.metadata.cargo-sync-rdme.badge.badges] codecov = true crates-io = true docs-rs = true maintenance = true rust-version = true [package.metadata.cargo-sync-rdme.badge.badges.github-actions] workflows = ["ci.yml"] [package.metadata.cargo-sync-rdme.badge.badges.license] link = "#license" [profile.dev] [profile.release] strip = true [lib] name = "souko" path = "src/lib.rs" [[bin]] name = "souko" path = "src/bin/souko.rs" [[test]] name = "basic_usage" path = "tests/basic_usage.rs" [dependencies.chrono] version = "0.4.38" features = [ "clock", "serde", ] default-features = false [dependencies.clap] version = "4.5.17" features = [ "derive", "env", ] [dependencies.color-eyre] version = "0.6.3" [dependencies.custom_debug_derive] version = "0.6.1" [dependencies.directories] version = "5.0.1" [dependencies.dunce] version = "1.0.5" [dependencies.git2] version = "0.18.3" [dependencies.git2_credentials] version = "0.13.0" [dependencies.once_cell] version = "1.19.0" [dependencies.regex] version = "1.10.6" [dependencies.remove_dir_all] version = "0.8.3" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.tempfile] version = "3.12.0" [dependencies.thiserror] version = "1.0.63" [dependencies.toml_edit] version = "0.22.20" features = ["serde"] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] [dependencies.url] version = "2.5.2" [dependencies.walkdir] version = "2.5.0" [dev-dependencies.assert_cmd] version = "2.0.16" [dev-dependencies.assert_fs] version = "1.1.2" [dev-dependencies.predicates] version = "3.1.2" [build-dependencies] [features] default = [] vendored-libgit2 = ["git2/vendored-libgit2"] vendored-openssl = ["git2/vendored-openssl"] [badges.maintenance] status = "actively-developed"