scouter-settings 0.18.0

Client and server contract for scouter
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-settings"
version = "0.18.0"
authors = ["Steven Forrester <sjforrester32@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Client and server contract for scouter"
readme = false
license = "MIT"
repository = "https://github.com/demml/scouter"

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

[dependencies.base64]
version = ">=0.22"

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

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

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

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

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

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

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