scouter-dispatch 0.16.0

Rust Scouter logic
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-dispatch"
version = "0.16.0"
authors = ["Steven Forrester <sjforrester32@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust Scouter logic"
readme = false
license = "MIT"
repository = "https://github.com/demml/scouter"

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

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

[dependencies.pyo3]
version = "0.*"
features = [
    "abi3-py310",
    "chrono",
    "anyhow",
    "extension-module",
]

[dependencies.reqwest]
version = "0.12.*"
features = [
    "json",
    "multipart",
    "rustls-tls",
    "rustls-tls-native-roots",
    "blocking",
]
default-features = false

[dependencies.scouter-types]
version = "0.16.0"

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

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

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

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

[dev-dependencies.mockito]
version = "1.*"

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

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