meli/ui/Cargo.toml

34 lines
828 B
TOML
Raw Normal View History

[package]
name = "ui"
2019-09-16 13:44:04 +00:00
version = "0.3.0"
authors = ["Manos Pitsidianakis <el13635@mail.ntua.gr>"]
workspace = ".."
2019-06-18 18:13:58 +00:00
edition = "2018"
[dependencies]
xdg = "2.1.0" # >:c
2018-08-19 10:12:48 +00:00
serde = "1.0.71"
serde_derive = "1.0.71"
2019-03-04 10:03:39 +00:00
serde_json = "1.0"
toml = "0.5.3"
crossbeam = "0.7.2"
fnv = "1.0.3" # >:c
linkify = "0.3.1" # >:c
2018-08-06 11:58:54 +00:00
melib = { path = "../melib", version = "*" }
2019-08-01 09:28:36 +00:00
mime_apps = { git = "https://git.meli.delivery/meli/mime_apps", version = "^0.2.0" }
2018-08-06 11:58:54 +00:00
nom = "3.2.0"
notify = "4.0.1" # >:c
notify-rust = "^3" # >:c
2018-08-06 11:58:54 +00:00
termion = "1.5.1"
2019-02-15 07:06:42 +00:00
bincode = "1.0.1"
uuid = { version = "0.6", features = ["serde", "v4"] }
unicode-segmentation = "1.2.1" # >:c
2019-07-22 12:14:39 +00:00
text_processing = { path = "../text_processing", version = "*" }
2019-07-11 08:44:27 +00:00
libc = {version = "0.2.59", features = ["extra_traits",]}
[features]
default = []
# Print tracing logs as meli runs
debug-tracing = []