# 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 = "ddls" version = "0.0.0" authors = ["Raphael Darley "] description = "A tool for managing and deploying programs on servers" homepage = "https://github.com/raphaeldarley/ddls" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/raphaeldarley/ddls" [dependencies.axum] version = "0.7.5" [dependencies.git2] version = "0.19.0" [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.tokio] version = "1.38.0" features = [ "fs", "net", "rt", "rt-multi-thread", ] [dependencies.tokio-process] version = "0.2.5"