vigy 0.1.2

vigy facade — re-exports every vigy-* crate so consumers (mado, tear-daemon, etc.) `cargo add vigy` once.
# 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"
version = "0.1.2"
authors = ["Pleme Team <team@pleme.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "vigy facade — re-exports every vigy-* crate so consumers (mado, tear-daemon, etc.) `cargo add vigy` once."
readme = false
license = "MIT"
repository = "https://github.com/pleme-io/vigy"

[features]
default = [
    "rest",
    "graphql",
    "rpc",
    "mcp",
]
graphql = ["dep:vigy-graphql"]
mcp = ["dep:vigy-mcp"]
rest = ["dep:vigy-rest"]
rpc = ["dep:vigy-rpc"]

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

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

[dependencies.vigy-graphql]
version = "0.1.1"
optional = true

[dependencies.vigy-mcp]
version = "0.1.1"
optional = true

[dependencies.vigy-rest]
version = "0.1.1"
optional = true

[dependencies.vigy-rpc]
version = "0.1.1"
optional = true

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

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

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