[package] name = "file_utils_operations" version = "0.1.3" edition = "2021" license-file = "LICENSE" readme = "README.md" repository = "https://github.com/FlaveFlav20/file-utils-operations" 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." keywords = ["head", "tail", "parse", "count_lines", "utf"] categories = ["filesystem"] exclude = ["tests_files/custom_delim.txt"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] name = "file_utils_operations_lib" crate-type = ["cdylib", "rlib"] [dependencies] pyo3 = "0.22.0" read_utf8 = "0.1.1" regex = "1.11.1"