disney-loop 1.0.0

Forward-only compound discovery loop. Assess state, reject regression, search for novelty, arrive at new state. Based on T1 primitive decomposition of Walt Disney's curiosity doctrine.
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.85"
name = "disney-loop"
version = "1.0.0"
authors = ["Matthew Campion, PharmD <team@nexvigilant.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Forward-only compound discovery loop. Assess state, reject regression, search for novelty, arrive at new state. Based on T1 primitive decomposition of Walt Disney's curiosity doctrine."
homepage = "https://nexvigilant.com"
readme = "README.md"
keywords = [
    "nexcore",
    "foundation",
    "primitives",
]
categories = ["development-tools"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/nexvigilant/nexcore"
resolver = "2"

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

[[bin]]
name = "disney-loop"
path = "src/main.rs"

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

[dependencies.clap]
version = "4.5.11"
features = [
    "derive",
    "cargo",
    "env",
]

[dependencies.nexcore-dataframe]
version = "0.1.0"

[dependencies.nexcore-error]
version = "0.1.0"

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

[dependencies.serde_json]
version = "1.0.120"

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

[dependencies.tracing]
version = "0.1.40"

[dependencies.tracing-subscriber]
version = "0.3.18"
features = ["env-filter"]

[dev-dependencies.tempfile]
version = "3.10.1"

[lints.clippy]
allow_attributes_without_reason = "allow"
arithmetic_side_effects = "allow"
as_conversions = "allow"
assigning_clones = "allow"
cargo_common_metadata = "allow"
case_sensitive_file_extension_comparisons = "allow"
cast_lossless = "allow"
cast_possible_truncation = "allow"
cast_possible_wrap = "allow"
cast_precision_loss = "allow"
cast_sign_loss = "allow"
clone_on_copy = "allow"
cognitive_complexity = "allow"
collapsible_if = "allow"
dbg_macro = "deny"
default_trait_access = "allow"
derivable_impls = "allow"
derive_partial_eq_without_eq = "allow"
disallowed_types = "allow"
doc_lazy_continuation = "allow"
doc_markdown = "allow"
enum_glob_use = "allow"
exhaustive_enums = "allow"
exhaustive_structs = "allow"
exit = "allow"
expect_used = "allow"
explicit_iter_loop = "allow"
field_reassign_with_default = "allow"
float_cmp = "allow"
fn_params_excessive_bools = "allow"
format_push_string = "allow"
from_over_into = "allow"
if_not_else = "allow"
implicit_hasher = "allow"
imprecise_flops = "allow"
indexing_slicing = "allow"
io_other_error = "allow"
items_after_statements = "allow"
iter_over_hash_type = "allow"
iter_without_into_iter = "allow"
len_without_is_empty = "allow"
let_and_return = "allow"
let_underscore_must_use = "allow"
lossy_float_literal = "allow"
manual_async_fn = "allow"
manual_clamp = "allow"
manual_div_ceil = "allow"
manual_is_ascii_check = "allow"
manual_is_power_of_two = "allow"
manual_let_else = "allow"
manual_map = "allow"
manual_midpoint = "allow"
manual_saturating_arithmetic = "allow"
manual_string_new = "allow"
map_err_ignore = "allow"
map_unwrap_or = "allow"
match_bool = "allow"
match_like_matches_macro = "allow"
match_same_arms = "allow"
match_wildcard_for_single_variants = "allow"
missing_const_for_fn = "allow"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
multiple_crate_versions = "allow"
must_use_candidate = "allow"
needless_collect = "allow"
needless_for_each = "allow"
needless_pass_by_ref_mut = "allow"
needless_pass_by_value = "allow"
needless_question_mark = "allow"
needless_range_loop = "allow"
non_std_lazy_statics = "allow"
option_if_let_else = "allow"
option_map_or_none = "allow"
or_fun_call = "allow"
panic = "allow"
panic_in_result_fn = "allow"
print_stderr = "allow"
print_stdout = "allow"
redundant_closure = "allow"
redundant_closure_for_method_calls = "allow"
redundant_else = "allow"
redundant_guards = "allow"
redundant_pattern_matching = "allow"
return_self_not_must_use = "allow"
shadow_unrelated = "allow"
should_implement_trait = "allow"
significant_drop_tightening = "allow"
similar_names = "allow"
single_char_pattern = "allow"
single_match_else = "allow"
string_slice = "allow"
struct_excessive_bools = "allow"
struct_field_names = "allow"
suboptimal_flops = "allow"
todo = "allow"
too_many_arguments = "allow"
too_many_lines = "allow"
trait_duplication_in_bounds = "allow"
trivially_copy_pass_by_ref = "allow"
type_complexity = "allow"
unimplemented = "allow"
uninlined_format_args = "allow"
unnecessary_lazy_evaluations = "allow"
unnecessary_map_or = "allow"
unnecessary_wraps = "allow"
unnested_or_patterns = "allow"
unreachable = "allow"
unreadable_literal = "allow"
unused_self = "allow"
unwrap_in_result = "allow"
unwrap_used = "allow"
use_self = "allow"
used_underscore_binding = "allow"
useless_format = "allow"
wildcard_enum_match_arm = "allow"
wildcard_imports = "allow"

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

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

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

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

[lints.rust]
async_fn_in_trait = "allow"
dead_code = "allow"
unexpected_cfgs = "allow"
unsafe_code = "forbid"
unused_assignments = "allow"
unused_imports = "allow"
unused_must_use = "allow"
unused_mut = "allow"
unused_variables = "allow"