# 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_reader" version = "0.7.0" authors = ["DvorakChen"] description = "A UTF-8 reader that read UTF-8 characters from object that implement Read trait" homepage = "https://github.com/dvorakchen/utf8reader" documentation = "https://docs.rs/utf8_reader/" readme = "README.md" keywords = [ "utf-8", "reader", ] license = "MIT" repository = "https://github.com/dvorakchen/utf8reader" [dependencies]