# 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.8" build = false exclude = [ ".github", ".gitignore", ] 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" [lib] name = "protofetch" path = "src/lib.rs" [[bin]] name = "protofetch" path = "src/main.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.clap] version = "4.5.9" features = ["derive"] [dependencies.config] version = "0.14.0" features = ["toml"] default-features = false [dependencies.env_logger] version = "0.11.3" features = ["auto-color"] default-features = false [dependencies.fs4] version = "0.9.1" [dependencies.git2] version = ">=0.18.0, <0.20.0" [dependencies.home] version = "0.5.9" [dependencies.log] version = "0.4.22" [dependencies.regex-lite] version = "0.1.6" [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.ssh-key] version = "0.6.6" [dependencies.thiserror] version = "1.0.62" [dependencies.toml] version = "0.8.14" features = ["preserve_order"] [dev-dependencies.pretty_assertions] version = "1.4.0" [dev-dependencies.project-root] version = "0.2.2" [features] vendored-libgit2 = ["git2/vendored-libgit2"] vendored-openssl = ["git2/vendored-openssl"]