apirquest_core 0.7.1

ApiRquest is a library for testing Api Rest. Written in Rust, it allows you to use the Rhai scripting language to increase test flexibility. It uses Gherkin syntax for test scenarios.
Documentation
[dependencies.chrono]
version = "0.4.40"

[dependencies.jsonwebtoken]
version = "9.3"

[dependencies.log]
version = "0.4.27"

[dependencies.pest]
version = "2.8.0"

[dependencies.pest_derive]
version = "2.8.0"

[dependencies.regex]
version = "1.11.1"

[dependencies.reqwest]
features = ["json", "blocking"]
version = "0.12.15"

[dependencies.rhai]
version = "1.21.0"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_json_diff]
version = "0.2.0"

[dev-dependencies.log4rs]
version = "1.3.0"

[[example]]
name = "example"
path = "examples/example.rs"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools"]
description = "ApiRquest is a library for testing Api Rest. Written in Rust, it allows you to use the Rhai scripting language to increase test flexibility. It uses Gherkin syntax for test scenarios."
documentation = "https://gitlab.com/denix190/apirquest"
edition = "2021"
keywords = ["scripting", "RESTful", "testing", "api-testing", "Gherkin"]
license = "Apache-2.0"
name = "apirquest_core"
readme = "README.md"
repository = "https://gitlab.com/denix190/apirquest"
version = "0.7.1"