# 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 = "furrow" version = "0.0.0" authors = ["Maya the bee <15341887+lowlevl@users.noreply.github.com>"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A lightweight, self-configured, ssh git remote." documentation = "https://docs.rs/furrow" readme = "README.md" keywords = [ "git", "server", "remote", "no-front", ] license = "GPL-3.0" repository = "https://github.com/lowlevl/furrow" [lib] name = "furrow" path = "src/lib.rs" [[bin]] name = "furrow" path = "src/main.rs" [dependencies.async-trait] version = "0.1.73" [dependencies.clap] version = "4.4.2" features = [ "derive", "env", ] [dependencies.color-eyre] version = "0.6.2" [dependencies.format_serde_error] version = "0.3.0" [dependencies.futures] version = "0.3.28" [dependencies.git2] version = "0.18.0" default-features = false [dependencies.nonempty] version = "0.8.1" features = [ "serde", "serialize", ] [dependencies.openssh-keys] version = "0.6.2" [dependencies.parse-display] version = "0.8.2" [dependencies.regex] version = "1.9.5" [dependencies.russh] version = "0.38.0" features = ["openssl"] [dependencies.russh-keys] version = "0.38.0" features = ["openssl"] [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.serde_with] version = "3.3.0" [dependencies.serde_yaml] version = "0.8.26" [dependencies.strum] version = "0.25.0" features = ["derive"] [dependencies.thiserror] version = "1.0.48" [dependencies.tokio] version = "1.32.0" features = [ "rt-multi-thread", "macros", ] [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.17" features = [ "env-filter", "tracing-log", ] [dev-dependencies.rstest] version = "0.18.2"