folk-builder 0.2.1

Custom binary builder for Folk — generates and compiles a Folk server with selected plugins
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.85"
name = "folk-builder"
version = "0.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Custom binary builder for Folk — generates and compiles a Folk server with selected plugins"
homepage = "https://github.com/Folk-Project"
readme = "README.md"
keywords = [
    "folk",
    "php",
    "builder",
    "codegen",
]
categories = ["development-tools::build-utils"]
license = "MIT"
repository = "https://github.com/Folk-Project/folk-builder"

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

[[bin]]
name = "folk-builder"
path = "src/main.rs"

[[test]]
name = "codegen_test"
path = "tests/codegen_test.rs"

[[test]]
name = "config_test"
path = "tests/config_test.rs"

[dependencies.anyhow]
version = "1"

[dependencies.clap]
version = "4"
features = ["derive"]

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

[dependencies.tempfile]
version = "3"

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]