g60 0.3.2

encodes and decodes G60 as bytes or utf8
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 = "g60"
version = "0.3.2"
authors = ["Julio TreviƱo <julio.tpaez@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "encodes and decodes G60 as bytes or utf8"
documentation = "https://docs.rs/g60"
readme = "README.md"
keywords = [
    "g60",
    "utf8",
    "encode",
    "decode",
]
categories = ["encoding"]
license = "MIT"
repository = "https://github.com/juliotpaez/rust-g60"

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

[[bench]]
name = "benchmarks"
path = "benches/benchmarks.rs"
harness = false

[dev-dependencies.criterion]
version = "0.8.2"
features = [
    "html_reports",
    "plotters",
]

[dev-dependencies.proptest]
version = "1.11.0"

[dev-dependencies.rand]
version = "0.10.1"