proef-engine-hurl 0.6.0

proef API engine: EngineFactory/EngineSession over embedded hurl
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 = "2024"
rust-version = "1.97"
name = "proef-engine-hurl"
version = "0.6.0"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "proef API engine: EngineFactory/EngineSession over embedded hurl"
readme = false
keywords = [
    "testing",
    "e2e",
    "hurl",
    "http",
]
categories = ["development-tools::testing"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/emrecdr/proef"

[package.metadata.cargo-machete]
ignored = ["openssl-sys"]

[features]
vendored-openssl = [
    "dep:openssl-sys",
    "openssl-sys/vendored",
]

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

[dependencies.hurl]
version = "=8.0.1"

[dependencies.hurl_core]
version = "=8.0.1"

[dependencies.openssl-sys]
version = "0.9"
optional = true

[dependencies.proef-core]
version = "0.6.0"

[dependencies.tempfile]
version = "3"

[lints.clippy]
expect_used = "warn"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
must_use_candidate = "allow"
unwrap_used = "warn"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
missing_docs = "warn"
unsafe_code = "deny"

[lints.rust.rust_2018_idioms]
level = "warn"
priority = -1