ikigai-cli 0.1.14

ikigai — a REPL client for resource-resolution kernels (native + WebAssembly).
# 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 = "ikigai-cli"
version = "0.1.14"
authors = ["Brian Sletten <brian.sletten@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ikigai — a REPL client for resource-resolution kernels (native + WebAssembly)."
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/ikigai-rs/ikigai-cli"

[features]
default = [
    "embedded",
    "ipc",
]
embedded = ["dep:ikigai-embedded"]
ipc = ["dep:ikigai-ipc"]
quic = [
    "dep:ikigai-quic",
    "dep:ikigai-discovery",
    "dep:ikigai-wire",
]
web = [
    "dep:ikigai-web",
    "dep:tokio",
    "dep:serde_yaml",
]

[[bin]]
name = "ikigai"
path = "src/main.rs"

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

[dependencies.ikigai-core]
version = "0.1.55"

[dependencies.ikigai-discovery]
version = "0.1.9"
optional = true

[dependencies.ikigai-embedded]
version = "0.1.6"
optional = true

[dependencies.ikigai-engine]
version = "0.1.6"

[dependencies.ikigai-ipc]
version = "0.1.13"
optional = true

[dependencies.ikigai-mcp]
version = "0.1.12"

[dependencies.ikigai-quic]
version = "0.1.6"
optional = true

[dependencies.ikigai-resolve]
version = "0.1.14"

[dependencies.ikigai-web]
version = "0.1.9"
optional = true

[dependencies.ikigai-wire]
version = "0.1.11"
optional = true

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml]
version = "0.9"
optional = true

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "net",
    "time",
]
optional = true

[target.'cfg(not(target_family = "wasm"))'.dependencies.crossterm]
version = "0.29.0"

[target.'cfg(not(target_family = "wasm"))'.dependencies.ratatui]
version = "0.30.1"