[dependencies.async-trait]
version = "0.1"
[dependencies.colored]
version = "3"
[dependencies.futures]
version = "0.3"
[dependencies.futures-core]
version = "0.3"
[dependencies.libc]
version = "0.2"
[dependencies.thiserror]
version = "2"
[dependencies.tokio]
features = ["full", "full"]
version = ">=1.23.1, <2"
[dependencies.tokio-stream]
version = "0.1"
[dependencies.tokio-util]
features = ["io", "io"]
version = "0.7"
[dependencies.tracing]
version = "0.1"
[dependencies.tutti-config]
default-features = false
version = "0.1.5"
[dependencies.tutti-types]
default-features = false
version = "0.1.5"
[lib]
name = "tutti_core"
path = "src/lib.rs"
[lints.clippy]
expect_used = "warn"
unwrap_used = "deny"
[lints.clippy.all]
level = "warn"
priority = -1
[lints.clippy.pedantic]
level = "warn"
priority = -1
[lints.rust]
dead_code = "warn"
missing_debug_implementations = "warn"
missing_docs = "allow"
unsafe_code = "deny"
unused_imports = "warn"
[lints.rust.unused]
level = "warn"
priority = -1
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Core functionality for Tutti"
edition = "2021"
license = "MIT"
name = "tutti-core"
readme = false
repository = "https://github.com/ya7on/tutti"
version = "0.1.5"
[[test]]
name = "test_process_manager"
path = "tests/test_process_manager.rs"