# 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 = "file_utils_operations" version = "0.1.3" build = false exclude = ["tests_files/custom_delim.txt"] autobins = false autoexamples = false autotests = false autobenches = false description = "This is a python library to parse files, it's giving tools to easily read a file with efficiency. It's based on linux commands like grep, sed, cat, head, tail and tested with them." readme = "README.md" keywords = [ "head", "tail", "parse", "count_lines", "utf", ] categories = ["filesystem"] license-file = "LICENSE" repository = "https://github.com/FlaveFlav20/file-utils-operations" [lib] name = "file_utils_operations_lib" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [[test]] name = "tests_WithCustomDelims_EOL_between" path = "tests/tests_WithCustomDelims_EOL_between.rs" [[test]] name = "tests_WithCustomDelims_EOL_count_lines" path = "tests/tests_WithCustomDelims_EOL_count_lines.rs" [[test]] name = "tests_WithCustomDelims_EOL_head" path = "tests/tests_WithCustomDelims_EOL_head.rs" [[test]] name = "tests_WithCustomDelims_EOL_parse" path = "tests/tests_WithCustomDelims_EOL_parse.rs" [[test]] name = "tests_WithCustomDelims_EOL_tail" path = "tests/tests_WithCustomDelims_EOL_tail.rs" [[test]] name = "tests_WithCustomDelims_between" path = "tests/tests_WithCustomDelims_between.rs" [[test]] name = "tests_WithCustomDelims_count_lines" path = "tests/tests_WithCustomDelims_count_lines.rs" [[test]] name = "tests_WithCustomDelims_head" path = "tests/tests_WithCustomDelims_head.rs" [[test]] name = "tests_WithCustomDelims_parse" path = "tests/tests_WithCustomDelims_parse.rs" [[test]] name = "tests_WithCustomDelims_tail" path = "tests/tests_WithCustomDelims_tail.rs" [[test]] name = "tests_WithEOL_between" path = "tests/tests_WithEOL_between.rs" [[test]] name = "tests_WithEOL_count_lines" path = "tests/tests_WithEOL_count_lines.rs" [[test]] name = "tests_WithEOL_head" path = "tests/tests_WithEOL_head.rs" [[test]] name = "tests_WithEOL_parse" path = "tests/tests_WithEOL_parse.rs" [[test]] name = "tests_WithEOL_tail" path = "tests/tests_WithEOL_tail.rs" [dependencies.pyo3] version = "0.22.0" [dependencies.read_utf8] version = "0.1.1" [dependencies.regex] version = "1.11.1"