# 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 = "2018" name = "condure" version = "1.10.0" authors = ["Justin Karneges "] autobins = false description = "HTTP/WebSocket connection manager" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/fanout/condure" [package.metadata.deb] build-depends = "pkg-config, libzmq3-dev" extended-description = """ Condure is a service that manages network connections on behalf of server applications, in order to allow controlling the connections from multiple processes. Applications communicate with Condure over ZeroMQ. Condure can only manage connections for protocols it knows about. Currently this is HTTP/1 and WebSockets. The project was inspired by Mongrel2. """ separate-debug-symbols = true [package.metadata.rpm] package = "condure" [package.metadata.rpm.cargo] buildflags = ["--release"] [package.metadata.rpm.targets.condure] path = "/usr/bin/condure" [profile.dev] panic = "abort" [profile.release] panic = "abort" [[bin]] name = "condure" [[bench]] name = "server" harness = false [[bench]] name = "client" harness = false [dependencies.arrayvec] version = "0.7" [dependencies.base64] version = "0.13" [dependencies.clap] version = "4.3" features = [ "cargo", "string", "wrap_help", ] [dependencies.httparse] version = "1.7" [dependencies.ipnet] version = "2" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" [dependencies.miniz_oxide] version = "0.6" [dependencies.mio] version = "0.8" features = [ "os-poll", "os-ext", "net", ] [dependencies.openssl] version = "0.10" [dependencies.paste] version = "1.0" [dependencies.sha1] version = "0.10" [dependencies.signal-hook] version = "0.3" [dependencies.slab] version = "0.4" [dependencies.socket2] version = "0.4" [dependencies.thiserror] version = "1.0" [dependencies.time] version = "0.3" features = [ "formatting", "local-offset", "macros", ] [dependencies.url] version = "2.3" [dependencies.zmq] version = "0.9" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.env_logger] version = "0.9" default-features = false [dev-dependencies.test-log] version = "0.2"