# 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 = "oxidux" version = "0.4.0" authors = ["Jonathan Mast "] default-run = "oxidux" description = "Reverse proxy and process manager for web app development." license = "GPL-3.0-or-later" [package.metadata.release] sign-commit = true sign-tag = true [[bin]] name = "echo-server" path = "tests/helpers/echo_server.rs" [dependencies.ansi_term] version = "0.12" [dependencies.clap] version = "2.32" [dependencies.color-eyre] version = "0.5.0" [dependencies.dirs] version = "3.0" [dependencies.eyre] version = "0.6.0" [dependencies.futures] version = "0.3.1" [dependencies.hyper] version = "0.13.7" [dependencies.libc] version = "0.2" [dependencies.listenfd] version = "0.3.3" [dependencies.nix] version = "0.17" [dependencies.once_cell] version = "1.3.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.shellexpand] version = "2.0" [dependencies.tokio] version = "0.2.4" features = ["tcp", "signal", "fs", "time", "uds", "io-util", "sync", "macros", "process"] [dependencies.toml] version = "0.5" [dependencies.url] version = "2.0.0" [dev-dependencies.rand] version = "0.7.0" [target."cfg(target_os = \"macos\")".dependencies.trust-dns-client] version = "0.19.3" [target."cfg(target_os = \"macos\")".dependencies.trust-dns-server] version = "0.19.3"