shimpz-cli 0.1.6

Fast local tooling for Shimpz Assistants
# 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.97.1"
name = "shimpz-cli"
version = "0.1.6"
authors = ["Shimpz Inc"]
build = false
include = [
    "contracts/**",
    "src/**",
    "Cargo.toml",
    "Cargo.lock",
    "README.md",
    "LICENSE",
    "NOTICE",
]
publish = ["crates-io"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fast local tooling for Shimpz Assistants"
homepage = "https://shimpz.com"
readme = "README.md"
keywords = [
    "assistant",
    "cli",
    "shimpz",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "Apache-2.0"
repository = "https://github.com/TheShimpz/shimpz-cli"

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

[dependencies.self_update]
version = "0.44.0"
features = [
    "compression-flate2",
    "compression-zip-deflate",
    "rustls",
    "ureq",
]
default-features = false

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

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

[target."cfg(unix)".dependencies.libc]
version = "0.2"

[target."cfg(windows)".dependencies.winapi-util]
version = "0.1.11"

[lints.clippy]
all = "deny"
pedantic = "deny"

[lints.rust]
missing_docs = "deny"
unsafe_code = "forbid"

[profile.release]
opt-level = 3
lto = "fat"
codegen-units = 1
panic = "abort"
strip = true