kurisu 0.1.6

Small idiomatic command line options 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 = "2018"
name = "kurisu"
version = "0.1.6"
authors = ["Philippe Guilbault <pguilbault@proton.me>"]
description = "Small idiomatic command line options parser"
homepage = "https://github.com/Bwen/kurisu"
documentation = "https://docs.rs/kurisu/"
readme = "README.md"
keywords = [
    "argument",
    "flag",
    "option",
    "cli",
    "parse",
]
categories = ["command-line-interface"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Bwen/kurisu"

[lib]
path = "src/lib.rs"
bench = false

[dependencies.kurisu-derive]
version = "=0.1.6"

[dependencies.once_cell]
version = "1.11"

[dependencies.textwrap]
version = "0.12"
features = ["terminal_size"]

[dependencies.url]
version = "2.2"
optional = true

[dev-dependencies.float-cmp]
version = "0.9.0"

[dev-dependencies.toml]
version = "0.5"

[features]
default = []
parser_extras = ["url"]

[badges.maintenance]
status = "actively-developed"