atomr-hosting 0.6.0

Builder API for wiring a atomr system together — config, DI, setup hooks.
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"
rust-version = "1.78"
name = "atomr-hosting"
version = "0.6.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Builder API for wiring a atomr system together — config, DI, setup hooks."
homepage = "https://github.com/rustakka/atomr"
documentation = "https://docs.rs/atomr-hosting"
readme = "README.md"
keywords = [
    "actor",
    "hosting",
    "dependency-injection",
]
categories = [
    "rust-patterns",
    "concurrency",
]
license = "Apache-2.0"
repository = "https://github.com/rustakka/atomr"

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

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

[[test]]
name = "hosting_spec"
path = "tests/hosting_spec.rs"

[dependencies.atomr-config]
version = "0.6.0"

[dependencies.atomr-core]
version = "0.6.0"

[dependencies.atomr-di]
version = "0.6.0"

[dependencies.tokio]
version = "1.39"
features = ["full"]

[lints.clippy]
todo = "deny"
unimplemented = "deny"