# 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" rust-version = "1.63.0" name = "parseit" version = "0.1.2" authors = ["Orhun Parmaksız "] include = [ "Cargo.toml", "src/**/*", "LICENSE-*", "README.md", "CHANGELOG.md", ] description = "Simple text file parsing library powered by regex and glob patterns" homepage = "https://github.com/orhun/parseit" readme = "README.md" keywords = [ "text", "parser", "regex", "glob", ] categories = ["parsing"] license = "MIT OR Apache-2.0" repository = "https://github.com/orhun/parseit" [dependencies.flate2] version = "1.0.25" optional = true [dependencies.globwalk] version = "0.8.1" [dependencies.regex] version = "1.7.1" [dependencies.thiserror] version = "1.0.38" [features] gzip = ["flate2"]