repl-core 0.6.0

Core REPL engine for the Symbi platform
[dependencies.anyhow]
version = "1.0"

[dependencies.chrono]
features = ["serde"]
version = "0.4"

[dependencies.rand]
features = ["small_rng"]
version = "0.8"

[dependencies.rand_chacha]
version = "0.3"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.symbi-runtime]
version = "0.6.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
features = ["sync"]
version = "1.0"

[dependencies.tracing]
version = "0.1"

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

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

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

[package]
authors = ["Jascha Wanger / ThirdKey.ai"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools"]
description = "Core REPL engine for the Symbi platform"
edition = "2021"
keywords = ["repl", "evaluator", "policy", "symbiont"]
license = "MIT"
name = "repl-core"
readme = "README.md"
repository = "https://github.com/thirdkeyai/symbiont"
version = "0.6.0"

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