# 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 = "cuprite" version = "0.1.22" authors = ["tropicbliss "] description = "A fast and simple Minecraft server backup daemon" homepage = "https://github.com/tropicbliss/cuprite" documentation = "https://github.com/tropicbliss/cuprite" keywords = ["minecraft", "backup", "rcon", "minecraft-server", "minecraft-backup"] license = "MIT" repository = "https://github.com/tropicbliss/cuprite" resolver = "2" [dependencies.anyhow] version = "1.0.51" [dependencies.async-std] version = "1.10.0" features = ["attributes"] [dependencies.chrono] version = "0.4.19" [dependencies.flate2] version = "1.0.22" [dependencies.lazy_static] version = "1.4.0" [dependencies.rcon] version = "0.6.0" features = ["rt-async-std"] [dependencies.regex] version = "1.5.4" [dependencies.structopt] version = "0.3.25" [dependencies.tar] version = "0.4.38"