mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-26 23:23:20 +03:00
24 lines
675 B
TOML
24 lines
675 B
TOML
[package]
|
|
name = "hurlfmt"
|
|
version = "5.0.0-SNAPSHOT"
|
|
authors = ["Fabrice Reix <fabrice.reix@orange.com>", "Jean-Christophe Amiel <jeanchristophe.amiel@orange.com>", "Filipe Pinto <filipe.pinto@orange.com>"]
|
|
edition = "2021"
|
|
license = "Apache-2.0"
|
|
description = "Format Hurl files"
|
|
documentation = "https://hurl.dev"
|
|
homepage = "https://hurl.dev"
|
|
repository = "https://github.com/Orange-OpenSource/hurl"
|
|
rust-version = "1.78.0"
|
|
|
|
[dependencies]
|
|
base64 = "0.22.1"
|
|
clap = { version = "4.5.16", features = ["cargo", "wrap_help"] }
|
|
hurl_core = { version = "5.0.0-SNAPSHOT", path = "../hurl_core" }
|
|
regex = "1.10.6"
|
|
|
|
[dev-dependencies]
|
|
proptest = "1.5.0"
|
|
|
|
[lints]
|
|
workspace = true
|