work-mel 0.10.1

Mélodium distant work library
# 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.83"
name = "work-mel"
version = "0.10.1"
authors = ["Quentin VIGNAUD <quentin.vignaud@melodium.tech>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Mélodium distant work library"
homepage = "https://melodium.tech"
readme = "README.md"
keywords = [
    "dataflow",
    "parallelization",
    "scalability",
    "async",
    "signal",
]
categories = [
    "compilers",
    "science",
    "concurrency",
    "asynchronous",
]
license = "EUPL-1.2"
repository = "https://gitlab.com/melodium/melodium"

[package.metadata.docs.rs]
features = ["mock"]
rustdoc-args = [
    "--cfg",
    "docsrs",
]
default-target = "x86_64-unknown-linux-gnu"
targets = [
    "aarch64-unknown-linux-gnu",
    "aarch64-unknown-linux-musl",
    "x86_64-unknown-linux-gnu",
    "x86_64-unknown-linux-musl",
    "riscv64gc-unknown-linux-gnu",
    "s390x-unknown-linux-gnu",
    "aarch64-apple-darwin",
    "aarch64-pc-windows-msvc",
    "x86_64-pc-windows-gnu",
    "wasm32-unknown-unknown",
]

[features]
default = []
kubernetes = [
    "real",
    "kube",
    "k8s-openapi",
    "async-std/tokio1",
    "tokio",
]
mock = []
plugin = []
real = ["generic-async-http-client"]

[lib]
name = "work_mel"
crate-type = [
    "lib",
    "cdylib",
]
path = "src/lib.rs"

[dependencies.async-std]
version = "1.13"

[dependencies.async-trait]
version = "0.1.71"

[dependencies.async-walkdir]
version = "2.0"

[dependencies.compose_spec]
version = "0.3.0"

[dependencies.fs-mel]
version = "0.10.1"

[dependencies.futures]
version = "0.3.28"

[dependencies.generic-async-http-client]
version = "0.7.0"
features = [
    "use_async_h1",
    "rustls_ring",
]
optional = true

[dependencies.k8s-openapi]
version = "0.23.0"
features = ["v1_31"]
optional = true

[dependencies.kube]
version = "0.97"
features = [
    "client",
    "rustls-tls",
    "ws",
]
optional = true
default-features = false

[dependencies.melodium-core]
version = "0.10.1"

[dependencies.melodium-engine]
version = "0.10.1"

[dependencies.melodium-macro]
version = "0.10.1"

[dependencies.melodium-share]
version = "0.10.1"

[dependencies.net-mel]
version = "0.10.1"

[dependencies.process-mel]
version = "0.10.1"

[dependencies.regex]
version = "1.9.1"

[dependencies.reqwest]
version = "0.12"
features = [
    "multipart",
    "rustls-tls",
    "json",
    "zstd",
    "brotli",
    "gzip",
    "deflate",
]
default-features = false

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.std-mel]
version = "0.10.1"

[dependencies.tokio]
version = "1"
features = [
    "macros",
    "io-util",
]
optional = true

[dependencies.uuid]
version = "1.5.0"
features = [
    "serde",
    "v4",
    "fast-rng",
]