kora-embedded 0.2.0

Embeddable library mode for Kōra — use as a direct API without a network layer
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.82"
name = "kora-embedded"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Embeddable library mode for Kōra — use as a direct API without a network layer"
readme = false
license = "MIT"
repository = "https://github.com/Augani/Kora"

[features]
default = []
server = [
    "dep:kora-server",
    "dep:tokio",
]

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

[dependencies.kora-core]
version = "0.2.0"

[dependencies.kora-doc]
version = "0.2.0"

[dependencies.kora-server]
version = "0.2.0"
optional = true

[dependencies.kora-storage]
version = "0.2.0"

[dependencies.parking_lot]
version = "0.12"

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = ["full"]
optional = true

[dependencies.tracing]
version = "0.1"

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

[dev-dependencies.tokio]
version = "1"
features = [
    "full",
    "full",
    "test-util",
]