scouter-sql 0.18.0

Sql library to use with scouter-server
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 = "scouter-sql"
version = "0.18.0"
authors = ["Steven Forrester <sjforrester32@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Sql library to use with scouter-server"
readme = false
license = "MIT"
repository = "https://github.com/demml/scouter"

[features]
mock = ["potato-head/mock"]

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

[dependencies.anyhow]
version = "1.*"

[dependencies.async-trait]
version = ">=0.1"

[dependencies.chrono]
version = "0.*"
features = [
    "serde",
    "serde",
    "clock",
]

[dependencies.cron]
version = "0.*"

[dependencies.dashmap]
version = "6.*"

[dependencies.itertools]
version = "0.*"

[dependencies.mini-moka]
version = "0.*"

[dependencies.potato-head]
version = "0.16.1"

[dependencies.scouter-dataframe]
version = "0.18.0"

[dependencies.scouter-semver]
version = "0.18.0"

[dependencies.scouter-settings]
version = "0.18.0"

[dependencies.scouter-types]
version = "0.18.0"
features = ["server"]

[dependencies.semver]
version = "1.*"

[dependencies.serde]
version = "1.*"
features = [
    "derive",
    "derive",
]

[dependencies.serde_json]
version = "1.*"

[dependencies.sqlx]
version = "0.*"
features = [
    "runtime-tokio",
    "tls-native-tls",
    "postgres",
    "chrono",
    "json",
]

[dependencies.thiserror]
version = "2.*"

[dependencies.tokio]
version = "1.*"
features = [
    "rt",
    "rt-multi-thread",
    "macros",
    "signal",
]

[dependencies.tracing]
version = "0.*"

[dependencies.uuid]
version = "1.*"
features = ["v7"]

[dev-dependencies.rand]
version = "0.9.*"

[dev-dependencies.sqlx-cli]
version = "0.*"
features = [
    "native-tls",
    "postgres",
]
default-features = false

[dev-dependencies.tokio]
version = "1.*"
features = [
    "rt",
    "rt-multi-thread",
    "macros",
    "signal",
]

[dev-dependencies.tower]
version = "0.*"
features = ["util"]

[profile.release]
lto = "fat"
codegen-units = 1
strip = true