shep-core 0.7.1

Types, Flockfile parsing, and the wire protocol shared by the shep process manager's daemon, client, and CLI
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.88"
name = "shep-core"
version = "0.7.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Types, Flockfile parsing, and the wire protocol shared by the shep process manager's daemon, client, and CLI"
documentation = "https://docs.rs/shep-core"
readme = "README.md"
keywords = [
    "shep",
    "process-manager",
    "supervisor",
    "flockfile",
    "protocol",
]
categories = [
    "config",
    "parsing",
    "data-structures",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/shep-pm/shep"

[package.metadata.docs.rs]
all-features = true

[features]
schema = ["dep:schemars"]

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

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

[dependencies.bytes]
version = "1"
default-features = false

[dependencies.chrono]
version = "0.4"
features = [
    "clock",
    "std",
]
default-features = false

[dependencies.chrono-tz]
version = "0.10.4"
features = ["std"]
default-features = false

[dependencies.croner]
version = "3.0.1"
default-features = false

[dependencies.globset]
version = "0.4.11"
default-features = false

[dependencies.json5]
version = "0.4.1"
default-features = false

[dependencies.regex]
version = "1.9"
features = [
    "std",
    "unicode-perl",
]
default-features = false

[dependencies.schemars]
version = "1.2.2"
features = [
    "derive",
    "std",
]
optional = true
default-features = false

[dependencies.serde]
version = "1"
features = ["derive"]
default-features = false

[dependencies.serde-saphyr]
version = "1"
features = ["deserialize"]
default-features = false

[dependencies.serde_ignored]
version = "0.1.14"
default-features = false

[dependencies.serde_json]
version = "1"
features = ["std"]
default-features = false

[dependencies.shep-channel]
version = "0.7.1"
default-features = false

[dependencies.tempfile]
version = "3.10"
default-features = false

[dependencies.tokio]
version = "1.41"
features = [
    "net",
    "time",
    "io-util",
    "macros",
]
default-features = false

[dependencies.tokio-util]
version = "0.7.9"
features = ["codec"]
default-features = false

[dependencies.toml]
version = "0.8"
features = [
    "parse",
    "display",
]
default-features = false

[dev-dependencies.futures-util]
version = "0.3"
features = [
    "sink",
    "std",
]
default-features = false

[dev-dependencies.insta]
version = "1.18.1"
features = ["json"]
default-features = false

[dev-dependencies.proptest]
version = "1"
features = ["std"]
default-features = false

[dev-dependencies.tokio]
version = "1.41"
features = [
    "macros",
    "rt",
    "io-util",
]
default-features = false

[target."cfg(any())".dependencies.annotate-snippets]
version = "0.12.3"
default-features = false

[target."cfg(any())".dependencies.anstyle]
version = "1.0.5"
default-features = false

[target."cfg(any())".dependencies.encoding_rs_io]
version = "0.1.2"
default-features = false

[target."cfg(any())".dependencies.pest]
version = "2.0.2"
default-features = false

[target."cfg(any())".dependencies.quote-floor]
version = "0.3.15"
default-features = false
package = "quote"

[target."cfg(any())".dependencies.syn-floor]
version = "1.0.1"
default-features = false
package = "syn"

[target."cfg(unix)".dependencies.nix]
version = "0.29"
features = [
    "signal",
    "process",
    "user",
    "fs",
]
default-features = false

[lints.clippy]
missing_errors_doc = "deny"
undocumented_unsafe_blocks = "deny"

[lints.rust]
missing_debug_implementations = "deny"
missing_docs = "deny"