ikigai-dev-server 0.2.0

A standalone, linkage-gated ikigai server for development tooling: git/gh/cargo + graphs + the browse family (persistent explanations/annotations), exec and llm rate-limited, over IPC.
# 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-dev-server"
version = "0.2.0"
authors = ["Brian Sletten <brian.sletten@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A standalone, linkage-gated ikigai server for development tooling: git/gh/cargo + graphs + the browse family (persistent explanations/annotations), exec and llm rate-limited, over IPC."
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/ikigai-rs/ikigai-dev-server"

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

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

[dependencies.ikigai-browse]
version = "0.2.2"

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

[dependencies.ikigai-http]
version = "0.1.7"

[dependencies.ikigai-ipc]
version = "0.1.10"

[dependencies.ikigai-llm]
version = "0.10"

[dependencies.ikigai-rdf]
version = "0.1.4"

[dependencies.ikigai-repo]
version = "0.1.0"

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

[dependencies.ikigai-throttle]
version = "0.1.0"

[dependencies.ikigai-vocab]
version = "0.1.33"

[dependencies.oxigraph]
version = "0.5"
features = ["rocksdb"]
default-features = false

[dependencies.ureq]
version = "2"