phreak_facts 0.1.2

Rule matching algorithm focussed on speed
Documentation
[package]
name = "phreak_facts"
version = "0.1.2"
authors = ["Barry van Acker <barry.van.acker@rubix.nl>"]
description = "Rule matching algorithm focussed on speed"
repository = "https://gitlab.com/barry.van.acker/phreak-rs"
readme = "README.md"
license = "GPL-3.0-or-later"
categories = ["algorithms"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
generational-arena = "0.2"
serde = { version = "1.0", features = ["rc"] }
serde_derive = "1.0"
compact = { version = "0.2", features = ["serde-serialization"] }

[dev-dependencies]
test-case = "1.0.0"