gitorii 0.1.8

A human-first Git client with simplified commands, snapshots, multi-platform mirrors and built-in secret scanning
# 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 = "gitorii"
version = "0.1.8"
authors = ["Paski <paski@paski.dev>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A human-first Git client with simplified commands, snapshots, multi-platform mirrors and built-in secret scanning"
homepage = "https://gitorii.com"
documentation = "https://gitlab.com/paskidev/torii/-/blob/main/README.md"
readme = "README.md"
keywords = [
    "git",
    "vcs",
    "cli",
    "mirror",
    "developer-tools",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license-file = "LICENSE"
repository = "https://gitlab.com/paskidev/torii"

[[bin]]
name = "torii"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.dirs]
version = "5.0"

[dependencies.git2]
version = "0.19"
features = ["vendored-openssl"]

[dependencies.reqwest]
version = "0.11"
features = [
    "json",
    "blocking",
]

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.toml]
version = "0.8"

[dependencies.urlencoding]
version = "2.1"

[dev-dependencies.tempfile]
version = "3.12"