# 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 = "rsolr" version = "0.3.2" authors = ["Gyorgy Jerovetz "] exclude = [".github/workflows/rust.yml"] description = "A Solr client for Rust." readme = "README.md" keywords = ["solr"] categories = [ "web-programming::http-client", "database", ] license = "MIT" repository = "https://github.com/jerovetz/rsolr/" [package.metadata.scripts] solr-provision = "./solr_provision.sh" solr-start = "docker run -d --rm -e SOLR_ENABLE_STREAM_BODY=true --name rsc_solr -v solrdata:/var/solr -p 8983:8983 solr:latest" solr-stop = "docker stop rsc_solr" [dependencies.cloneable-file] version = "0.1.1" [dependencies.http] version = "0.2.9" [dependencies.mockall_double] version = "0.3.0" [dependencies.regex] version = "1.9.5" [dependencies.reqwest] version = "0.11.16" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0.160" features = ["derive"] [dependencies.serde_json] version = "1.0.95" features = ["raw_value"] [dependencies.thiserror] version = "1.0.58" [dependencies.url] version = "2.3.1" [dev-dependencies.mockall] version = "0.11.4"