nibli-engine 0.1.0

Native engine wrapper library (in-process embedding of the nibli pipeline)
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "nibli-engine"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Native engine wrapper library (in-process embedding of the nibli pipeline)"
homepage = "https://dhilipsiva.github.io/nibli/"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/dhilipsiva/nibli"
resolver = "2"

[lib]
name = "nibli_engine"
path = "src/lib.rs"

[[test]]
name = "integration"
path = "tests/integration.rs"

[[test]]
name = "known_failures"
path = "tests/known_failures.rs"

[[test]]
name = "known_failures_fatal"
path = "tests/known_failures_fatal.rs"

[[test]]
name = "verdict_corpus"
path = "tests/verdict_corpus.rs"

[[bench]]
name = "engine_bench"
path = "benches/engine_bench.rs"
harness = false

[dependencies.nibli-kr]
version = "0.1.0"

[dependencies.nibli-protocol]
version = "0.1.0"
features = ["compute-client"]

[dependencies.nibli-reason]
version = "0.1.0"

[dependencies.nibli-render]
version = "0.1.0"

[dependencies.nibli-semantics]
version = "0.1.0"

[dependencies.nibli-session]
version = "0.1.0"

[dependencies.nibli-store]
version = "0.1.0"

[dependencies.nibli-types]
version = "0.1.0"
features = ["serde"]

[dependencies.postcard]
version = "1"
features = ["alloc"]

[dependencies.serde_json]
version = "1"

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]

[dev-dependencies.redb]
version = "2"

[dev-dependencies.serde_json]
version = "1"