You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
951 B

[package]
name = "lunanode"
version = "0.1.4"
edition = "2021"
authors = ["Tait Hoyem <tait@tait.tech>"]
description = "Tired of using a web interface for your VPS, Email, and domain provider? Check out this tool! It's a CLI tool for Lunanode: A Canadian VPS hosting company."
license = "AGPL-3.0-only"
readme = "README.md"
repository = "https://git.tait.tech/tait/lunanode/"
keywords = ["vps", "cli", "email", "domain", "hosting"]
[package.metadata.release]
release = true
publish = true
[dependencies]
clap = { version = "4.0.7", features = ["env", "derive"] }
chrono = { version = "0.4.22", features = ["serde"] }
envy = "0.4.2"
getset = "0.1.2"
hex = "0.4.3"
hmac = "0.12.1"
lunanode_macros = "0.1.0"
parse-display-derive = "0.6.0"
sha2 = "0.10.5"
serde = { version = "1.0.0", features = ["derive"] }
serde_json = "1.0.85"
serde_with = "1.0.0"
ureq = { version = "2.5.0", features = ["json"] }
uuid = { version = "1.1.2", features = ["serde"] }