[package]
name = "gitway-lib"
description = "Core SSH transport library for Git hosting services (GitHub, GitLab, Codeberg, and self-hosted)."
keywords = ["ssh", "git", "gitlab", "codeberg", "transport"]
categories = ["network-programming", "authentication"]
readme = "README.md"
documentation = "https://docs.rs/gitway-lib"
version.workspace = true
edition.workspace = true
license.workspace = true
authors.workspace = true
repository.workspace = true
rust-version.workspace = true
[lints]
workspace = true
[dependencies]
russh.workspace = true
tokio.workspace = true
thiserror.workspace = true
log.workspace = true
dirs.workspace = true
zeroize.workspace = true
[dev-dependencies]
tokio = { workspace = true }
tempfile = { workspace = true }
criterion = { version = "0.5", features = ["async_tokio"] }
[[bench]]
name = "throughput"
harness = false