rcut 0.0.35

rcut is a Rust replacement for GNU cut that supports UTF-8.
Documentation
[[bin]]
name = "rcut"
path = "src/main.rs"
[dependencies.clap]
version = "2.33"

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

[package]
authors = ["Viet Le <vietlq85@gmail.com>"]
description = "rcut is a Rust replacement for GNU cut that supports UTF-8."
edition = "2018"
include = ["src/*.rs", "Cargo.toml"]
license = "MIT/Apache-2.0"
name = "rcut"
readme = "README.md"
repository = "https://github.com/vietlq/rcut"
version = "0.0.35"
[profile.release]
debug = false
lto = false
opt-level = 3