# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "stellr" version = "0.1.0" authors = ["Steve Hunt ", "Jacob Ward "] description = "A Solr client for rust" readme = "README.md" keywords = ["solr"] categories = ["api-bindings", "database"] license = "MIT OR Apache-2.0" repository = "https://github.com/solr-rust/stellr" [dependencies.async-trait] version = "0.1" [dependencies.rand] version = "0.7.2" [dependencies.reqwest] version = "0.10" optional = true [dependencies.serde] version = "1.0.101" [dependencies.serde_json] version = "1.0" [dependencies.tracing] version = "0.1" [dependencies.url] version = "2.1" [dependencies.zookeeper] version = "0.5" [dev-dependencies.futures] version = "0.3.1" [dev-dependencies.httpmock] version = "0.5" [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.tokio] version = "0.2.22" features = ["macros"] [features] async = ["reqwest/default"] blocking = ["reqwest/blocking"] default = ["async"]