# 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 = "es-public-proxy" version = "0.2.6" authors = ["Bryan Newbold "] description = "simple read-only HTTP reverse-proxy for exposing an Elasticsearch node to the public internet" readme = "README.md" keywords = ["elasticsearch", "proxy"] categories = ["command-line-utilities"] license = "AGPL-3.0-or-later" repository = "https://gitlab.com/bnewbold/es-public-proxy" [package.metadata.deb] assets = [["target/release/es-public-proxy", "usr/bin/", "755"], ["extra/es-public-proxy.1", "usr/share/man/man1/", "644"], ["extra/example_config.toml", "usr/share/doc/es-public-proxy/", "644"], ["extra/example_config.toml", "etc/es-public-proxy.toml", "644"]] conf-files = ["etc/es-public-proxy.toml"] depends = "$auto" extended-description = "\"\nes-public-proxy is intended to be a simple and reliable alternative for the\nuse case of exposing popular search queries on specific indices to the public\nweb. HTTP requests are parsed and filtered in a safe, compiled language (Rust),\nthen only safe queries are re-serialized and forwarded to the backend search\ninstance listening on a different port.\n\n* type-safe de-serialization and re-serialization of all user data\n* single-binary, easy to install\n* simple configuration with sane defaults\n* low-overhead in network latency and compute resources\n* optional CORS headers for direct browser requests\n* SSL, transport compression, load-balancing, observability, and rate-limiting\n are left to other tools like nginx, caddy, or HAproxy\n* free software forever: AGPLv3+ license\n" maintainer = "Bryan Newbold " maintainer-scripts = "extra/" priority = "optional" section = "utility" [package.metadata.deb.systemd-units] enable = true [profile.release] lto = true codegen-units = 1 [dependencies.env_logger] version = "0.7" [dependencies.http] version = "0.2" [dependencies.hyper] version = "0.14" features = ["client", "server", "http1", "runtime"] [dependencies.log] version = "0.4" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.serde_urlencoded] version = "0.5" [dependencies.tokio] version = "1" features = ["rt-multi-thread", "net", "signal", "macros"] [dependencies.toml] version = "0.4"