# 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 = "dorc" version = "0.1.0" authors = ["Devin Brite "] description = "devin's orchestrator - a stupid deployment utility" license = "BSD-3-Clause-Attribution" repository = "https://github.com/dwbrite/dorc" [package.metadata.deb] maintainer-scripts = "meta/debian/" [package.metadata.deb.systemd-units] enable = true [dependencies.anyhow] version = "1.0.41" [dependencies.dialoguer] version = "0.8.0" [dependencies.fern] version = "0.6" [dependencies.fs_extra] version = "1.2.0" [dependencies.futures] version = "0.3.15" [dependencies.hotwatch] version = "0.4.5" [dependencies.log] version = "0.4" [dependencies.serde] version = "1" [dependencies.serde_derive] version = "1" [dependencies.structopt] version = "0.3.21" [dependencies.sudo] version = "0.6.0" [dependencies.systemd_unit] version = "0.0.3" [dependencies.tokio] version = "1" features = ["full"] [dependencies.toml] version = "0.5.8" [dependencies.unix-named-pipe] version = "0.2.0"