lenso-cli 0.3.2

Authoring CLI and library for Lenso App Plans and Modules.
# 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.94"
name = "lenso-cli"
version = "0.3.2"
build = false
include = [
    "src/**/*.rs",
    "README.md",
    "Cargo.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Authoring CLI and library for Lenso App Plans and Modules."
homepage = "https://github.com/LioRael/lenso-cli"
readme = "README.md"
keywords = [
    "cli",
    "authoring",
    "modules",
    "app-plan",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/LioRael/lenso-cli"
resolver = "2"

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

[dependencies.anyhow]
version = "1.0"

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

[dependencies.lenso-app-plan]
version = "0.1.4"

[dependencies.lenso-authoring]
version = "0.2.2"

[dependencies.lenso-bun-adapter]
version = "0.1.1"

[dependencies.lenso-contract-codegen]
version = "0.5.2"

[dependencies.lenso-kernel]
version = "0.1.4"

[dependencies.lenso-runner]
version = "0.1.1"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.11"

[dependencies.tokio]
version = "1.52"
features = [
    "fs",
    "io-util",
    "macros",
    "net",
    "process",
    "rt-multi-thread",
    "signal",
    "sync",
    "time",
]

[dependencies.uuid]
version = "1"
features = ["v7"]

[target."cfg(unix)".dependencies.nix]
version = "0.30"
features = ["signal"]

[lints.clippy]
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
must_use_candidate = "allow"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
missing_debug_implementations = "warn"
unsafe_code = "forbid"