elastik-core 8.0.1

Elastik — Audi-ted L5 storage engine. SQLite for files.
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 = "elastik-core"
version = "8.0.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Elastik — Audi-ted L5 storage engine. SQLite for files."
homepage = "https://github.com/rangersui/Elastik"
readme = false
license = "MIT"
repository = "https://github.com/rangersui/Elastik"

[package.metadata.docs.rs]
features = ["unstable-engine"]
all-features = false

[features]
bundled-sqlite = ["rusqlite/bundled"]
coap = []
default = [
    "bundled-sqlite",
    "coap",
    "multi-thread",
    "unstable-engine-bin",
]
multi-thread = ["tokio/rt-multi-thread"]
unstable-engine = ["dep:tracing"]
unstable-engine-bin = [
    "unstable-engine",
    "dep:axum",
    "dep:base64",
    "dep:futures-util",
    "tokio/net",
    "tokio/signal",
    "dep:tracing-subscriber",
]

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

[[bin]]
name = "elastik-core"
path = "src/main.rs"
required-features = ["unstable-engine-bin"]

[dependencies.axum]
version = "0.7"
features = [
    "http1",
    "tokio",
]
optional = true
default-features = false

[dependencies.base64]
version = "0.22"
optional = true

[dependencies.bytes]
version = "1"

[dependencies.dashmap]
version = "6"

[dependencies.futures-util]
version = "0.3"
optional = true

[dependencies.hex]
version = "0.4"

[dependencies.hmac]
version = "0.12"

[dependencies.percent-encoding]
version = "2"

[dependencies.rusqlite]
version = "0.31"
default-features = false

[dependencies.sha2]
version = "0.10"

[dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt",
    "sync",
    "time",
]

[dependencies.tracing]
version = "0.1"
optional = true

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "fmt",
    "ansi",
    "std",
]
optional = true
default-features = false

[dev-dependencies.axum]
version = "0.7"
features = [
    "http1",
    "tokio",
]
default-features = false

[dev-dependencies.base64]
version = "0.22"

[dev-dependencies.futures-util]
version = "0.3"

[dev-dependencies.tower]
version = "0.5"
features = ["util"]

[profile.release]
lto = "thin"
codegen-units = 1
panic = "abort"
strip = "symbols"

[profile.rut241]
opt-level = "z"
lto = "fat"
codegen-units = 1
panic = "abort"
inherits = "release"
strip = "symbols"