cok 0.1.13

A simple to use, efficient, Command Line Argument Parser
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"
name = "cok"
version = "0.1.13"
authors = ["Andrew <dnrops@outlook.com>"]
description = "A simple to use, efficient, Command Line Argument Parser"
documentation = "https://docs.rs/cok"
readme = "README.md"
keywords = [
    "arg",
    "parse",
    "parser",
    "cli",
    "argument",
]
categories = ["command-line-interface"]
license = "MIT"
repository = "https://gitlab.com/andrew_ryan/cok"

[dependencies.doe]
version = "0.1.85"

[dependencies.json]
version = "0.12.4"