# 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 = "fltkrs-richdisplay" version = "1.0.2" authors = ["t1000ln "] exclude = [ ".git", ".github", ".gitignore", ".idea", "logs", "res/*", ] description = "基于fltk-rs的富文本组件,增强样式组合,支持图文混排,支持分页加载历史数据。" readme = "README.md" keywords = [ "richdisplay", "fltk", ] categories = ["gui"] license = "MIT" repository = "https://github.com/t1000ln/fltkrs-richdisplay" [dependencies.debounce_fltk] version = "0" [dependencies.fltk] version = "1" features = ["use-ninja"] [dependencies.idgenerator-thin] version = "0" [dependencies.log] version = "0" [dependencies.once_cell] version = "1" [dependencies.parking_lot] version = "0" [dependencies.regex] version = "1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.tokio] version = "1" features = [ "rt-multi-thread", "macros", "time", "sync", "parking_lot", ] [dev-dependencies.fast_log] version = "1" [dev-dependencies.rand] version = "0" [dev-dependencies.time] version = "0"