# 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" rust-version = "1.73.0" name = "solrstice" version = "0.6.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Solr 8+ client" readme = "README.md" keywords = [ "solr", "search", ] categories = ["api-bindings"] license = "MIT OR Apache-2.0" repository = "https://github.com/Sh1nku/solrstice" [lib] name = "solrstice" path = "src/lib.rs" [[test]] name = "main" path = "tests/main.rs" [[test]] name = "structures" path = "tests/structures.rs" [dependencies.async-trait] version = "0.1" [dependencies.dyn-clone] version = "1" [dependencies.fastrand] version = "2" [dependencies.lazy_static] version = "1" [dependencies.log] version = "0.4" [dependencies.regex] version = "1" [dependencies.reqwest] version = "0.12" features = [ "json", "rustls-tls", ] default-features = false [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" features = ["raw_value"] [dependencies.tempfile] version = "3" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" optional = true [dependencies.walkdir] version = "2" [dependencies.zip] version = "2" default-features = false [dependencies.zookeeper-async] version = "5" [dev-dependencies.dotenv] version = "0.15" [dev-dependencies.env_logger] version = "0.11.3" [dev-dependencies.serial_test] version = "3.1.1" [dev-dependencies.tokio] version = "1" features = [ "macros", "rt", "rt-multi-thread", ] [features] blocking = ["tokio"]