astrid-daemon 0.7.0

Astrid daemon - the background kernel process for the Astrid secure agent runtime
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.94"
name = "astrid-daemon"
version = "0.7.0"
authors = [
    "Joshua J. Bouw <dev@joshuajbouw.com>",
    "Unicity Labs <info@unicity-labs.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Astrid daemon - the background kernel process for the Astrid secure agent runtime"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/unicity-astrid/astrid"
resolver = "2"

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

[[bin]]
name = "astrid-daemon"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.astrid-config]
version = "0.7.0"

[dependencies.astrid-core]
version = "0.7.0"

[dependencies.astrid-kernel]
version = "0.7.0"

[dependencies.astrid-telemetry]
version = "0.7.0"
features = ["config"]

[dependencies.clap]
version = "4.5"
features = [
    "derive",
    "env",
]

[dependencies.colored]
version = "2.1"

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

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
version = "1.0"
features = [
    "v4",
    "v5",
    "serde",
    "rng-getrandom",
]
default-features = false

[lints.clippy]
arithmetic_side_effects = "deny"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
unsafe_code = "deny"