# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "rdeploy" version = "0.1.0" authors = ["sy1ntexx"] description = "Simple deployment for everyone" readme = "README.md" keywords = ["deploy", "deployment", "async"] categories = ["asynchronous", "command-line-utilities", "development-tools"] license-file = "LICENSE" repository = "https://github.com/sy1ntexx/rdeploy" [dependencies.async-std] version = "1.9.0" features = ["attributes"] [dependencies.chrono] version = "0.4.19" features = ["serde"] [dependencies.clap] version = "2.33.3" [dependencies.fern] version = "0.6.0" [dependencies.git2] version = "0.13.20" [dependencies.hex] version = "0.4.3" [dependencies.hmac] version = "0.11.0" [dependencies.log] version = "0.4.14" [dependencies.rand] version = "0.8.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.64" [dependencies.serde_yaml] version = "0.8" [dependencies.sha2] version = "0.9.5" [dependencies.tide] version = "0.16.0" features = ["h1-server"] default-features = false [dependencies.urlencoding] version = "1.3.3"