hurl/packages/hurlfmt/Cargo.toml

28 lines
603 B
TOML
Raw Normal View History

2020-11-02 20:30:13 +03:00
[package]
name = "hurlfmt"
2023-06-29 17:05:31 +03:00
version = "4.1.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]
2023-06-01 17:35:26 +03:00
base64 = "0.21.2"
2023-07-05 19:09:57 +03:00
clap = { version = "4.3.11", features = ["cargo", "wrap_help"] }
colored = "2.0.4"
2023-06-29 17:05:31 +03:00
hurl_core = { version = "4.1.0-SNAPSHOT", path = "../hurl_core" }
2023-07-05 15:47:56 +03:00
regex = "1.9.0"
2020-11-02 20:30:13 +03:00
[dev-dependencies]
2023-06-01 17:35:26 +03:00
proptest = "1.2.0"
2020-11-02 20:30:13 +03:00