hurl/packages/hurlfmt/Cargo.toml

29 lines
619 B
TOML
Raw Normal View History

2020-11-02 20:30:13 +03:00
[package]
name = "hurlfmt"
version = "2.0.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"
license = "Apache-2.0"
2021-01-09 11:19:24 +03:00
description = "format Hurl files"
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"
2022-12-11 01:01:41 +03:00
base64 = "0.20.0"
2022-12-23 11:05:12 +03:00
clap = { version = "4.0.32", features = ["cargo", "wrap_help"] }
2021-07-03 14:51:55 +03:00
colored = "2.0.0"
hurl_core = { version = "2.0.0-SNAPSHOT", path = "../hurl_core" }
2022-11-05 21:04:45 +03:00
regex = "1.7.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