cuengine 0.26.2

Go-Rust FFI bridge for CUE evaluation with production-ready features
Documentation
[[bench]]
harness = false
name = "evaluation_benchmarks"
path = "benches/evaluation_benchmarks.rs"

[build-dependencies.cc]
version = "1.2"

[dependencies.libc]
version = "0.2"

[dependencies.lru]
version = "0.16"

[dependencies.parking_lot]
version = "0.12"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
features = ["raw_value"]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
features = ["v4", "serde"]
version = "1.18"

[dev-dependencies.criterion]
version = "0.8"

[dev-dependencies.cucumber]
version = "0.22"

[dev-dependencies.cuenv-core]
version = "0.26.0"

[dev-dependencies.proptest]
version = "1.0"

[dev-dependencies.tempfile]
version = "3.0"

[dev-dependencies.tokio-test]
version = "0.4"

[features]
default = []
nix-build = []

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

[lints.clippy]
as_ptr_cast_mut = "allow"
cognitive_complexity = "allow"
dbg_macro = "warn"
derive_partial_eq_without_eq = "allow"
doc_markdown = "allow"
expect_used = "warn"
implicit_hasher = "allow"
iter_on_single_items = "allow"
missing_const_for_fn = "allow"
missing_panics_doc = "allow"
multiple_crate_versions = "allow"
needless_collect = "allow"
needless_pass_by_ref_mut = "allow"
option_if_let_else = "allow"
or_fun_call = "allow"
panic = "warn"
print_stderr = "warn"
print_stdout = "warn"
redundant_clone = "allow"
redundant_closure_for_method_calls = "allow"
significant_drop_tightening = "allow"
todo = "warn"
too_many_arguments = "allow"
too_many_lines = "allow"
unimplemented = "warn"
uninlined_format_args = "allow"
unnecessary_literal_bound = "allow"
unnecessary_map_or = "allow"
unwrap_used = "warn"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.clippy.cargo]
level = "warn"
priority = -1

[lints.clippy.nursery]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
missing_docs = "warn"
unsafe_code = "warn"

[package]
authors = ["cuenv Contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["config", "development-tools", "parsing"]
description = "Go-Rust FFI bridge for CUE evaluation with production-ready features"
documentation = "https://docs.rs/cuenv"
edition = "2024"
homepage = "https://github.com/cuenv/cuenv"
keywords = ["cue", "configuration", "validation", "ffi"]
license = "AGPL-3.0-or-later"
name = "cuengine"
readme = "readme.md"
repository = "https://github.com/cuenv/cuenv"
resolver = "2"
version = "0.26.2"

[package.metadata.docs.rs]
rustdoc-args = ["--cfg", "docsrs"]

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

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

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

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

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

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

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