mirror of
https://github.com/microsoft/regorus.git
synced 2026-08-05 02:16:11 +00:00
- c, cpp - csharp - ffi - go - Java - Python - WASM `arc` feature is turned on for all bindings Use pretty string instead of colored string. Signed-off-by: Anand Krishnamoorthi <anakrish@microsoft.com>
20 lines
484 B
TOML
20 lines
484 B
TOML
[package]
|
|
name = "regorusrb"
|
|
version = "0.1.5"
|
|
edition = "2021"
|
|
description = "Ruby bindings for Regorus - a fast, lightweight Rego interpreter written in Rust"
|
|
publish = false
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
path = "src/lib.rs"
|
|
|
|
[features]
|
|
default = ["regorus/std", "regorus/full-opa"]
|
|
|
|
[dependencies]
|
|
magnus = { version = "0.6.4" }
|
|
regorus = { git = "https://github.com/microsoft/regorus", default-features = false, features = ["arc"] }
|
|
serde_json = "1.0.117"
|
|
serde_magnus = "0.8.1"
|