# 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 = "tinysearch" version = "0.8.2" authors = ["Matthias Endler "] include = [ "src", "assets", "README.md", ] description = "A tiny search engine for static websites" homepage = "https://github.com/mre/tinysearch" documentation = "https://github.com/mre/tinysearch/blob/master/README.md" readme = "README.md" license = "Apache-2.0/MIT" repository = "https://github.com/mre/tinysearch" [lib] [[bin]] name = "tinysearch" required-features = ["bin"] [dependencies.anyhow] version = "1.0.72" optional = true [dependencies.argh] version = "0.1.10" optional = true [dependencies.bincode] version = "1.3.3" [dependencies.log] version = "0.4.19" optional = true [dependencies.phf] version = "0.11.2" optional = true [dependencies.serde] version = "1.0.175" features = ["derive"] [dependencies.serde_derive] version = "1.0.175" optional = true [dependencies.serde_json] version = "1.0.103" optional = true [dependencies.strip_markdown] version = "0.2.0" optional = true [dependencies.strum] version = "0.25.0" features = ["derive"] optional = true [dependencies.tempfile] version = "3.7.0" optional = true [dependencies.toml_edit] version = "0.19.14" optional = true [dependencies.xorf] version = "0.8.1" features = ["serde"] default-features = false [features] bin = [ "argh", "log", "serde_json", "anyhow", "tempfile", "serde_derive", "phf", "strip_markdown", "strum", "toml_edit", ] default = []