hurl/packages/hurlfmt/Cargo.toml
2023-07-22 03:01:40 +00:00

28 lines
603 B
TOML

[package]
name = "hurlfmt"
version = "4.1.0-SNAPSHOT"
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]
base64 = "0.21.2"
clap = { version = "4.3.19", features = ["cargo", "wrap_help"] }
colored = "2.0.4"
hurl_core = { version = "4.1.0-SNAPSHOT", path = "../hurl_core" }
regex = "1.9.1"
[dev-dependencies]
proptest = "1.2.0"