[package]
edition = "2024"
name = "whost"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Server host process: configuration and node service entry point"
homepage = "https://github.com/webc-site/wedb/tree/main/whost"
readme = "README.md"
keywords = [
"server",
"host",
"configuration",
"binary",
]
categories = ["database-implementations"]
license = "MulanPSL-2.0"
repository = "https://github.com/webc-site/wedb.git"
[lib]
name = "whost"
path = "src/lib.rs"
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.wedb_standalone]
version = "0.1.2"
[lints.clippy]
arc_with_non_send_sync = "allow"