[package]
name = "git-remote-iroh"
version = "0.2.0"
edition = "2024"
description = "Git remote protocol support for https://www.iroh.computer"
homepage = "https://codeberg.org/cmars/git-remote-iroh"
repository = "https://codeberg.org/cmars/git-remote-iroh"
authors = ["Casey Marshall <me@cmars.tech>"]
license = "MPL-2.0"
readme = "README.md"
[[bin]]
name = "git-remote-iroh"
[lib]
path = "src/lib.rs"
[dependencies]
anyhow = "1.0"
clap = { version = "4.6", features = ["derive", "env", "string"] }
dirs = "6.0"
gix-config = "0.16"
iroh = "1.0"
iroh-rings = { version = "0.7.0", features = ["redb"] }
tokio = { version = "1.52", features = ["full"] }
tokio-util = "0.7"
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }