# 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 = "utf8-builder" version = "0.1.2" authors = ["Magic Len "] include = [ "src/**/*", "Cargo.toml", "README.md", "LICENSE", ] description = "Build and validate UTF-8 data from chunks. Each chunk doesn't have to be a complete UTF-8 data." homepage = "https://magiclen.org/utf8-builder" readme = "README.md" keywords = [ "utf-8", "string", "character", ] categories = [ "no-std", "encoding", ] license = "MIT" repository = "https://github.com/magiclen/utf8-builder" resolver = "2" [dependencies.utf8-width] version = "0.1" [features] default = ["std"] std = []