starla 0.6.2

Starla — open-source RIPE Atlas software probe (main binary)
# 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 = "starla"
version = "0.6.2"
authors = ["Starla Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Starla — open-source RIPE Atlas software probe (main binary)"
readme = false
license = "AGPL-3.0-or-later"
repository = "https://github.com/ananthb/starla"

[features]
default = ["observability"]
metrics-export = ["starla-metrics/export"]
minimal = []
observability = [
    "metrics-export",
    "structured-logging",
]
structured-logging = ["starla-common/json"]

[[bin]]
name = "starla"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
version = "4.6"
features = [
    "derive",
    "env",
]

[dependencies.rustls]
version = "0.23"

[dependencies.serde_json]
version = "1.0"
features = [
    "preserve_order",
    "raw_value",
]

[dependencies.starla-common]
version = "0.6.2"

[dependencies.starla-controller]
version = "0.6.2"

[dependencies.starla-metrics]
version = "0.6.2"

[dependencies.starla-network]
version = "0.6.2"

[dependencies.starla-results]
version = "0.6.2"

[dependencies.starla-scheduler]
version = "0.6.2"

[dependencies.tokio]
version = "1.52"
features = ["full"]

[dependencies.tokio-util]
version = "0.7"
features = [
    "codec",
    "rt",
]

[dependencies.tracing]
version = "0.1"