[package] name = "radicle-fetch" description = "Radicle fetch protocol" homepage = "https://radicle.xyz" license = "MIT OR Apache-2.0" version = "0.9.0" authors = ["Fintan Halpenny "] edition = "2021" [dependencies] bstr = { version = "1.3" } either = { version = "1.9.0" } gix-actor = { version = "0.31.1" } gix-features = { version = "0.38.1", features = ["progress"] } gix-hash = { version = "0.14.2" } gix-odb = { version = "0.60.0" } gix-pack = { version = "0.50.0" } gix-protocol = { version = "0.45", features = ["blocking-client"] } gix-transport = { version = "0.42", features = ["blocking-client"] } log = { version = "0.4.17", features = ["std"] } nonempty = { version = "0.9.0" } radicle-git-ext = { version = "0.7.0", features = ["bstr"] } thiserror = { version = "1" } [dependencies.radicle] path = "../radicle" version = "0"