[package]
edition = "2021"
name = "guts-collaboration"
version = "0.1.0"
authors = ["Guts Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Collaboration features for Guts: Pull Requests, Issues, Comments, Reviews"
homepage = "https://github.com/AbdelStark/guts"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/AbdelStark/guts"
[lib]
name = "guts_collaboration"
path = "src/lib.rs"
[dependencies.guts-storage]
version = "0.1.0"
[dependencies.guts-types]
version = "0.1.0"
[dependencies.parking_lot]
version = "0.12"
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.serde_json]
version = "1.0"
[dependencies.thiserror]
version = "2.0.12"
[dev-dependencies.proptest]
version = "1.5"