-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCargo.toml
33 lines (30 loc) · 1.01 KB
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[package]
name = "fltkrs-richdisplay"
version = "1.0.2"
edition = "2021"
rust-version = "1.70.0"
keywords = ["richdisplay", "fltk"]
description = "基于fltk-rs的富文本组件,增强样式组合,支持图文混排,支持分页加载历史数据。"
readme = "README.md"
authors = ["t1000ln <[email protected]>"]
license = "MIT"
categories = ["gui"]
repository = "https://github.com/t1000ln/fltkrs-richdisplay"
#documentation = "https://docs.rs/fltkrs-richdisplay"
exclude = [".git", ".github", ".gitignore", ".idea", "logs", "res/*"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
fltk = { version = "1", features = ["use-ninja"] }
idgenerator-thin = "0"
log = "0"
parking_lot = "0"
tokio = {version = "1", features = ["rt-multi-thread", "macros", "time", "sync", "parking_lot"]}
serde = { version = "1", features = ["derive"] }
once_cell = "1"
debounce_fltk = "0"
regex = "1"
[dev-dependencies]
#simple_logger = "4"
rand = "0"
time = "0"
fast_log = "1"