# 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 = "lunanode" version = "0.1.4" authors = ["Tait Hoyem "] 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." readme = "README.md" keywords = [ "vps", "cli", "email", "domain", "hosting", ] license = "AGPL-3.0-only" repository = "https://git.tait.tech/tait/lunanode/" [package.metadata.release] release = true publish = true [dependencies.chrono] version = "0.4.22" features = ["serde"] [dependencies.clap] version = "4.0.7" features = [ "env", "derive", ] [dependencies.envy] version = "0.4.2" [dependencies.getset] version = "0.1.2" [dependencies.hex] version = "0.4.3" [dependencies.hmac] version = "0.12.1" [dependencies.lunanode_macros] version = "0.1.0" [dependencies.parse-display-derive] version = "0.6.0" [dependencies.serde] version = "1.0.0" features = ["derive"] [dependencies.serde_json] version = "1.0.85" [dependencies.serde_with] version = "1.0.0" [dependencies.sha2] version = "0.10.5" [dependencies.ureq] version = "2.5.0" features = ["json"] [dependencies.uuid] version = "1.1.2" features = ["serde"]