[package] name = "radicle-cob" description = "Radicle Collaborative Objects library" homepage.workspace = true repository.workspace = true version = "0.17.0" authors = [ "Alex Good ", "Fintan Halpenny ", ] edition.workspace = true license.workspace = true keywords = ["radicle", "cob", "cobs"] rust-version.workspace = true [features] default = [] # Only used for testing. Ensures that commit ids are stable. stable-commit-ids = [] [dependencies] fastrand = { workspace = true } git2 = { workspace = true, features = ["vendored-libgit2"] } log = { workspace = true } nonempty = { workspace = true, features = ["serialize"] } radicle-crypto = { workspace = true, features = ["ssh"] } radicle-dag = { workspace = true } radicle-git-ext = { workspace = true, features = ["serde"] } serde = { workspace = true, features = ["derive"] } serde_json = { workspace = true } signature = { workspace = true } thiserror = { workspace = true } [dev-dependencies] fastrand = { workspace = true } qcheck = { workspace = true } qcheck-macros = { workspace = true } radicle-crypto = { workspace = true, features = ["test", "radicle-git-ext"] } tempfile = { workspace = true }