[workspace]
[workspace.package]
authors = ["Zizhang Luo <semiwaker@pku.edu.cn>"]
edition = "2021"
description = "Typed/Transactional Graph container"
readme = "README.md"
repository = "https://github.com/semiwaker/TTGraph"
license = "MIT OR Apache-2.0"
keywords = ["graph", "transaction", "typed", "data_structure"]
categories = ["data-structures"]
[package]
name = "ttgraph"
version = "0.4.0"
authors.workspace = true
edition.workspace = true
description.workspace = true
readme.workspace = true
repository.workspace = true
license.workspace = true
keywords.workspace = true
categories.workspace = true
[dependencies]
serde = { version = "1.0.198", features = ["derive"] }
visible = "0.0.1"
uuid = { version = "1.8.0", features = ["v4", "fast-rng", "serde"] }
ttgraph_macros = { path = "ttgraph_macros", version = "^0.4.0" }
serde_json = "1.0.116"
ordermap = { version = "0.5.3", features = ["serde"] }
paste = "1.0.15"
[features]
default = ["debug"]
debug = []