sorst 0.1.0

A command line tool for sorting lines in portions of text files.
Documentation
# 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 = "sorst"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A command line tool for sorting lines in portions of text files."
readme = "README.md"
license = "AGPL-3.0-only"

[lib]
name = "sorst"
path = "src/lib.rs"

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

[dependencies.clap]
version = "4.5.60"
features = ["derive"]

[dependencies.regex]
version = "1.12.3"

[dependencies.tempfile]
version = "3.25.0"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1.49.0"
features = [
    "macros",
    "rt",
    "rt-multi-thread",
]

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-subscriber]
version = "0.3.22"
features = ["fmt"]

[dev-dependencies.indoc]
version = "2.0.7"

[dev-dependencies.pretty_assertions]
version = "1.4.1"

[dev-dependencies.test-log]
version = "0.2.19"
features = ["trace"]