mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-23 20:12:09 +03:00
21 lines
432 B
TOML
21 lines
432 B
TOML
[package]
|
|
name = "hurl_core"
|
|
version = "3.0.0-SNAPSHOT"
|
|
authors = ["Fabrice Reix <fabrice.reix@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"
|
|
|
|
[features]
|
|
# Treat warnings as a build error.
|
|
strict = []
|
|
|
|
|
|
[dependencies]
|
|
float-cmp = "0.9.0"
|
|
sxd-document = "0.3.2"
|
|
regex = "1.7.3"
|