# 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.70.0" name = "show_chars" version = "0.1.0" authors = ["t1000ln "] exclude = [ ".github", ".gitignore", "src/resource/NotoColorEmoji.ttf", ] description = "This is a manual application that assists in the development process of FLTK." homepage = "https://easymud.net/show_chars" readme = "README.md" keywords = [ "fltk", "unicode", "ascii", "emoji", "ansi", ] categories = ["gui"] license = "MIT" repository = "https://github.com/t1000ln/show_chars" [dependencies.bitflags] version = "2" [dependencies.fltk] version = "1" [dependencies.fltk-table] version = "0" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [build-dependencies.fl2rust] version = "0"