slice-command 0.3.0

slice is a command-line tool that allows you to slice the contents of a file using syntax similar to Python's slice notation.
[[bin]]
name = "slice"
path = "src/main.rs"
[dependencies.bytesize]
version = "1.2.0"

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

[package]
categories = ["text-processing", "command-line-utilities"]
description = "slice is a command-line tool that allows you to slice the contents of a file using syntax similar to Python's slice notation."
edition = "2021"
keywords = ["text", "utility", "tool"]
license = "Apache-2.0 OR MIT"
name = "slice-command"
readme = "README.md"
repository = "https://github.com/ChanTsune/slice.git"
version = "0.3.0"