mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-23 20:12:09 +03:00
29 lines
600 B
TOML
29 lines
600 B
TOML
[package]
|
|
name = "hurlfmt"
|
|
version = "3.0.1"
|
|
authors = ["Fabrice Reix <fabrice.reix@orange.com>"]
|
|
edition = "2021"
|
|
license = "Apache-2.0"
|
|
description = "format Hurl files"
|
|
documentation = "https://hurl.dev"
|
|
homepage = "https://hurl.dev"
|
|
repository = "https://github.com/Orange-OpenSource/hurl"
|
|
|
|
[features]
|
|
# Treat warnings as a build error.
|
|
strict = []
|
|
|
|
[dependencies]
|
|
atty = "0.2.14"
|
|
base64 = "0.21.2"
|
|
clap = { version = "4.3.0", features = ["cargo", "wrap_help"] }
|
|
colored = "2.0.0"
|
|
hurl_core = { version = "3.0.1", path = "../hurl_core" }
|
|
regex = "1.8.3"
|
|
|
|
[dev-dependencies]
|
|
proptest = "1.2.0"
|
|
|
|
|
|
|