hydroflow_plus 0.10.0

Functional programming API for hydroflow
Documentation
# 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 = "hydroflow_plus"
version = "0.10.0"
build = "build.rs"
publish = true
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Functional programming API for hydroflow"
documentation = "https://docs.rs/hydroflow_plus/"
readme = false
license = "Apache-2.0"

[lib]
name = "hydroflow_plus"
path = "src/lib.rs"

[dependencies.bincode]
version = "1.3.1"

[dependencies.hydro_deploy]
version = "^0.10.0"
optional = true

[dependencies.hydroflow]
version = "^0.10.0"
default-features = false

[dependencies.hydroflow_lang]
version = "^0.10.0"

[dependencies.nameof]
version = "1.0.0"

[dependencies.prettyplease]
version = "0.2.0"
features = ["verbatim"]
optional = true

[dependencies.proc-macro-crate]
version = "1.0.0"

[dependencies.proc-macro2]
version = "1.0.74"

[dependencies.quote]
version = "1.0.35"

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

[dependencies.sha2]
version = "0.10.0"

[dependencies.stageleft]
version = "^0.5.0"

[dependencies.stageleft_tool]
version = "^0.4.0"

[dependencies.syn]
version = "2.0.46"
features = [
    "parsing",
    "extra-traits",
    "visit-mut",
]

[dependencies.tokio]
version = "1.29.0"
features = ["full"]

[dependencies.toml]
version = "0.8.0"
optional = true

[dependencies.trybuild-internals-api]
version = "1.0.99"
optional = true

[dev-dependencies.async-ssh2-lite]
version = "0.5.0"
features = ["vendored-openssl"]

[dev-dependencies.ctor]
version = "0.2.8"

[dev-dependencies.hydro_deploy]
version = "^0.10.0"

[dev-dependencies.insta]
version = "1.39"

[build-dependencies.stageleft_tool]
version = "^0.4.0"

[features]
default = ["deploy_runtime"]
deploy = [
    "deploy_runtime",
    "dep:hydro_deploy",
    "dep:trybuild-internals-api",
    "dep:toml",
    "dep:prettyplease",
]
deploy_runtime = ["hydroflow/deploy_integration"]
diagnostics = ["hydroflow_lang/diagnostics"]
stageleft_devel = []

[lints.clippy]
allow_attributes = "warn"
allow_attributes_without_reason = "warn"
explicit_into_iter_loop = "warn"
let_and_return = "allow"
upper_case_acronyms = "warn"

[lints.rust]
unused_qualifications = "warn"