[package]
edition = "2021"
name = "fabula"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Incremental pattern matching over temporal graphs — core library"
homepage = "https://sifting.dev"
readme = false
keywords = [
"graph",
"pattern-matching",
"temporal",
"sifting",
"narrative",
]
categories = [
"algorithms",
"data-structures",
]
license = "MIT"
repository = "https://github.com/patricker/fabula"
[features]
serde = ["dep:serde"]
[lib]
name = "fabula"
path = "src/lib.rs"
[dependencies.serde]
version = "1"
features = ["derive"]
optional = true