omp-app 0.1.0

Production command-line application and daemon for OMP inference
# 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 = "omp-app"
version = "0.1.0"
authors = ["Can Boluk"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Production command-line application and daemon for OMP inference"
homepage = "https://omp.sh/"
readme = "README.md"
license = "MIT"
repository = "https://github.com/can1357/omp"

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

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

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

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

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

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

[dependencies.async-trait]
version = "0.1"

[dependencies.bytes]
version = "1.12.1"
features = ["serde"]

[dependencies.clap]
version = "4"
features = [
    "derive",
    "wrap_help",
]

[dependencies.futures]
version = "0.3"

[dependencies.http]
version = "1.5"

[dependencies.http-body-util]
version = "0.1"

[dependencies.hyper]
version = "1.11"
features = [
    "client",
    "http1",
    "http2",
    "server",
]

[dependencies.omp-core]
version = "0.1.0"

[dependencies.omp-llm-bedrock]
version = "0.1.0"

[dependencies.omp-llm-broker]
version = "0.1.0"

[dependencies.omp-llm-catalog]
version = "0.1.0"

[dependencies.omp-llm-cursor]
version = "0.1.0"

[dependencies.omp-llm-devin]
version = "0.1.0"

[dependencies.omp-llm-egress]
version = "0.1.0"

[dependencies.omp-llm-error]
version = "0.1.0"

[dependencies.omp-llm-fm]
version = "0.1.0"

[dependencies.omp-llm-gateway]
version = "0.1.0"

[dependencies.omp-llm-gitlab]
version = "0.1.0"

[dependencies.omp-llm-google]
version = "0.1.0"

[dependencies.omp-llm-local]
version = "0.1.0"

[dependencies.omp-llm-ollama]
version = "0.1.0"

[dependencies.omp-llm-openai]
version = "0.1.0"

[dependencies.omp-llm-tower]
version = "0.1.0"

[dependencies.omp-llm-types]
version = "0.1.0"

[dependencies.omp-proto]
version = "0.1.0"
features = ["tonic"]

[dependencies.omp-rpc]
version = "0.1.0"

[dependencies.omp-storage]
version = "0.1.0"

[dependencies.omp-telemetry]
version = "0.1.0"

[dependencies.parking_lot]
version = "0.12"

[dependencies.serde_json]
version = "1.0.151"
features = [
    "preserve_order",
    "raw_value",
]

[dependencies.thiserror]
version = "2.0.20"

[dependencies.tokio]
version = "1"
features = [
    "fs",
    "io-std",
    "io-util",
    "macros",
    "net",
    "process",
    "rt",
    "rt-multi-thread",
    "signal",
    "sync",
    "time",
]

[dependencies.tonic]
version = "0.14.6"

[dependencies.tower]
version = "0.5"
features = ["util"]
default-features = false

[dependencies.tracing]
version = "0.1"

[dependencies.url]
version = "2.5"

[dependencies.zeroize]
version = "1.9"

[dev-dependencies.flume]
version = "0.11"

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

[dev-dependencies.tonic-health]
version = "0.14.6"

[target."cfg(windows)".dev-dependencies.windows-sys]
version = "0.61"
features = [
    "Wdk_Storage_FileSystem",
    "Win32_Foundation",
    "Win32_Networking_WinSock",
    "Win32_Security",
    "Win32_Security_Authorization",
    "Win32_Storage_FileSystem",
    "Win32_System_Console",
    "Win32_System_Diagnostics_ToolHelp",
    "Win32_System_IO",
    "Win32_System_Pipes",
    "Win32_System_SystemInformation",
    "Win32_System_Threading",
    "Win32_System_WindowsProgramming",
    "Win32_UI_WindowsAndMessaging",
]

[lints.clippy]
allow_attributes_without_reason = "warn"
borrow_as_ptr = "allow"
cast_lossless = "allow"
cast_possible_truncation = "allow"
cast_possible_wrap = "allow"
cast_precision_loss = "allow"
cast_ptr_alignment = "allow"
cast_sign_loss = "allow"
default_trait_access = "allow"
disallowed_methods = "deny"
disallowed_types = "deny"
enum_glob_use = "allow"
float_cmp = "allow"
inconsistent_struct_constructor = "allow"
inline_always = "allow"
items_after_statements = "allow"
let_underscore_untyped = "allow"
match_same_arms = "allow"
match_wildcard_for_single_variants = "allow"
missing_errors_doc = "allow"
missing_fields_in_debug = "allow"
missing_panics_doc = "allow"
must_use_candidate = "allow"
needless_pass_by_value = "allow"
option_if_let_else = "allow"
ptr_as_ptr = "allow"
redundant_closure_for_method_calls = "allow"
ref_as_ptr = "allow"
return_self_not_must_use = "allow"
significant_drop_tightening = "allow"
similar_names = "allow"
struct_excessive_bools = "allow"
tabs_in_doc_comments = "allow"
too_many_arguments = "allow"
too_many_lines = "allow"
tuple_array_conversions = "allow"
undocumented_unsafe_blocks = "warn"
unreadable_literal = "allow"
unsafe_derive_deserialize = "allow"
verbose_bit_mask = "allow"
wildcard_imports = "allow"

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

[lints.clippy.correctness]
level = "deny"
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

[lints.clippy.suspicious]
level = "deny"
priority = -1

[lints.rust]
mismatched_lifetime_syntaxes = "allow"
missing_docs = "warn"