[dependencies.getargs]
version = "~0.5.0"
[dev-dependencies.argv]
version = "~0.1.6"
[package]
authors = ["LoganDark <contact@logandark.mozmail.com>", "Cuteness! <contact@logandark.mozmail.com>"]
categories = ["command-line-interface", "rust-patterns"]
description = "Provides a way for `getargs` to parse OS strings"
documentation = "https://docs.rs/getargs-os"
edition = "2021"
exclude = [".idea"]
homepage = "https://github.com/LoganDark/getargs-os"
keywords = ["getargs", "argv", "arg", "argument", "parser"]
license = "MIT"
license-file = "./LICENSE.md"
name = "getargs-os"
readme = "./README.md"
repository = "https://github.com/LoganDark/getargs-os"
rust-version = "1.56"
version = "0.1.0"