# 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 = "diplo" version = "1.0.0" authors = ["Tricked-dev"] description = "Diplo is a script runner and dependency manager made in rust" homepage = "https://tricked.pro/diplo" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/Tricked-dev/diplo" resolver = "2" [package.metadata.deb] assets = [["target/release/diplo", "usr/bin/", "755"], ["README.md", "usr/share/doc/diplo/README", "644"]] copyright = "2021, Tricked-dev" depends = "$auto" extended-description = "https://github.com/Tricked-dev/diplo" license-file = ["LICENSE", "4"] maintainer = "Tricked-dev" priority = "optional" section = "utility" [profile.release] lto = true codegen-units = 1 [[bin]] name = "diplo" path = "src/bin/diplo.rs" [dependencies.anyhow] version = "1.0.45" [dependencies.clap] version = "3.0.0-beta.5" [dependencies.colored] version = "2.0.0" [dependencies.ctrlc] version = "3.2.1" [dependencies.dotenv] version = "0.15.0" [dependencies.humantime] version = "2.1.0" [dependencies.hyper] version = "0.14.14" features = ["client", "http1", "http2", "runtime"] [dependencies.hyper-tls] version = "0.5.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.once_cell] version = "1.8.0" [dependencies.regex] version = "1.5.4" [dependencies.rprompt] version = "1.0.5" [dependencies.serde] version = "1.0.130" features = ["derive"] [dependencies.serde_json] version = "1.0.69" [dependencies.tokio] version = "1.13.0" features = ["macros", "rt-multi-thread"] [dependencies.toml] version = "0.5.8" [dependencies.toml_edit] version = "0.8.0" [dependencies.watchexec] version = "1.17.1" [features] [target."cfg(unix)".dependencies.libc] version = "0.2.107" [target."cfg(unix)".dependencies.openssl] version = "0.10.38" features = ["vendored"] [target."cfg(windows)".build-dependencies.winapi] version = "0.3.9"