hurl/packages/hurlfmt/Cargo.toml

25 lines
692 B
TOML
Raw Normal View History

2020-11-02 20:30:13 +03:00
[package]
name = "hurlfmt"
2024-01-17 15:34:16 +03:00
version = "4.3.0-SNAPSHOT"
2023-09-29 14:49:22 +03:00
authors = ["Fabrice Reix <fabrice.reix@orange.com>", "Jean-Christophe Amiel <jeanchristophe.amiel@orange.com>", "Filipe Pinto <filipe.pinto@orange.com>"]
2022-05-09 15:00:50 +03:00
edition = "2021"
license = "Apache-2.0"
2023-10-08 01:49:02 +03:00
description = "Format Hurl files"
documentation = "https://hurl.dev"
homepage = "https://hurl.dev"
repository = "https://github.com/Orange-OpenSource/hurl"
2023-10-08 01:49:02 +03:00
rust-version = "1.73.0"
2020-11-02 20:30:13 +03:00
[dependencies]
2024-03-02 06:02:04 +03:00
base64 = "0.22.0"
2024-03-26 06:01:46 +03:00
clap = { version = "4.5.4", features = ["cargo", "wrap_help"] }
2023-12-10 06:01:48 +03:00
colored = "2.1.0"
2024-01-17 15:34:16 +03:00
hurl_core = { version = "4.3.0-SNAPSHOT", path = "../hurl_core" }
2024-03-23 06:01:57 +03:00
regex = "1.10.4"
2020-11-02 20:30:13 +03:00
[dev-dependencies]
2023-11-11 06:05:13 +03:00
proptest = "1.4.0"
2020-11-02 20:30:13 +03:00
2024-03-04 17:10:06 +03:00
[lints]
workspace = true