mangle-engine 0.1.0

Rust implementation of Mangle, a logic programming language
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "anyhow"
version = "1.0.86"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da"

[[package]]
name = "bumpalo"
version = "3.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"

[[package]]
name = "mangle-analysis"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1c005dce1d19ca9e19accf43170730aea1a20c5a8b96627a2f26e8fb0ab1365"
dependencies = [
 "bumpalo",
 "mangle-ast",
 "mangle-factstore",
]

[[package]]
name = "mangle-ast"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "163cda9b22a1c140600e53a46659e9a82105bc2a532546ae1da56cdc37da5755"
dependencies = [
 "bumpalo",
]

[[package]]
name = "mangle-engine"
version = "0.1.0"
dependencies = [
 "anyhow",
 "bumpalo",
 "mangle-analysis",
 "mangle-ast",
 "mangle-factstore",
]

[[package]]
name = "mangle-factstore"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3e10eac6ee4fea3057e8a9a4d5baf5983b1469133dffed50d536ac021ce86ef"
dependencies = [
 "anyhow",
 "bumpalo",
 "mangle-ast",
]