piccali-cli 0.5.0

A Rust CLI tool that parses Gherkin files and outputs structured data (JSON, MARKDOWN, HTML)
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "piccali-cli"
version = "0.5.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust CLI tool that parses Gherkin files and outputs structured data (JSON, MARKDOWN, HTML)"
readme = "README.md"
keywords = [
    "cli",
    "gherkin",
    "cucumber",
]
categories = ["command-line-utilities"]
license-file = "LICENSE"
repository = "https://github.com/Odonno/piccali-cli"

[[bin]]
name = "piccali-cli"
path = "src/main.rs"

[[test]]
name = "json_format"
path = "tests/json_format.rs"

[[test]]
name = "markdown_format"
path = "tests/markdown_format.rs"

[[test]]
name = "validation"
path = "tests/validation.rs"

[dependencies.chrono]
version = "0.4"

[dependencies.clap]
version = "4.6.0"
features = ["derive"]

[dependencies.color-eyre]
version = "0.6"
default-features = false

[dependencies.gherkin]
version = "0.15"
features = ["parser"]

[dependencies.globset]
version = "0.4"

[dependencies.regex]
version = "1"

[dependencies.rust-embed]
version = "8"
features = ["mime-guess"]

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.tiny_http]
version = "0.12"

[dependencies.walkdir]
version = "2"

[dev-dependencies.assert_cmd]
version = "2"

[dev-dependencies.insta]
version = "1"
features = ["json"]

[dev-dependencies.predicates]
version = "3"

[dev-dependencies.tempfile]
version = "3"