2018-07-20 09:15:06 +00:00
|
|
|
[package]
|
|
|
|
name = "ui"
|
2019-09-16 13:44:04 +00:00
|
|
|
version = "0.3.0"
|
2019-06-10 14:28:43 +00:00
|
|
|
authors = ["Manos Pitsidianakis <el13635@mail.ntua.gr>"]
|
2018-07-20 09:15:06 +00:00
|
|
|
workspace = ".."
|
2019-06-18 18:13:58 +00:00
|
|
|
edition = "2018"
|
2018-07-20 09:15:06 +00:00
|
|
|
|
|
|
|
[dependencies]
|
2019-03-18 10:45:33 +00:00
|
|
|
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"
|
2019-08-25 11:14:54 +00:00
|
|
|
toml = "0.5.3"
|
2019-09-09 09:53:39 +00:00
|
|
|
crossbeam = "0.7.2"
|
2019-03-18 10:45:33 +00:00
|
|
|
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"
|
2019-03-18 10:45:33 +00:00
|
|
|
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"
|
2018-07-24 13:55:00 +00:00
|
|
|
uuid = { version = "0.6", features = ["serde", "v4"] }
|
2019-05-01 10:50:17 +00:00
|
|
|
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",]}
|
2019-09-23 06:36:46 +00:00
|
|
|
|
|
|
|
[features]
|
|
|
|
default = []
|
|
|
|
|
|
|
|
# Print tracing logs as meli runs
|
|
|
|
debug-tracing = []
|