# 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-db" version = "0.10.0" authors = ["Spindel Ljungmark "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "modio-logger Dbus service" readme = "README.md" keywords = [ "modio", "database", "sqlite", ] categories = [ "data-structures", "embedded", ] license = "AGPL-3.0-or-later" repository = "https://gitlab.com/ModioAB/modio-logger/" [lib] name = "modio_logger_db" path = "src/lib.rs" [dependencies.async-std] version = "1.10" features = ["attributes"] [dependencies.async-trait] version = "0.1" [dependencies.fsipc] version = "~0.10.0" [dependencies.log] version = "0.4" [dependencies.radix_trie] version = "0.2.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sqlx] version = "=0.7.3" features = [ "sqlite", "runtime-async-std", "macros", "migrate", ] [dependencies.tempfile] version = "3.6" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.38" features = ["sync"] default-features = false [dependencies.tracing] version = "0.1" [dev-dependencies.env_logger] version = "~0.11" [dev-dependencies.test-log] version = "~0.2.12" features = [ "log", "trace", ] [dev-dependencies.timeout-macro] version = "0.10" [dev-dependencies.tracing] version = "0.1" default-features = false [dev-dependencies.tracing-subscriber] version = "0.3" features = [ "env-filter", "fmt", "tracing-log", ] [dev-dependencies.uuid] version = "1.1" features = ["v4"] [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