# 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 = "stork-search" version = "2.0.0-beta.2" authors = ["James Little "] description = "Impossibly fast web search, made for static sites." homepage = "https://stork-search.net" documentation = "https://stork-search.net/docs" keywords = [ "wasm", "webassembly", "search", "javascript", ] categories = ["wasm"] license = "Apache-2.0" repository = "https://github.com/jameslittle230/stork" resolver = "1" [[bin]] name = "stork" path = "src/main.rs" [dependencies.atty] version = "0.2.14" [dependencies.bytes] version = "1.1.0" [dependencies.clap] version = "3.2.16" features = [ "cargo", "wrap_help", ] [dependencies.colored] version = "2.0.0" [dependencies.hyper] version = "0.14.17" features = [ "server", "http1", "tcp", ] optional = true [dependencies.indicatif] version = "0.17.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.num-format] version = "0.4.0" [dependencies.serde] version = "1.0.130" [dependencies.serde_json] version = "1.0.68" [dependencies.stork-lib] version = "2.0.0-beta.2" features = ["build"] [dependencies.strunc] version = "0.1.1" [dependencies.textwrap] version = "0.14.2" features = ["terminal_size"] [dependencies.thiserror] version = "1.0.29" [dependencies.tokio] version = "=1.17.0" features = [ "signal", "rt-multi-thread", ] optional = true [dependencies.unicode-segmentation] version = "1.9.0" [dev-dependencies.pretty_assertions] version = "1.0.0" [features] default = ["test-server"] remote-fetch = ["stork-lib/build-remote-fetch"] test-server = [ "hyper", "tokio", ]