tonin-plugin 0.6.3

Minimal Plan API for tonin plugin authors. Reads tonin.toml and resolves env overlays without pulling in CLI dependencies.
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 = "2024"
rust-version = "1.90"
name = "tonin-plugin"
version = "0.6.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Minimal Plan API for tonin plugin authors. Reads tonin.toml and resolves env overlays without pulling in CLI dependencies."
homepage = "https://github.com/Rushit/tonin"
readme = "README.md"
keywords = [
    "microservice",
    "grpc",
    "kubernetes",
    "tonic",
    "framework",
]
categories = [
    "network-programming",
    "web-programming",
    "development-tools",
]
license = "Apache-2.0"
repository = "https://github.com/Rushit/tonin"
resolver = "2"

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

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

[dependencies.thiserror]
version = "1"

[dependencies.toml]
version = "0.8"

[dependencies.walkdir]
version = "2"