# 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 = "tavily" version = "2.0.3" authors = ["Pierre-Louis LĂ©toquart "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A tiny tool for calling Tavily's REST API in the simplest way!" readme = "README.md" keywords = [ "Tavily", "search-engine", "web-browser", "llm-search", "rag", ] license = "MIT" repository = "https://github.com/PierreLouisLetoquart/tavily-rs" [lib] name = "tavily" path = "src/lib.rs" [[example]] name = "advanced_search" path = "examples/advanced_search.rs" [[example]] name = "basic_extract" path = "examples/basic_extract.rs" [[example]] name = "basic_search" path = "examples/basic_search.rs" [dependencies.reqwest] version = "0.12.4" features = ["json"] [dependencies.serde] version = "1.0.198" features = ["derive"] [dev-dependencies.tokio] version = "1.0" features = ["full"]