aki-mcycle 0.1.28

mark up text with cycling color
Documentation
[[bin]]
name = "aki-mcycle"
path = "src/main.rs"
[build-dependencies.rust-version-info-file]
version = "0.1"

[build-dependencies.rustc_version]
version = "0.4"
[dependencies.anyhow]
version = "1.0"

[dependencies.flood-tide]
default-features = true
features = ["stop_at_mm"]
version = "0.2"

[dependencies.memx-cdy]
version = "0.1"

[dependencies.regex]
version = "1.7"

[dependencies.runnel]
version = "0.3"
[dev-dependencies.exec-target]
version = "0.2"

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

[features]
debian_build = []
default = []

[lib]
crate-type = ["lib"]
name = "libaki_mcycle"
path = "src/lib.rs"

[package]
authors = ["aki <aki.akaguma@hotmail.com>"]
build = "build.rs"
categories = ["command-line-utilities", "text-processing"]
description = "mark up text with cycling color\n"
edition = "2021"
keywords = ["text", "filter"]
license = "MIT OR Apache-2.0"
name = "aki-mcycle"
readme = "README.md"
repository = "https://github.com/aki-akaguma/aki-mcycle"
rust-version = "1.56.0"
version = "0.1.28"
[package.metadata.deb]
assets = [["target/release/aki-mcycle", "usr/bin/", "755"], ["target/rust-version-info.txt", "usr/share/doc/aki-mcycle/", "644"], ["README.md", "usr/share/doc/aki-mcycle/", "644"]]
depends = "$auto"
extended-description = "This program is mark up text with cycling color.\n"
features = ["debian_build"]
maintainer = "aki <aki.akaguma@hotmail.com>"
priority = "optional"
section = "AAA-text"
separate-debug-symbols = true