# 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" rust-version = "1.61" name = "unicode-simd" version = "0.0.1" description = "SIMD-accelerated Unicode validation and transcoding" readme = "README.md" keywords = [ "utf8", "unicode", "string", "validation", "simd", ] categories = [ "encoding", "algorithms", "no-std", "text-processing", ] license = "MIT" repository = "https://github.com/Nugine/simd" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.simd-abstraction] version = "0.7.0" [dev-dependencies.rand] version = "0.8.5" [features] alloc = ["simd-abstraction/alloc"] default = [ "std", "detect", ] detect = ["simd-abstraction/detect"] std = [ "alloc", "simd-abstraction/std", ] unstable = ["simd-abstraction/unstable"] [target."cfg(target_arch=\"wasm32\")".dev-dependencies.getrandom] version = "0.2.7" features = ["js"] [target."cfg(target_arch=\"wasm32\")".dev-dependencies.wasm-bindgen-test] version = "0.3.31"