mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-11 02:40:26 +03:00
16 lines
468 B
TOML
16 lines
468 B
TOML
[package]
|
|
name = "hurl_core"
|
|
version = "4.2.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 = "Hurl Core"
|
|
documentation = "https://hurl.dev"
|
|
homepage = "https://hurl.dev"
|
|
repository = "https://github.com/Orange-OpenSource/hurl"
|
|
|
|
[dependencies]
|
|
float-cmp = "0.9.0"
|
|
libxml = "0.3.3"
|
|
regex = "1.10.2"
|