ordinaryd 0.8.4

Ordinary Server
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 = "2024"
rust-version = "1.96.0"
name = "ordinaryd"
version = "0.8.4"
authors = ["Ordinary Labs LLC"]
build = "build.rs"
include = [
    "/generated",
    "/src",
    "LICENSE",
    "README.md",
    "SECURITY.md",
    "/docs",
    "build.rs",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Ordinary Server"
homepage = "https://codeberg.org/ordinarylabs/Ordinary"
readme = "README.md"
categories = [
    "command-line-utilities",
    "web-programming::http-server",
    "wasm",
]
license = "AGPL-3.0-only"
repository = "https://codeberg.org/ordinarylabs/Ordinary"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/v{ version }/{ name }-{ target }.zip"
pkg-fmt = "zip"
bin-dir = "release/{ name }-{ target }"

[features]
default = ["mimalloc"]
docs = [
    "dep:clap-markdown",
    "dep:clap_mangen",
    "dep:clap_complete",
]
jemalloc = ["dep:tikv-jemallocator"]
mimalloc = ["dep:mimalloc"]
studio = ["ordinary-api/studio"]

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

[[bin]]
name = "ordinaryd"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.102"

[dependencies.bytesize]
version = "2.4.0"

[dependencies.clap]
version = "4.6.1"
features = ["derive"]

[dependencies.clap-markdown]
version = "0.1.5"
optional = true

[dependencies.clap_complete]
version = "4.6.5"
features = ["unstable-dynamic"]
optional = true

[dependencies.clap_mangen]
version = "0.3.0"
optional = true

[dependencies.fs-err]
version = "3.3.0"

[dependencies.getrandom]
version = "0.4.3"
features = ["sys_rng"]

[dependencies.hashbrown]
version = "0.17.1"

[dependencies.mimalloc]
version = "0.1.52"
optional = true

[dependencies.ordinary-api]
version = "0.8.4"
features = ["server"]
default-features = false

[dependencies.ordinary-app]
version = "0.8.4"

[dependencies.ordinary-auth]
version = "0.8.4"
features = [
    "core",
    "client",
]
default-features = false

[dependencies.ordinary-config]
version = "0.8.4"

[dependencies.ordinary-monitor]
version = "0.8.4"
default-features = false

[dependencies.ordinary-storage]
version = "0.8.4"

[dependencies.ordinary-types]
version = "0.8.4"

[dependencies.ordinary-utils]
version = "0.8.4"

[dependencies.page_size]
version = "0.6.0"

[dependencies.qrcodegen]
version = "1.8.0"

[dependencies.rand_chacha]
version = "0.10.0"

[dependencies.serde_json]
version = "1.0.150"

[dependencies.tikv-jemallocator]
version = "0.7.0"
optional = true

[dependencies.tokio]
version = "1.52.3"
features = [
    "rt",
    "rt-multi-thread",
    "io-util",
    "net",
    "time",
    "macros",
    "sync",
    "parking_lot",
    "signal",
]

[dependencies.tokio-rustls]
version = "0.26.4"
features = [
    "tls12",
    "ring",
]
default-features = false

[dependencies.tracing]
version = "0.1.44"
features = ["valuable"]

[dependencies.tracing-subscriber]
version = "0.3.23"
features = [
    "smallvec",
    "env-filter",
    "parking_lot",
    "json",
    "valuable",
    "time",
]

[lints.clippy]
unwrap_used = "deny"