[package]
name = "ordinaryd"
version.workspace = true
edition.workspace = true
authors.workspace = true
repository.workspace = true
homepage.workspace = true
description = "The Ordinary Server"
license = "AGPL-3.0-only"
readme = "README.md"
categories = ["command-line-utilities", "web-programming::http-server", "wasm"]
[features]
default = ["jemalloc"]
jemalloc = ["dep:tikv-jemallocator"]
mimalloc = ["dep:mimalloc"]
[dependencies]
mimalloc = { version = "0.1.48", optional = true }
tikv-jemallocator = { version = "0.6.0", optional = true }
clap.workspace = true
tokio.workspace = true
tracing.workspace = true
tracing-subscriber = { workspace = true, features = ["json"] }
tracing-appender.workspace = true
rustls.workspace = true
serde_json.workspace = true
qrcodegen.workspace = true
godfather = { path = "../../servers/admin", default-features = false, features = [
"server",
], version = "0.5.21" }
skyhook.workspace = true
configinator.workspace = true
stewball.workspace = true
cbwaw.workspace = true
notatype.workspace = true
certifiably.workspace = true
parking_lot.workspace = true
bytesize.workspace = true
oneshot.workspace = true
insightful.workspace = true
rand_chacha.workspace = true