kcode-kennedy-roots 0.1.0

Kennedy application root bootstrap and identity reconciliation
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.97"
name = "kcode-kennedy-roots"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Kennedy application root bootstrap and identity reconciliation"
readme = false
license = "MIT"
repository = "https://github.com/DavidVorick/kcode"

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

[dependencies.anyhow]
version = "1"

[dependencies.chrono]
version = "0.4"

[dependencies.kcode-kweb-db]
version = "=1.0.4"

[dependencies.kcode-kweb-manager]
version = "0.1.1"

[dependencies.kcode-server-object-envelopes]
version = "0.1.0"

[dependencies.kcode-telegram-identity]
version = "0.1.5"

[dependencies.rusqlite]
version = "0.40"
features = ["bundled"]

[dependencies.tokio]
version = "1"
features = ["sync"]

[dependencies.uuid]
version = "1"
features = ["v4"]

[dev-dependencies.rand]
version = "0.9"

[lints.rust]
unsafe_code = "forbid"