# 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 = "2021" rust-version = "1.65.0" name = "aki-mcycle" version = "0.1.29" authors = ["aki "] build = "build.rs" description = """ mark up text with cycling color """ readme = "README.md" keywords = [ "text", "filter", ] categories = [ "command-line-utilities", "text-processing", ] license = "MIT OR Apache-2.0" repository = "https://github.com/aki-akaguma/aki-mcycle" [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. """ features = ["debian_build"] maintainer = "aki " priority = "optional" section = "AAA-text" separate-debug-symbols = true [lib] name = "libaki_mcycle" crate-type = ["lib"] path = "src/lib.rs" [[bin]] name = "aki-mcycle" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.flood-tide] version = "0.2" features = ["stop_at_mm"] default-features = true [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 = "2.0" [build-dependencies.rust-version-info-file] version = "0.1" [features] debian_build = [] default = []