optify-cli 1.3.1

CLI for inspecting and querying Optify configuration options.
# 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 = "optify-cli"
version = "1.3.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for inspecting and querying Optify configuration options."
homepage = "https://github.com/juharris/optify/tree/main/rust/optify-cli"
readme = "README.md"
keywords = [
    "cli",
    "configuration",
    "options",
]
categories = [
    "command-line-utilities",
    "config",
]
license = "MIT"
repository = "https://github.com/juharris/optify/tree/main/rust/optify-cli"

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

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

[dependencies.optify]
version = "1.5.1"

[dependencies.serde_json]
version = "1.0.149"