# 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 = "MeiliFinder" version = "1.0.6" authors = ["Faisal Ahmed"] include = [ "src/**/*", "Cargo.toml", "README.md", "LICENCE", ] description = "The ultimate Meilisearch client for your terminal" homepage = "https://github.com/FaisalBinAhmed/MeiliFinder" readme = "README.md" keywords = [ "cli", "meilisearch", "search", "command-line", "search-client", ] categories = ["command-line-interface"] license = "MIT" repository = "https://github.com/FaisalBinAhmed/MeiliFinder" [dependencies.anyhow] version = "1.0.80" [dependencies.chrono] version = "0.4.34" [dependencies.crossterm] version = "0.27.0" [dependencies.meilisearch-sdk] version = "0.24.3" [dependencies.ratatui] version = "0.26.1" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.114" [dependencies.tokio] version = "1.36.0" features = ["full"]