mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-23 17:35:00 +00:00
Loosen dependencies
This commit is contained in:
parent
945fe1aa45
commit
adec5ae066
@ -21,39 +21,39 @@ repository = "gyscos/cursive"
|
|||||||
repository = "gyscos/cursive"
|
repository = "gyscos/cursive"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
enum-map = "0.6.0"
|
enum-map = "0.6"
|
||||||
enumset = "1.0.0"
|
enumset = "1"
|
||||||
log = "0.4.8"
|
log = "0.4"
|
||||||
owning_ref = "0.4.0"
|
owning_ref = "0.4"
|
||||||
unicode-segmentation = "1.3.0"
|
unicode-segmentation = "1"
|
||||||
unicode-width = "0.1.5"
|
unicode-width = "0.1"
|
||||||
xi-unicode = "0.2.0"
|
xi-unicode = "0.2"
|
||||||
libc = "0.2.60"
|
libc = "0.2"
|
||||||
crossbeam-channel = "0.4.0"
|
crossbeam-channel = "0.4"
|
||||||
lazy_static = "1"
|
lazy_static = "1"
|
||||||
chrono = "0.4.7"
|
chrono = "0.4"
|
||||||
ahash = "0.4"
|
ahash = "0.4"
|
||||||
|
|
||||||
[dependencies.toml]
|
[dependencies.toml]
|
||||||
optional = true
|
optional = true
|
||||||
version = "0.5.1"
|
version = "0.5"
|
||||||
|
|
||||||
[dependencies.num]
|
[dependencies.num]
|
||||||
default-features = false
|
default-features = false
|
||||||
version = "0.3.0"
|
version = "0.3"
|
||||||
|
|
||||||
[dependencies.pulldown-cmark]
|
[dependencies.pulldown-cmark]
|
||||||
default-features = false
|
default-features = false
|
||||||
optional = true
|
optional = true
|
||||||
version = "0.7.0"
|
version = "0.7"
|
||||||
|
|
||||||
[target.'cfg(unix)'.dependencies]
|
[target.'cfg(unix)'.dependencies]
|
||||||
signal-hook = "0.1"
|
signal-hook = "0.1"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
rand = "0.7.0"
|
rand = "0.7"
|
||||||
pretty-bytes = "0.2.2"
|
pretty-bytes = "0.2"
|
||||||
atty = "0.2.13"
|
atty = "0.2"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
markdown = ["pulldown-cmark"]
|
markdown = ["pulldown-cmark"]
|
||||||
|
@ -16,21 +16,21 @@ features = ["unstable_scroll", "markdown", "toml"]
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
cursive_core = { path = "../cursive-core", version="0.1.1-alpha.0" }
|
cursive_core = { path = "../cursive-core", version="0.1.1-alpha.0" }
|
||||||
crossbeam-channel = "0.4.0"
|
crossbeam-channel = "0.4"
|
||||||
cfg-if = "0.1.9"
|
cfg-if = "0.1"
|
||||||
enumset = "1.0.0"
|
enumset = "1"
|
||||||
unicode-segmentation = "1.3.0"
|
unicode-segmentation = "1"
|
||||||
unicode-width = "0.1.5"
|
unicode-width = "0.1"
|
||||||
lazy_static = "1"
|
lazy_static = "1"
|
||||||
libc = "0.2.60"
|
libc = "0.2"
|
||||||
term_size = { version = "0.3", optional = true }
|
term_size = { version = "0.3", optional = true }
|
||||||
maplit = { version = "1.0", optional = true }
|
maplit = { version = "1.0", optional = true }
|
||||||
log = "0.4.8"
|
log = "0.4"
|
||||||
ahash = "0.4"
|
ahash = "0.4"
|
||||||
|
|
||||||
[dependencies.bear-lib-terminal]
|
[dependencies.bear-lib-terminal]
|
||||||
optional = true
|
optional = true
|
||||||
version = "2.0.0"
|
version = "2"
|
||||||
|
|
||||||
[dependencies.ncurses]
|
[dependencies.ncurses]
|
||||||
features = ["wide"]
|
features = ["wide"]
|
||||||
@ -40,20 +40,20 @@ version = "5.99.0"
|
|||||||
[dependencies.pancurses]
|
[dependencies.pancurses]
|
||||||
features = ["wide"]
|
features = ["wide"]
|
||||||
optional = true
|
optional = true
|
||||||
version = "0.16.1"
|
version = "0.16"
|
||||||
|
|
||||||
[dependencies.termion]
|
[dependencies.termion]
|
||||||
optional = true
|
optional = true
|
||||||
version = "1.5.3"
|
version = "1"
|
||||||
|
|
||||||
[dependencies.crossterm]
|
[dependencies.crossterm]
|
||||||
optional = true
|
optional = true
|
||||||
version = "0.17"
|
version = "0.17"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
rand = "0.7.0"
|
rand = "0.7"
|
||||||
pretty-bytes = "0.2.2"
|
pretty-bytes = "0.2"
|
||||||
atty = "0.2.13"
|
atty = "0.2"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
blt-backend = ["bear-lib-terminal"]
|
blt-backend = ["bear-lib-terminal"]
|
||||||
|
Loading…
Reference in New Issue
Block a user