espipe 0.2.0

A minimalist command-line utility to pipe documents from a file or I/O stream into an Elasticsearch cluster.
# 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 = "2024"
rust-version = "1.88"
name = "espipe"
version = "0.2.0"
build = false
include = [
    "Cargo.toml",
    "Cargo.lock",
    "CHANGELOG.md",
    "LICENSE.md",
    "README.md",
    "src/**/*.rs",
    "tests/**/*.rs",
    "tests/fixtures/*.ndjson",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A minimalist command-line utility to pipe documents from a file or I/O stream into an Elasticsearch cluster."
homepage = "https://github.com/VimCommando/espipe"
documentation = "https://docs.rs/crate/espipe"
readme = "README.md"
keywords = [
    "elasticsearch",
    "bulk",
    "cli",
    "ndjson",
    "csv",
]
categories = ["command-line-utilities"]
license = "Apache-2.0"
repository = "https://github.com/VimCommando/espipe"

[[bin]]
name = "espipe"
path = "src/main.rs"

[[test]]
name = "elasticsearch"
path = "tests/elasticsearch.rs"

[[test]]
name = "file_output"
path = "tests/file_output.rs"

[[test]]
name = "localhost_bench"
path = "tests/localhost_bench.rs"

[dependencies.base64]
version = "0.22.1"

[dependencies.clap]
version = "^4.6.1"
features = ["derive"]

[dependencies.csv]
version = "^1.4.0"

[dependencies.elasticsearch]
version = "^9.1.0-alpha.1"

[dependencies.env_logger]
version = "^0.11.10"

[dependencies.eyre]
version = "^0.6.12"

[dependencies.fluent-uri]
version = "^0.4.1"

[dependencies.futures]
version = "^0.3.32"

[dependencies.log]
version = "^0.4.29"

[dependencies.reqwest]
version = "0.12.28"
features = ["blocking"]

[dependencies.serde]
version = "^1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.149"
features = ["raw_value"]

[dependencies.serde_yaml]
version = "0.9.34"

[dependencies.tempfile]
version = "3.24.0"

[dependencies.tokio]
version = "1.52.1"

[dependencies.url]
version = "2.5.8"
features = ["serde"]

[dev-dependencies.bytes]
version = "1.11.1"

[dev-dependencies.rcgen]
version = "0.14.5"

[dev-dependencies.rustls]
version = "0.23.34"