katana-render-runtime-cli 0.3.2

CLI front-end for katana-render-runtime: render, reference-update, compare, bench.
# 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"
rust-version = "1.95.0"
name = "katana-render-runtime-cli"
version = "0.3.2"
authors = ["Hiroyuki Furuno"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI front-end for katana-render-runtime: render, reference-update, compare, bench."
readme = false
license = "MIT"
repository = "https://github.com/HiroyukiFuruno/katana-render-runtime"
resolver = "2"

[[bin]]
name = "krr"
path = "src/main.rs"

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

[dependencies.anyhow]
version = "1"

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

[dependencies.katana-render-runtime]
version = "0.3.2"

[dependencies.serde_json]
version = "1"

[dependencies.tracing]
version = "0.1"