elastik-core 7.2.0

Elastik V6 Engine: six verbs, one HTTP disk.
# 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 = "7.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Elastik V6 Engine: six verbs, one HTTP disk."
homepage = "https://github.com/rangersui/Elastik"
readme = false
license = "MIT"
repository = "https://github.com/rangersui/Elastik"

[[bin]]
name = "elastik-core"
path = "src/main.rs"

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

[dependencies.base64]
version = "0.22"

[dependencies.dashmap]
version = "6"

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

[dependencies.hex]
version = "0.4"

[dependencies.hmac]
version = "0.12"

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

[dependencies.rusqlite]
version = "0.31"
features = ["bundled"]

[dependencies.sha2]
version = "0.10"

[dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
    "net",
    "signal",
    "sync",
    "time",
]

[dependencies.tokio-stream]
version = "0.1"
features = ["sync"]

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

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