# 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 = "server_sync" version = "0.2.15" authors = ["Racci"] description = "Syncronizes your server with a git repository and supports templaing." readme = "README.md" keywords = [ "server", "sync", "repo", "template", ] categories = [ "server", "sync", "repo", ] license = "MIT" repository = "https://github.com/DaRacci/ServerSync" [dependencies.anyhow] version = "1.0.65" [dependencies.clap] version = "4.0.13" features = [ "derive", "cargo", "env", ] [dependencies.envfile] version = "0.2.1" [dependencies.file-owner] version = "0.1.1" [dependencies.handlebars] version = "4.3.5" [dependencies.simdutf8] version = "0.1.4" [dependencies.similar] version = "2.2.0" [dependencies.simplelog] version = "^0.12.0" features = ["paris"] [dependencies.walkdir] version = "2.3.2"