[package] name = "radicle-fetch" description = "Radicle fetch protocol" homepage.workspace = true license.workspace = true version = "0.19.0" authors = ["Fintan Halpenny "] edition.workspace = true rust-version.workspace = true [dependencies] bstr = { workspace = true } either = "1.9.0" gix-features = { version = "0.46", features = ["progress"] } gix-hash = { workspace = true } gix-odb = "0.75.0" gix-pack = "0.65.0" gix-protocol = { version = "0.57.0", features = ["blocking-client"] } gix-refspec = "0.37" gix-transport = { version = "0.54.0", features = ["blocking-client"] } log = { workspace = true, features = ["std"] } nonempty = { workspace = true } radicle = { workspace = true } radicle-oid = { workspace = true, features = ["gix"] } radicle-git-ref-format = { workspace = true, features = ["bstr"] } thiserror = { workspace = true, default-features = true }