# 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 = "droplet" version = "0.1.14" description = "A simple utility to assist small organizations/groups in distributing a service across multiple machines" homepage = "https://github.com/SaphiraKai/droplet" readme = "README.md" keywords = [ "hosting", "service", "freedns", "sync", "minecraft-server", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/SaphiraKai/droplet" [dependencies.anyhow] version = "1.0" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4.4" features = ["derive"] [dependencies.lazy_static] version = "1.4" [dependencies.reqwest] version = "0.11" features = ["blocking"] [dependencies.toml] version = "0.8"