vigy-eval 0.1.4

Tatara-lisp host bindings + stdlib for vigy — defines VigyHost and the vigy-emit/vigy-log/vigy-noop intrinsics vigies use to talk back to the runtime.
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 = "2021"
name = "vigy-eval"
version = "0.1.4"
authors = ["Pleme Team <team@pleme.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tatara-lisp host bindings + stdlib for vigy — defines VigyHost and the vigy-emit/vigy-log/vigy-noop intrinsics vigies use to talk back to the runtime."
readme = false
license = "MIT"
repository = "https://github.com/pleme-io/vigy"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.async-trait]
version = "0.1"

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

[dependencies.serde_json]
version = "1"

[dependencies.tatara-lisp]
version = "0.2"

[dependencies.tatara-lisp-eval]
version = "0.2"

[dependencies.thiserror]
version = "2.0"

[dependencies.time]
version = "0.3"
features = [
    "serde",
    "macros",
    "formatting",
    "parsing",
]

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
    "sync",
    "time",
    "fs",
    "signal",
    "io-util",
    "net",
]

[dependencies.tracing]
version = "0.1"

[dependencies.vigy-types]
version = "0.1.1"