# 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 = "solr_post" version = "0.1.5" authors = ["Jared Sprague "] description = "A simple command line tool and library to post files in a directory to a Solr server" readme = "README.md" license = "MIT" repository = "https://github.com/Jared-Sprague/solr_post" [lib] name = "solr_post" path = "src/lib.rs" [[bin]] name = "solr-post" path = "src/cli.rs" [dependencies.argh] version = "0.1.12" [dependencies.base64] version = "0.22.0" [dependencies.bytes] version = "1.4.0" [dependencies.env_logger] version = "0.11.3" [dependencies.futures] version = "0.3.21" [dependencies.log] version = "0.4.21" [dependencies.mime_guess] version = "2.0.4" [dependencies.rayon] version = "1.9.0" [dependencies.regex] version = "1.10.3" [dependencies.reqwest] version = "0.12.1" [dependencies.tokio] version = "1.36.0" features = ["full"] [dependencies.urlencoding] version = "2.1.2" [dependencies.wax] version = "0.6.0"