# 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 = "2018" name = "unweave" version = "1.0.0" authors = ["Alexandros Frantzis "] exclude = ["/.github/**"] description = "A command-line tool to unweave interleaved streams of text lines using regular expression matching" homepage = "https://github.com/afrantzis/unweave" documentation = "https://docs.rs/unweave" readme = "README.md" keywords = [ "regex", "unweave", "text", ] categories = ["command-line-utilities"] license = "GPL-3.0-or-later" repository = "https://github.com/afrantzis/unweave" [profile.debugoptimized] debug = true inherits = "release" [profile.release] lto = true codegen-units = 1 [dependencies.ahash] version = "0.8" [dependencies.anyhow] version = "1.0" [dependencies.getopts] version = "0.2" [dependencies.memchr] version = "2" [dependencies.memmap] version = "0.7" [dependencies.regex] version = "1" [dependencies.unicode-segmentation] version = "1" [dev-dependencies.tempdir] version = "0.3"