layover-core 0.23.1

Domain types for Layover: factory configuration, route graph, itinerary accounting and rendezvous barriers.
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.98"
name = "layover-core"
version = "0.23.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Domain types for Layover: factory configuration, route graph, itinerary accounting and rendezvous barriers."
readme = false
license = "Apache-2.0"
repository = "https://github.com/KotkaZ/layover-project"

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

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

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

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

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

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

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

[dependencies.jiff]
version = "0.2"
features = ["serde"]

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.thiserror]
version = "2"

[dependencies.toml]
version = "0.9"

[dependencies.ulid]
version = "1"

[dev-dependencies.serde_json]
version = "1"

[lints.clippy]
module_name_repetitions = "allow"

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

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

[lints.rust]
missing_docs = "warn"
unsafe_code = "forbid"