# 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.1" authors = ["Julio TreviƱo "] 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" [[bench]] name = "benchmarks" harness = false [dev-dependencies.criterion] version = "0.5.1" features = [ "html_reports", "plotters", ] [dev-dependencies.rand] version = "0.8.5"