sh-layer1 1.0.2

Continuum Layer 1: Foundation
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 = "sh-layer1"
version = "1.0.2"
authors = ["Continuum Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Continuum Layer 1: Foundation"
homepage = "https://github.com/EnjouZeratul/continuum"
documentation = "https://docs.rs/sh-layer1"
readme = "README.md"
keywords = [
    "agent",
    "llm",
    "ai",
    "runtime",
    "terminal",
]
categories = [
    "development-tools",
    "api-bindings",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/EnjouZeratul/continuum"

[features]
default = []
local-embeddings = []
mock = []
otel = [
    "opentelemetry",
    "tracing-opentelemetry",
    "opentelemetry-otlp",
]
prometheus = [
    "metrics",
    "metrics-exporter-prometheus",
]

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

[[test]]
name = "anthropic_compatible"
path = "tests/anthropic_compatible.rs"

[[bench]]
name = "bench_concurrent"
path = "benches/bench_concurrent.rs"
harness = false

[[bench]]
name = "bench_config"
path = "benches/bench_config.rs"
harness = false

[[bench]]
name = "bench_session"
path = "benches/bench_session.rs"
harness = false

[dependencies.anyhow]
version = "1.0"

[dependencies.async-stream]
version = "0.3"

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

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.config]
version = "0.14"

[dependencies.dirs]
version = "5.0"

[dependencies.futures]
version = "0.3"

[dependencies.metrics]
version = "0.24"
optional = true

[dependencies.metrics-exporter-prometheus]
version = "0.15"
optional = true

[dependencies.moka]
version = "0.12"
features = ["future"]

[dependencies.opentelemetry]
version = "0.27"
optional = true

[dependencies.opentelemetry-otlp]
version = "0.27"
features = ["grpc-tonic"]
optional = true

[dependencies.parking_lot]
version = "0.12"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "stream",
]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sh-layer0]
version = "1.0.2"

[dependencies.sled]
version = "0.34"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1.40"
features = ["full"]

[dependencies.tokio-tungstenite]
version = "0.26"
features = ["native-tls"]

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-opentelemetry]
version = "0.28"
optional = true

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "env-filter",
    "json",
]

[dependencies.uuid]
version = "1.11"
features = [
    "v4",
    "serde",
]

[dev-dependencies.criterion]
version = "0.5"

[dev-dependencies.dashmap]
version = "6.1"

[dev-dependencies.tempfile]
version = "3.14"

[dev-dependencies.wiremock]
version = "0.6"