cargo-telar 0.1.5

Cargo subcommand for Telar apps: dev server with hot reload, and packaging into native installers.
# 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.95"
name = "cargo-telar"
version = "0.1.5"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cargo subcommand for Telar apps: dev server with hot reload, and packaging into native installers."
readme = "README.md"
keywords = [
    "telar",
    "cargo",
    "cli",
    "gui",
    "hot-reload",
]
categories = [
    "development-tools::cargo-plugins",
    "command-line-utilities",
    "gui",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/AdrielGBM/telar"

[[bin]]
name = "cargo-telar"
path = "src/main.rs"

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

[dependencies.notify]
version = "8.2.0"

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

[dependencies.serde_json]
version = "1.0.151"

[dependencies.telar-parser]
version = "0.1.5"

[dependencies.telar-transpiler]
version = "0.1.5"

[dependencies.toml]
version = "1.1.2"