meli/melib/Cargo.toml

28 lines
651 B
TOML
Raw Normal View History

[package]
name = "melib"
2019-09-16 16:44:04 +03:00
version = "0.3.0"
authors = ["Manos Pitsidianakis <el13635@mail.ntua.gr>"]
workspace = ".."
2019-06-18 21:13:58 +03:00
edition = "2018"
[dependencies]
2018-08-06 14:58:54 +03:00
bitflags = "1.0"
2019-02-15 09:06:42 +02:00
chrono = { version = "0.4", features = ["serde"] }
crossbeam = "0.7.2"
2018-07-24 20:20:32 +03:00
data-encoding = "2.1.1"
encoding = "0.2.33"
2018-08-06 14:58:54 +03:00
fnv = "1.0.3"
memmap = "0.5.2"
nom = "3.2.0"
notify = "4.0.1"
notify-rust = "^3"
termion = "1.5.1"
2018-08-06 14:58:54 +03:00
xdg = "2.1.0"
native-tls = "0.2"
serde = "1.0.71"
serde_derive = "1.0.71"
bincode = "1.0.1"
2019-02-15 09:06:42 +02:00
uuid = { version = "0.6", features = ["serde", "v4"] }
2019-07-22 15:14:39 +03:00
text_processing = { path = "../text_processing", version = "*" }
2019-07-11 11:44:27 +03:00
libc = {version = "0.2.59", features = ["extra_traits",]}