# 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 = "froogle" version = "0.4.2" description = "A local Search Engine" readme = "README.md" keywords = [ "search", "engine", "information", "retrieval", ] license = "MIT" repository = "https://github.com/tripabhi/froogle" [profile.dist] lto = "thin" inherits = "release" [profile.release] lto = true [dependencies.clap] version = "4.5.7" features = ["derive"] [dependencies.html5gum] version = "0.5.7" [dependencies.log] version = "0.4.21" [dependencies.lopdf] version = "0.32.0" [dependencies.opener] version = "0.7.1" [dependencies.path-dedot] version = "3.1.1" features = ["lazy_static_cache"] [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_json] version = "1.0.117" [dependencies.shellexpand] version = "3.1.0" [dependencies.simple_logger] version = "5.0.0" default-features = false [dependencies.tiny_http] version = "0.12.0" [dependencies.xml-rs] version = "0.8.20"