splitby 1.2.2

Split text by a regex delimiter — a powerful, multi-threaded alternative to cut
# 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 = "2024"
name = "splitby"
version = "1.2.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Split text by a regex delimiter — a powerful, multi-threaded alternative to cut"
homepage = "https://github.com/serenacula/splitby"
readme = "readme.md"
keywords = [
    "split",
    "text",
    "regex",
    "cli",
    "cut",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/serenacula/splitby"

[[bin]]
name = "splitby"
path = "src/main.rs"

[[test]]
name = "tests"
path = "tests/tests.rs"

[dependencies.crossbeam]
version = "0.8.4"

[dependencies.fancy-regex]
version = "0.16.2"

[dependencies.regex]
version = "1.12.2"

[dependencies.unicode-segmentation]
version = "1.12.0"

[dependencies.unicode-width]
version = "0.1"

[dev-dependencies.assert_cmd]
version = "2"

[profile.dist]
inherits = "release"

[profile.release]
lto = true
codegen-units = 1
debug = 0
panic = "abort"
strip = "symbols"