orb8 0.0.6

eBPF-powered observability toolkit for Kubernetes with GPU telemetry
# 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 = "orb8"
version = "0.0.6"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "eBPF-powered observability toolkit for Kubernetes with GPU telemetry"
homepage = "https://github.com/Ignoramuss/orb8"
readme = "README.md"
keywords = [
    "kubernetes",
    "ebpf",
    "observability",
    "gpu",
    "monitoring",
]
categories = ["command-line-utilities"]
license = "Apache-2.0"
repository = "https://github.com/Ignoramuss/orb8"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.orb8-cli]
version = "0.0.6"

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

[profile.dev]
opt-level = 0
debug = 2
panic = "abort"

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
panic = "abort"
strip = true