regorust 1.2.0

Rust bindings for the rego-cpp Rego compiler and interpreter
[build-dependencies.bindgen]
version = "0.72.1"

[dependencies]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "Rust bindings for the rego-cpp Rego compiler and interpreter"
edition = "2021"
homepage = "https://microsoft.github.io/rego-cpp/"
license = "MIT"
name = "regorust"
readme = "README.md"
repository = "https://github.com/microsoft/rego-cpp"
version = "1.2.0"