# 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 = "read_utf8" version = "0.1.2" build = false exclude = [ "tests_files/DDHC_custom_delims.txt", "tests_files/", "tests_files/DDHC_custom_delims_corrupted.txt", "DDHC_custom_delims_corrupted_ref.txt", ] autobins = false autoexamples = false autotests = false autobenches = false description = "The ReadUTF8 crate allows to easily read a file with efficiency. It allows to read all UTF-8 files encoded, by giving the content between delimiters, or by giving the content character by character." readme = "README.md" keywords = [ "read", "readline", "readchar", "utf8", "utf-8", ] categories = ["filesystem"] license-file = "LICENSE" repository = "https://github.com/FlaveFlav20/ReadUTF8" [lib] name = "read_utf8" crate-type = ["rlib"] path = "src/lib.rs" [[bin]] name = "read_utf8" path = "src/main.rs" [[test]] name = "test_non_ascii_char" path = "tests/test_non_ascii_char.rs" [[test]] name = "test_number_bytes" path = "tests/test_number_bytes.rs" [[test]] name = "test_read_char" path = "tests/test_read_char.rs" [[test]] name = "test_read_delim_EOL" path = "tests/test_read_delim_EOL.rs" [[test]] name = "test_read_delim_custom_delims" path = "tests/test_read_delim_custom_delims.rs" [dependencies]