dcollector 0.6.2

dcollector - Data collector, that uses TimescaleDB for Postgresql 13+ to store the data
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 = "dcollector"
version = "0.6.2"
description = "dcollector - Data collector, that uses TimescaleDB for Postgresql 13+ to store the data"
license = "MIT"
repository = "https://github.com/verknowsys/dcollector"

[profile.bench]
opt-level = 3
lto = true
codegen-units = 1
debug = 0
debug-assertions = false
rpath = false
overflow-checks = true
incremental = false

[profile.dev]
opt-level = 0
lto = false
codegen-units = 8
debug = 2
debug-assertions = true
rpath = false
panic = "unwind"
overflow-checks = true
incremental = false

[profile.release]
opt-level = "z"
lto = true
codegen-units = 1
debug = 0
debug-assertions = false
rpath = true
panic = "abort"
overflow-checks = true
incremental = false

[profile.test]
opt-level = 1
lto = false
codegen-units = 12
debug = 2
debug-assertions = true
rpath = false
overflow-checks = true
incremental = false

[dependencies.chrono]
version = "0.4.35"

[dependencies.diesel]
version = "2.1.4"
features = [
    "postgres",
    "chrono",
]

[dependencies.dotenv]
version = "0.15.0"

[dependencies.mimalloc]
version = "0.1.39"

[dependencies.nut-client]
version = "0.4.2"

[dependencies.serde]
version = "1.0.197"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.114"

[dependencies.sysinfo]
version = "0.26.9"

[dependencies.tracing]
version = "0.1.40"
features = [
    "log",
    "attributes",
    "std",
]

[dependencies.tracing-subscriber]
version = "0.3.18"
features = [
    "registry",
    "fmt",
    "env-filter",
]