receiverproxy-ops 0.1.1

The receiverproxy commands as functions, shared by the rxp binary and the daemon
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 = "2021"
name = "receiverproxy-ops"
version = "0.1.1"
build = false
exclude = [
    "web/",
    "third-party/",
    "vendor/",
    "docs/",
    "build/",
    "card-dumps/",
    "analysis/",
    "*.pcap",
    "*.bin",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The receiverproxy commands as functions, shared by the rxp binary and the daemon"
readme = false
keywords = [
    "led",
    "display",
    "ethernet",
    "hardware",
    "colorlight",
]
categories = ["hardware-support"]
license = "MIT"
repository = "https://github.com/AlecDusheck/receiverproxy"

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

[dependencies.anyhow]
version = "1"

[dependencies.colorlight]
version = "0.1.1"
package = "receiverproxy-colorlight"

[dependencies.dirs]
version = "6"

[dependencies.driver]
version = "0.1.1"
package = "receiverproxy-driver"

[dependencies.image]
version = "0.25"
features = [
    "png",
    "jpeg",
    "bmp",
    "gif",
]
default-features = false

[dependencies.libc]
version = "0.2"

[dependencies.panelspec]
version = "0.1.1"
package = "receiverproxy-panelspec"

[dependencies.rawlink]
version = "0.1.1"
package = "receiverproxy-rawlink"

[dependencies.rcvbp]
version = "0.1.1"
package = "receiverproxy-rcvbp"

[dependencies.receivers]
version = "0.1.1"
package = "receiverproxy-receivers"

[dependencies.serde_json]
version = "1"

[dependencies.sources]
version = "0.1.1"
package = "receiverproxy-sources"

[dependencies.wall]
version = "0.1.1"
package = "receiverproxy-wall"

[lints.clippy]
cast_possible_truncation = "allow"
cast_possible_wrap = "allow"
cast_precision_loss = "allow"
cast_sign_loss = "allow"
collapsible_if = "allow"
doc_lazy_continuation = "allow"
doc_markdown = "allow"
future_not_send = "allow"
many_single_char_names = "allow"
match_same_arms = "allow"
missing_const_for_fn = "allow"
missing_docs_in_private_items = "allow"
missing_errors_doc = "allow"
multiple_crate_versions = "allow"
must_use_candidate = "allow"
needless_pass_by_value = "allow"
option_if_let_else = "allow"
significant_drop_tightening = "allow"
similar_names = "allow"
single_match_else = "allow"
struct_excessive_bools = "allow"
suboptimal_flops = "allow"
uninlined_format_args = "deny"

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

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

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

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

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

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

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

[lints.rust]
dead_code = "allow"
unsafe_code = "warn"