moonlight-cli 0.1.2

Compare command behavior against one or two reference commands.
Documentation
# 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 = "2021"
rust-version = "1.87"
name = "moonlight-cli"
version = "0.1.2"
build = false
include = [
    "src/**",
    "Cargo.toml",
    "benches/**",
    "../../README.md",
    "../../LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "moonlight-cli"
description = "Compare command behavior against one or two reference commands."
homepage = "https://moritzbrantner.github.io/moonlight/?page=overview"
readme = "README.md"
keywords = [
    "cli",
    "testing",
    "diff",
    "snapshot",
    "comparison",
]
categories = [
    "command-line-utilities",
    "development-tools::testing",
]
license = "MIT"
repository = "https://github.com/moritzbrantner/moonlight"

[lib]
name = "moonlight_cli"
path = "src/lib.rs"

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

[[bin]]
name = "moonlight"
path = "src/bin/moonlight.rs"

[[bench]]
name = "moonlight_cli"
path = "benches/moonlight_cli.rs"
harness = false

[dependencies.anyhow]
version = "1"

[dependencies.bytes]
version = "1"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

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

[dependencies.futures]
version = "0.3"

[dependencies.hex]
version = "0.4"

[dependencies.moonlight-core]
version = "0.1.2"

[dependencies.regex]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.11"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.toml]
version = "0.8"

[dependencies.uuid]
version = "1"
features = [
    "serde",
    "v4",
]

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

[dev-dependencies.assert_fs]
version = "1.1.4"

[dev-dependencies.criterion]
version = "0.8.2"
features = ["html_reports"]

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

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

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