[dependencies]
[lib]
name = "cifly"
path = "src/lib.rs"
[package]
authors = ["Marcel Wienöbst <marcel.wienoebst@gmx.de>", "Sebastian Weichwald", "Leonard Henckel"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["science", "algorithms", "parser-implementations"]
description = "cifly is the Rust core that powers the CIfly declarative framework for efficient causal inference algorithms."
edition = "2021"
homepage = "https://cifly.dev"
keywords = ["causality", "algorithms", "graphs", "reachability"]
license = "MIT"
name = "cifly"
readme = "README.md"
repository = "https://github.com/mwien/CIfly"
version = "0.1.3"
[[test]]
name = "integration_test"
path = "tests/integration_test.rs"