# 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 = "rsinetd" version = "0.2.2" authors = ["劉安 "] publish = ["crates-io"] description = "A port proxy, replacement of rinetd. Because async-std use epoll rather than select, RsInetd may handle higher throughput than rinetd." homepage = "https://github.com/SuperHacker-liuan/rsinetd" documentation = "https://docs.rs/crate/rsinetd" keywords = ["rinetd", "proxy"] categories = ["command-line-utilities", "network-programming", "asynchronous"] license = "GPL-3.0" repository = "https://github.com/SuperHacker-liuan/rsinetd" [profile.release] opt-level = 3 lto = true codegen-units = 20 debug = false debug-assertions = false rpath = false panic = "abort" overflow-checks = false [dependencies.anyhow] version = "1.0.33" [dependencies.async-std] version = "1.6.5" features = ["unstable"] [dependencies.clap] version = "2.33.3" [dependencies.futures] version = "0.3.6" [dependencies.log] version = "0.4.11" [dependencies.once_cell] version = "1.4.1" [dependencies.simplelog] version = "0.8.0" [target."cfg(unix)".dependencies.async-signals] version = "0.3.1" [target."cfg(unix)".dependencies.daemonize] version = "0.4.1" [target."cfg(unix)".dependencies.libc] version = "0.2.79"