# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "figfont" version = "0.1.1" authors = ["shurizzle "] description = "Read and parse a FIGlet font in plain or zipped format." homepage = "https://github.com/shurizzle/rust-figfont" documentation = "https://docs.rs/figfont" readme = "README.md" keywords = ["figlet", "fonts", "tui"] categories = ["algorithms", "command-line-interface", "graphics", "parser-implementations"] license = "WTFPL" repository = "https://github.com/shurizzle/rust-figfont" [dependencies.bitflags] version = "1.2.1" [dependencies.encoding] version = "0.2.33" [dependencies.thiserror] version = "1.0.25" [dependencies.unicode-segmentation] version = "1.7.1" [dependencies.unicode-width] version = "0.1.8" [dependencies.zip] version = "0.5.12" optional = true [features] default = ["zip"]