# 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 = "artifice-installer" version = "0.1.0-alpha2" authors = ["Julian Lazaras "] description = "this crate serves as the installer for the artifice network, however it can also be used as a simple task scheduler" readme = "README.md" keywords = ["artifice", "scheduler"] license = "MIT" repository = "https://github.com/artifice-network/installer" [dependencies.artifice-manager] version = "0.1.4" [dependencies.crossterm] version = "0.17.0" [dependencies.dirs] version = "3.0.1" [dependencies.git2] version = "0.13.6" [dependencies.networking] version = "0.1.4" [dependencies.serde] version = "1.0.114" [dependencies.serde_derive] version = "1.0.114" [dependencies.serde_json] version = "1.0.56" [dependencies.tempfile] version = "3.1.0" [dependencies.walkdir] version = "2.3.1"