circus 0.12.0

Umbrella crate for Circus components
# 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"
name = "circus"
version = "0.12.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Umbrella crate for Circus components"
readme = false
license = "MPL-2.0"
repository = "https://github.com/manic-systems/circus"

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

[[bin]]
name = "circus"
path = "src/main.rs"

[dependencies.circus-agent]
version = "0.12.0"

[dependencies.circus-binary-cache]
version = "0.12.0"

[dependencies.circus-cli]
version = "0.12.0"

[dependencies.circus-common]
version = "0.12.0"

[dependencies.circus-config]
version = "0.12.0"

[dependencies.circus-evaluator]
version = "0.12.0"

[dependencies.circus-logs]
version = "0.12.0"

[dependencies.circus-migrations]
version = "0.12.0"

[dependencies.circus-nix]
version = "0.12.0"

[dependencies.circus-notification]
version = "0.12.0"

[dependencies.circus-proto]
version = "0.12.0"

[dependencies.circus-queue-runner]
version = "0.12.0"

[dependencies.circus-s3]
version = "0.12.0"

[dependencies.circus-server]
version = "0.12.0"

[dependencies.circus-types]
version = "0.12.0"

[dependencies.color-eyre]
version = "0.6.5"

[dependencies.evix]
version = "0.3.3"
features = ["flake"]

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

[lints.clippy]
absolute_paths = "allow"
arbitrary_source_item_ordering = "allow"
cargo_common_metadata = "allow"
cast_possible_truncation = "allow"
cast_possible_wrap = "allow"
cast_precision_loss = "allow"
cast_sign_loss = "allow"
clone_on_ref_ptr = "warn"
dbg_macro = "warn"
empty_drop = "warn"
empty_structs_with_brackets = "warn"
exit = "warn"
filetype_is_file = "warn"
get_unwrap = "warn"
implicit_return = "allow"
infinite_loop = "warn"
map_with_unused_argument_over_ranges = "warn"
missing_docs_in_private_items = "allow"
multiple_crate_versions = "allow"
non_ascii_literal = "allow"
non_std_lazy_statics = "warn"
panic = "deny"
pathbuf_init_then_push = "warn"
pattern_type_mismatch = "allow"
print_stderr = "warn"
print_stdout = "warn"
question_mark_used = "allow"
rc_buffer = "warn"
rc_mutex = "warn"
rest_pat_in_fully_bound_structs = "warn"
similar_names = "allow"
single_call_fn = "allow"
std_instead_of_core = "allow"
todo = "warn"
too_long_first_doc_paragraph = "allow"
too_many_arguments = "allow"
too_many_lines = "allow"
undocumented_unsafe_blocks = "warn"
unimplemented = "warn"
unnecessary_safety_comment = "warn"
unreachable = "warn"
unused_result_ok = "warn"
unused_trait_names = "allow"
unwrap_used = "deny"

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

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

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

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

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

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