lenso-cli 0.4.4

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.4.4"
build = false
include = [
    "/src/**/*.rs",
    "/docs/migration-0.4.md",
    "/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.2.0"

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

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

[dependencies.lenso-contract-authoring-next]
version = "0.1.0"
package = "lenso-contract-authoring"

[dependencies.lenso-contract-codegen-next]
version = "0.6.1"
package = "lenso-contract-codegen"

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

[dependencies.lenso-plugin-bundle]
version = "0.1.2"

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

[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"]

[dev-dependencies.tempfile]
version = "3.23"

[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"