hurl/packages/hurlfmt/Cargo.toml

28 lines
530 B
TOML
Raw Normal View History

2020-11-02 20:30:13 +03:00
[package]
name = "hurlfmt"
2021-03-03 15:39:02 +03:00
version = "1.3.0"
2020-11-02 20:30:13 +03:00
authors = ["Fabrice Reix <fabrice.reix@orange.com>"]
edition = "2018"
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]
2020-11-02 20:36:20 +03:00
atty = "0.2.13"
2020-11-02 20:30:13 +03:00
clap = "2.33.0"
colored = "2"
hurl_core = { version = "1.1.0", path = "../hurl_core" }
2020-11-02 20:30:13 +03:00
regex = "1.1.0"
[dev-dependencies]
proptest = "0.9.4"