coldstar 0.1.0

Coldstar — Air-gapped cold wallet for Solana and Base
# 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 = "2021"
name = "coldstar"
version = "0.1.0"
authors = ["ColdStar Development Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Coldstar — Air-gapped cold wallet for Solana and Base"
homepage = "https://github.com/ExpertVagabond/coldstar-rs"
readme = "README.md"
keywords = [
    "solana",
    "cold-wallet",
    "air-gapped",
    "crypto",
    "cli",
]
categories = [
    "command-line-utilities",
    "cryptography",
]
license = "MIT"
repository = "https://github.com/ExpertVagabond/coldstar-rs"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
version = "4.4"
features = [
    "derive",
    "env",
]

[dependencies.coldstar-network]
version = "0.1.0"

[dependencies.coldstar-signer]
version = "0.1.0"

[dependencies.coldstar-tui]
version = "0.1.0"

[dependencies.coldstar-usb]
version = "0.1.0"

[dependencies.coldstar-wallet]
version = "0.1.0"