2020-11-02 20:30:13 +03:00
|
|
|
[package]
|
|
|
|
name = "hurlfmt"
|
2022-02-10 16:00:10 +03:00
|
|
|
version = "1.7.0-snapshot"
|
2020-11-02 20:30:13 +03:00
|
|
|
authors = ["Fabrice Reix <fabrice.reix@orange.com>"]
|
2022-05-09 15:00:50 +03:00
|
|
|
edition = "2021"
|
2021-02-10 22:12:17 +03:00
|
|
|
license = "Apache-2.0"
|
2021-01-09 11:19:24 +03:00
|
|
|
description = "format Hurl files"
|
2021-02-10 22:17:10 +03:00
|
|
|
documentation = "https://hurl.dev"
|
|
|
|
homepage = "https://hurl.dev"
|
|
|
|
repository = "https://github.com/Orange-OpenSource/hurl"
|
2020-11-02 20:30:13 +03:00
|
|
|
|
|
|
|
[features]
|
|
|
|
# Treat warnings as a build error.
|
|
|
|
strict = []
|
|
|
|
|
|
|
|
[dependencies]
|
2021-07-03 14:51:55 +03:00
|
|
|
atty = "0.2.14"
|
|
|
|
base64 = "0.13.0"
|
2022-08-12 17:05:11 +03:00
|
|
|
clap = { version = "3.2.17", features = ["cargo"] }
|
2021-07-03 14:51:55 +03:00
|
|
|
colored = "2.0.0"
|
2022-02-10 16:00:10 +03:00
|
|
|
hurl_core = { version = "1.7.0-snapshot", path = "../hurl_core" }
|
2022-07-06 18:43:02 +03:00
|
|
|
regex = "1.6.0"
|
2020-11-02 20:30:13 +03:00
|
|
|
|
|
|
|
[dev-dependencies]
|
2021-07-03 14:51:55 +03:00
|
|
|
proptest = "1.0.0"
|
2020-11-02 20:30:13 +03:00
|
|
|
|
|
|
|
|
|
|
|
|