# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "is_utf8" version = "0.1.4" authors = ["Árni Dagur "] description = "Provides functions to determine if a sequence of bytes is valid utf-8." license = "MIT OR Apache-2.0" repository = "https://github.com/ArniDagur/rust-isutf8" [package.metadata.docs.rs] rustdoc-args = ["--cfg dox"] [[bench]] name = "validate-utf8" path = "benchmarks/validate-utf8.rs" harness = false [dev-dependencies.criterion] version = "0.3"