agx-cli 0.2.0

CLI for the agx-photo photo editing library
# 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"
name = "agx-cli"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for the agx-photo photo editing library"
homepage = "https://github.com/zhjngli/AgX"
documentation = "https://docs.rs/agx-cli"
readme = "README.md"
keywords = [
    "photo",
    "image",
    "editing",
    "preset",
    "cli",
]
categories = [
    "multimedia::images",
    "command-line-utilities",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/zhjngli/AgX"

[features]
default = ["gpu"]
gpu = ["agx/gpu"]
profiling = [
    "agx/profiling",
    "serde_json",
]

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

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

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

[dependencies.agx]
version = "0.1.0"
features = ["raw"]
package = "agx-photo"

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

[dependencies.image]
version = "0.25"

[dependencies.rayon]
version = "1"

[dependencies.serde_json]
version = "1"
optional = true

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