# 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 = "EasyAlgolia" version = "1.0.4" authors = ["Faizal Khan "] description = "EasyAlgolia is a Rust crate designed for utilizing the Algolia admin client. It simplifies the process of updating and inserting documents into Algolia's search index." readme = "README.md" license = "MIT" repository = "https://github.com/iamfaiz123/EasyAlgolia" [dependencies.futures] version = "0.3.30" features = ["executor"] [dependencies.quote] version = "1.0.35" [dependencies.reqwest] version = "0.11.16" features = ["json"] [dependencies.secrecy] version = "0.8.0" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.114" [dependencies.syn] version = "2.0.52"