# 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 = "modio-logger" version = "0.10.0" authors = ["Spindel Ljungmark "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "modio-logger Dbus service" readme = "README.md" keywords = [ "modio", "dbus", ] categories = [ "embedded", "command-line-utilities", ] license = "AGPL-3.0-or-later" repository = "https://gitlab.com/ModioAB/modio-logger/" [lib] name = "mocklogger" path = "src/lib.rs" [[bin]] name = "modio-logger" path = "src/main.rs" [[example]] name = "zbus-test" path = "examples/zbus-test.rs" [dependencies.argh] version = "0.1" [dependencies.async-std] version = "1.12" features = ["attributes"] [dependencies.event-listener] version = "5" [dependencies.fsipc] version = "~0.10.0" [dependencies.futures] version = "~0.3" [dependencies.futures-util] version = "0.3" [dependencies.log] version = "0.4" [dependencies.modio-logger-db] version = "~0.10" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.113" [dependencies.tempfile] version = "3.2" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.29" features = ["sync"] default-features = false [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "~0.3.17" features = [ "env-filter", "fmt", "tracing-log", ] [dependencies.uuid] version = "1.2" [dependencies.zbus] version = "4" [dev-dependencies.env_logger] version = "~0.11" [dev-dependencies.test-log] version = "~0.2.12" features = [ "log", "trace", ] [dev-dependencies.timeout-macro] version = "0" [dev-dependencies.tracing] version = "0.1" default-features = false [dev-dependencies.tracing-subscriber] version = "0.3" features = [ "env-filter", "fmt", "tracing-log", ] [lints.clippy] double_neg = "deny" iter_with_drain = "deny" map_unwrap_or = "deny" missing_const_for_fn = "deny" missing_errors_doc = "allow" missing_panics_doc = "allow" option_if_let_else = "deny" print_stdout = "deny" semicolon_if_nothing_returned = "warn" significant_drop_tightening = "deny" use_self = "deny" wrong_self_convention = "deny" [lints.clippy.all] level = "deny" priority = -1