asimov-snapshot-cli 25.0.0-dev.1

ASIMOV Snapshot Command-Line Interface (CLI)
Documentation
# 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"
name = "asimov-snapshot-cli"
version = "25.0.0-dev.1"
authors = ["ASIMOV Community"]
build = "build.rs"
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ASIMOV Snapshot Command-Line Interface (CLI)"
homepage = "https://cli.asimov.sh"
readme = "README.md"
keywords = [
    "asimov",
    "ai",
    "cli",
]
categories = [
    "command-line-utilities",
    "text-processing",
]
license = "Unlicense"
repository = "https://github.com/asimov-platform/asimov-snapshot-cli"

[features]
all = []
default = [
    "all",
    "std",
]
std = [
    "hex/std",
    "jiff/std",
    "tracing/std",
]
unstable = ["all"]

[lib]
name = "asimov_snapshot_cli"
path = "src/lib.rs"

[[bin]]
name = "asimov-snapshot"
path = "src/main.rs"

[dependencies.asimov-env]
version = "25.0.0-dev.19"

[dependencies.asimov-installer]
version = "25.0.0-dev.19"

[dependencies.asimov-module]
version = "25.0.0-dev.19"

[dependencies.asimov-snapshot]
version = "25.0.0-dev.19"

[dependencies.cap-std]
version = "3.4"

[dependencies.clap]
version = "4.5"
default-features = false

[dependencies.clientele]
version = "0.3.8"
features = [
    "serde-json",
    "tokio",
]

[dependencies.color-print]
version = "=0.3.7"

[dependencies.hex]
version = "0.4"
default-features = false

[dependencies.jiff]
version = "0.2"
features = ["alloc"]
default-features = false

[dependencies.serde_yml]
version = "0.0.12"
default-features = false

[dependencies.sha2]
version = "0.10"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tracing]
version = "0.1"
default-features = false

[dependencies.tracing-subscriber]
version = "0.3"
features = ["fmt"]
default-features = false

[build-dependencies.cc]
version = "1.2"

[build-dependencies.cfg_aliases]
version = "0.2"

[build-dependencies.shadow-rs]
version = "1.0"
features = [
    "build",
    "tzdb",
]
default-features = false

[profile.release]
opt-level = "z"
lto = "thin"
strip = true