curseofrust-cli-parser 0.1.2

Simple CLI arguments parser for curseofrust
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 = "curseofrust-cli-parser"
version = "0.1.2"
authors = ["Jiening Yu <jiening.yu@outlook.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Simple CLI arguments parser for curseofrust"
readme = "README.md"
keywords = []
categories = ["game-development"]
license = "AGPL-3.0-or-later"
repository = "https://codeberg.org/DM-Earth/curseofrust"

[features]
net-proto = []

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

[dependencies.clap_lex]
version = "1.1.0"

[dependencies.curseofrust]
version = "0.1"