# 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 = "game-save-backuper" version = "0.1.5" authors = ["anatawa12"] include = ["README.md", "src/**", "LICENSE-*", "Cargo*"] description = "The tool to back up save data of some game server." readme = "README.md" keywords = ["game", "backup"] categories = ["accessibility"] license = "Apache-2.0 OR MIT" resolver = "2" [dependencies.anyhow] version = "1" [dependencies.chrono] version = "0.4" features = ["clock", "std"] default-features = false [dependencies.env_logger] version = "0.9" features = ["termcolor", "atty", "humantime"] default-features = false [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4" [dependencies.rcon] version = "0" features = ["rt-tokio"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_yaml] version = "0.8" [dependencies.tar] version = "0.4" [dependencies.tempfile] version = "3" [dependencies.tokio] version = "1" features = ["rt-multi-thread", "fs", "macros"] [features] diff-save = []