solana-tools-lite-cli 0.1.2

CLI for solana-tools-lite: offline-first Solana signer toolkit.
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 = "solana-tools-lite-cli"
version = "0.1.2"
build = false
exclude = [
    ".github/*",
    "scripts/*",
    "assets/*",
    "tests/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for solana-tools-lite: offline-first Solana signer toolkit."
readme = "README.md"
keywords = [
    "solana",
    "cli",
    "signer",
    "offline",
    "ed25519",
]
categories = [
    "command-line-utilities",
    "cryptography::cryptocurrencies",
]
license = "MIT"
repository = "https://github.com/arhangelskij/solana-tools-lite"

[features]
default = ["protocol-extensions"]
protocol-extensions = ["extensions"]

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

[[bin]]
name = "solana-tools-lite"
path = "src/main.rs"

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

[dependencies.clap]
version = "4.5.44"
features = [
    "std",
    "derive",
    "help",
    "usage",
]
default-features = false

[dependencies.extensions]
version = "0.1.2"
optional = true
package = "solana-tools-lite-extensions"

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

[dependencies.serde_json]
version = "1.0.145"

[dependencies.solana-tools-lite]
version = "0.1.2"

[dependencies.thiserror]
version = "2.0.16"

[dev-dependencies.anyhow]
version = "1.0.99"

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