# 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 = "leptos_meilisearch" version = "0.6.2" authors = ["DaniƩl Kerkmann "] include = [ "**/*.rs", "Cargo.toml", "LICENSE", "README.md", ] description = "A Leptos integration for Meilisearch, wrapping them in a Resource and helps with useful helper functions und utils." documentation = "https://docs.rs/leptos_meilisearch" readme = "README.md" keywords = ["leptos"] categories = ["web-programming"] license = "MIT" repository = "https://gitlab.com/kerkmann/leptos_meilisearch" [lib] name = "leptos_meilisearch" [dependencies.derive_builder] version = "0.13" features = ["alloc"] default-features = false [dependencies.jsonwebtoken] version = "8" default-features = false [dependencies.leptos] version = "0.6" default-features = false [dependencies.meilisearch-sdk] version = "0.24" default-features = false [dependencies.reqwest] version = "0.12" features = [ "json", "rustls-tls", ] [dependencies.serde] version = "1.0" default-features = false [dependencies.thiserror] version = "1.0" default-features = false