pliego-cli 0.0.1

Unified PliegoRS build, dev, and inspect workflow.
# 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 = "pliego-cli"
version = "0.0.1"
authors = ["Celiums Solutions LLC <hello@pliegors.dev>"]
build = false
publish = ["crates-io"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Unified PliegoRS build, dev, and inspect workflow."
homepage = "https://pliegors.dev"
readme = "README.md"
keywords = [
    "rust",
    "web",
    "wasm",
    "static-site",
    "event-sourcing",
]
categories = [
    "web-programming",
    "wasm",
    "development-tools",
]
license = "Apache-2.0"
repository = "https://github.com/celiumsai/pliegors"
resolver = "2"

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

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

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

[dependencies.notify]
version = "8.2.0"

[dependencies.pliego-artifact]
version = "=0.0.1"

[dependencies.pliego-starters]
version = "=0.0.1"

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

[dependencies.serde_json]
version = "1"
features = ["arbitrary_precision"]

[dependencies.sha2]
version = "0.10"

[dependencies.tiny_http]
version = "0.12"

[dependencies.toml]
version = "0.8"