# 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 = "edgesearch" version = "0.4.1" authors = ["Wilson Lin "] include = ["/script/dist/**/*.js", "/wasm/**/*", "/src/**/*", "/build.rs", "/Cargo.toml", "/LICENSE", "/README.md"] description = "Serverless full-text search with Cloudflare Workers, WebAssembly, and Roaring Bitmaps" homepage = "https://github.com/wilsonzlin/edgesearch" readme = "README.md" keywords = ["full", "text", "search", "index", "bitmap"] license = "MIT" repository = "https://github.com/wilsonzlin/edgesearch.git" [dependencies.byteorder] version = "1.3.2" [dependencies.clap] version = "2.0" [dependencies.croaring] version = "0.4.4" [dependencies.structopt] version = "0.3.5" [badges.maintenance] status = "actively-developed"