libgb 0.1.0

Collection of utility algorithms
Documentation
[[bin]]
name = "libgb"
path = "src/main.rs"

[dependencies.base64]
version = "0.22.1"

[dependencies.clap]
features = ["derive"]
version = "4.5.39"

[dependencies.proptest]
version = "1.9.0"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Collection of utility algorithms"
edition = "2024"
license = "MIT"
name = "libgb"
readme = "README.md"
repository = "https://github.com/gagan405/libr"
version = "0.1.0"