scouter-state 0.21.0

Holds global state for managing python and rust interop
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-state"
version = "0.21.0"
authors = ["Steven Forrester <sjforrester32@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Holds global state for managing python and rust interop"
readme = false
license = "MIT"
repository = "https://github.com/demml/scouter"

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

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

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

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

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