# 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 = "simdutf" version = "0.5.1" build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Unicode validation and transcoding at billions of characters per second" readme = "README.md" keywords = [ "utf8", "unicode", "string", "validation", "simd", ] categories = [ "encoding", "algorithms", "no-std", "text-processing", ] license = "MIT" repository = "https://github.com/Nugine/simdutf-rs" [package.metadata.docs.rs] rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "simdutf" path = "src/lib.rs" [[test]] name = "base64" path = "tests/base64.rs" [[test]] name = "transcoding" path = "tests/transcoding.rs" [[test]] name = "validatation" path = "tests/validatation.rs" [dependencies.bitflags] version = "2.2.1" [build-dependencies.cc] version = "1.0"