salix-agent 0.0.0

Manage thousands of devices blazingly fast
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"
rust-version = "1.87"
name = "salix-agent"
version = "0.0.0"
authors = [
    "Benjamin Decreusefond",
    "Hane '309nahe' Vaillard",
    "Marc 'risson' Schmitt <marc.schmitt@risson.space>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Manage thousands of devices blazingly fast"
homepage = "https://github.com/salix-rs/salix"
readme = "README.md"
keywords = ["salix"]
categories = ["concurrency"]
license = "MIT"
repository = "https://github.com/salix-rs/salix.git"

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

[[bin]]
name = "salix-agent"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.98"

[dependencies.clap]
version = "4.5.40"
features = ["derive"]

[dependencies.gethostname]
version = "1.0.2"

[dependencies.salix-config]
version = "0.0.0"

[dependencies.salix-proto]
version = "0.0.0"

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

[dependencies.tonic]
version = "0.13.1"

[dependencies.uuid]
version = "1.17.0"
features = ["v7"]

[lints.clippy]
branches_sharing_code = "warn"
cloned_instead_of_copied = "warn"
dbg_macro = "warn"
disallowed_types = "warn"
empty_line_after_outer_attr = "warn"
inefficient_to_string = "warn"
macro_use_imports = "warn"
map_flatten = "warn"
missing_enforced_import_renames = "warn"
mut_mut = "warn"
nonstandard_macro_braces = "warn"
semicolon_if_nothing_returned = "warn"
str_to_string = "warn"
todo = "warn"
unreadable_literal = "warn"
unseparated_literal_suffix = "warn"

[lints.rust]
semicolon_in_expressions_from_macros = "warn"
unreachable_pub = "warn"
unused_import_braces = "warn"

[lints.rustdoc]
missing_crate_level_docs = "warn"
unescaped_backticks = "warn"