# 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 = "wz-utf8" version = "1.0.1" description = "UTF-8 counters for wz" categories = ["no-std"] license = "MIT" [[bench]] name = "resources" harness = false required-features = ["runtime-dispatch-simd"] [dependencies.bytecount] version = "0.6.3" [dependencies.memchr] version = "2" [dependencies.wz-core] version = "1.0.0" [dev-dependencies.criterion] version = "0.3.6" features = ["html_reports"] [dev-dependencies.rstest] version = "0.15.0" [dev-dependencies.speculoos] version = "0.9.0" [features] runtime-dispatch-simd = ["bytecount/runtime-dispatch-simd"]