protofetch 0.1.16

A source dependency management tool for Protobuf.
Documentation
# 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.75"
name = "protofetch"
version = "0.1.16"
build = false
exclude = [
    ".github",
    ".gitignore",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A source dependency management tool for Protobuf."
homepage = "https://github.com/coralogix/protofetch"
readme = "README.md"
keywords = [
    "proto",
    "cli",
    "protobuf",
    "dependency-manager",
    "grpc",
]
categories = ["command-line-utilities"]
license = "Apache-2.0"
repository = "https://github.com/coralogix/protofetch"

[features]
build-binary = [
    "dep:clap",
    "dep:env_logger",
]
default = ["build-binary"]
vendored-libgit2 = ["git2/vendored-libgit2"]
vendored-openssl = ["git2/vendored-openssl"]

[lib]
name = "protofetch"
path = "src/lib.rs"

[[bin]]
name = "protofetch"
path = "src/main.rs"
required-features = ["build-binary"]

[[test]]
name = "parallel_fetch"
path = "tests/parallel_fetch.rs"

[dependencies.anyhow]
version = "1.0.98"

[dependencies.clap]
version = "4.5.36"
features = ["derive"]
optional = true

[dependencies.config]
version = "0.15.11"
features = ["toml"]
default-features = false

[dependencies.env_logger]
version = "0.11.8"
features = ["auto-color"]
optional = true
default-features = false

[dependencies.fs4]
version = "0.13.1"

[dependencies.git2]
version = ">=0.18.0, <0.21.0"

[dependencies.home]
version = "0.5.9"

[dependencies.log]
version = "0.4.27"

[dependencies.regex-lite]
version = "0.1.6"

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

[dependencies.ssh-key]
version = "0.6.7"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.toml]
version = "0.8.20"
features = ["preserve_order"]

[dev-dependencies.pretty_assertions]
version = "1.4.1"

[dev-dependencies.project-root]
version = "0.2.2"

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