project 0.1.1

Project automation powered by Rust and Lua
# 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"
name = "project"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Project automation powered by Rust and Lua"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/ultimaweapon/project"

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

[dependencies.clap]
version = "4.5.32"
features = ["string"]

[dependencies.erdp]
version = "0.2.0"

[dependencies.memchr]
version = "2.7.4"

[dependencies.rustc-hash]
version = "2.1.1"

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

[dependencies.serde_json]
version = "1.0.147"

[dependencies.serde_yaml]
version = "0.9.34"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.tokio]
version = "1.44.1"
features = [
    "fs",
    "io-util",
    "process",
    "rt",
    "time",
]

[dependencies.tsuki]
version = "0.4.5"
features = ["serde"]

[dependencies.url]
version = "2.5.4"