[package]
edition = "2021"
name = "coldstar-validation"
version = "0.2.0"
authors = ["ColdStar Development Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Input validation for device paths, addresses, passwords, and amounts"
homepage = "https://github.com/ExpertVagabond/coldstar-rs"
readme = "README.md"
keywords = [
"solana",
"cold-wallet",
"validation",
"security",
]
categories = [
"cryptography",
"authentication",
]
license = "MIT"
repository = "https://github.com/ExpertVagabond/coldstar-rs"
[lib]
name = "coldstar_validation"
path = "src/lib.rs"
[dependencies.bs58]
version = "0.5"
[dependencies.regex]
version = "1"
[dependencies.solana-sdk]
version = "2.2"
[dependencies.thiserror]
version = "1.0"
[dependencies.url]
version = "2"