keepsorted 0.1.8

A tool for sorting blocks of lines in code files
Documentation
[dependencies.clap]
features = ["derive"]
version = "4.0"

[dependencies.once_cell]
version = "1.19.0"

[dependencies.regex]
version = "1"

[dependencies.shell-words]
version = "1.1.0"

[dependencies.similar]
version = "2.7.0"

[dependencies.tempfile]
version = "3.2"

[dev-dependencies.tempfile]
version = "3.2"

[package]
authors = ["Maksym Arutyunyan"]
description = "A tool for sorting blocks of lines in code files"
documentation = "https://docs.rs/keepsorted"
edition = "2021"
keywords = ["sorting", "code", "command-line"]
license = "Apache-2.0"
name = "keepsorted"
readme = "README.md"
repository = "https://github.com/maksym-arutyunyan/keepsorted"
version = "0.1.8"