subc-daemon 0.20.21

Embeddable subc daemon: bootstrap, module supervision, and opaque-byte splice routing.
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 = "subc-daemon"
version = "0.20.21"
build = "build.rs"
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Embeddable subc daemon: bootstrap, module supervision, and opaque-byte splice routing."
readme = false
license = "MIT"
repository = "https://github.com/cortexkit/subconscious"

[features]
bench-harness = []
loom = []
test-support = []

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

[dependencies.cortexkit-log]
version = "0.3.3"

[dependencies.cortexkit-paths]
version = "0.1.1"

[dependencies.fs4]
version = "1"

[dependencies.getrandom]
version = "0.2"

[dependencies.memchr]
version = "2"

[dependencies.rlimit]
version = "0.11"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.subc-control]
version = "0.17"

[dependencies.subc-jsonc]
version = "0.1.0"

[dependencies.subc-protocol]
version = "0.24.0"

[dependencies.subc-transport]
version = "0.7.0"

[dependencies.subc-uptime]
version = "0.1.0"

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

[dependencies.tracing]
version = "0.1"

[dev-dependencies.loom]
version = "0.7"

[dev-dependencies.tokio]
version = "1"
features = ["test-util"]

[dev-dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[target.'cfg(target_os = "linux")'.dependencies.subc-cgroup]
version = "0.1.1"

[target."cfg(unix)".dependencies.rustix]
version = "1"
features = ["process"]
default-features = false

[lints.rust]
unsafe_code = "forbid"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(loom)"]