# 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 = "byteutils" version = "0.1.0" authors = ["falcon71181"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust library that provides a collection of frequently used utility functions for working with bytes, strings, and vectors. It includes common tasks such as converting between strings and byte arrays, manipulating strings, and performing common operations on vectors." documentation = "https://github.com/0xSSOMPW/byteutils/blob/master/README.md" readme = "README.md" keywords = [ "utils", "string", "byte", "vec", "library", ] categories = [ "encoding", "text-processing", "data-structures", "algorithms", "development-tools::build-utils", ] license = "MIT" license-file = "LICENSE" repository = "https://github.com/0xSSOMPW/byteutils" [lib] name = "byteutils" path = "src/lib.rs" [dependencies.regex] version = "1.11.0"