vanta-provider 0.0.4

provider model, builtin providers, Wasmtime host for WASM hooks
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"
rust-version = "1.83"
name = "vanta-provider"
version = "0.0.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "provider model, builtin providers, Wasmtime host for WASM hooks"
readme = false
license = "Apache-2.0"
repository = "https://github.com/squaretick/vanta"

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

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

[dependencies.vanta-core]
version = "0.0.4"

[dependencies.wasmtime]
version = "43"

[dev-dependencies.wat]
version = "1"