rusty-figlet 0.3.4

Render ASCII-art banners from text — a Rust port of cmatsuoka's `figlet(6)` v2.2.5 with an in-house FIGfont 2.0 parser, all six horizontal smush rules + universal, 12 bundled `.flf` fonts via `include_bytes!`, terminal-width-aware layout, color/rainbow output, byte-equal Strict-mode upstream compatibility, and a typed library API. v0.2: feature layout reorganized — see CHANGELOG. v0.3: toilet feature parity — TLF parser, 10 filters, HTML/IRC/SVG export, truecolor — see CHANGELOG.
Documentation
[licenses]
version = 2
confidence-threshold = 0.93
allow = [
    "MIT",
    "Apache-2.0",
    "Apache-2.0 WITH LLVM-exception",
    # `unicode-ident` 1.0.24+ ships under "(MIT OR Apache-2.0) AND Unicode-3.0";
    # the Unicode-3.0 license is OSI-approved and permissive (Unicode Consortium).
    "Unicode-3.0",
    # Bundled FIGfont files under assets/fonts/ ship under the Artistic License
    # per FR-061 (one-way compatible with permissive redistribution; preserved
    # in each `.flf` comment header and enumerated in THIRD_PARTY.md).
    "Artistic-2.0",
    "Artistic-1.0-Perl",
]

[bans]
multiple-versions = "warn"

[advisories]
version = 2
yanked = "deny"