jabba-lib 0.1.8

A utility library, inspired mainly by Python.
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 = "jabba-lib"
version = "0.1.8"
authors = ["Laszlo Szathmary, alias Jabba Laci <jabba.laci@gmail.com>"]
description = "A utility library, inspired mainly by Python."
documentation = "https://docs.rs/jabba-lib"
readme = "README.md"
keywords = [
    "utility",
    "utils",
    "python",
    "clipboard",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/jabbalaci/jabba-lib"
resolver = "2"

[dependencies.cfg-if]
version = "1.0.0"

[dependencies.clipboard-win]
version = "4.4.2"

[dependencies.num-bigint]
version = "0.4.3"

[dependencies.once_cell]
version = "1.13.0"

[dependencies.rand]
version = "0.8.5"

[dependencies.shlex]
version = "1.1.0"

[dependencies.which]
version = "4.2.5"