-
-
Notifications
You must be signed in to change notification settings - Fork 47
/
Cargo.toml
39 lines (31 loc) · 855 Bytes
/
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
34
35
36
37
38
39
[package]
name = "sniprun"
version = "1.3.16"
authors = ["michaelb <[email protected]>"]
rust-version = "1.65"
edition = "2018"
[features]
ignore_in_ci = []
[profile.release]
strip = true
[build-dependencies]
# cc="*"
[dependencies]
neovim-lib = "0.6.1"
log = "0.4.18"
log-panics = { version = "2", features = ["with-backtrace"] }
simple-logging = "2.0"
close_fds = "0.3"
thiserror = "1.0"
dirs = "5.0"
regex = "1.0" # up-to-date-regex needs a more recent Rust version
strip-ansi-escapes = "0.2"
libc = "0.2.79"
serial_test = "2.0"
# jupyter-client = { git = "https://gitlab.com/srwalker101/rust-jupyter-client.git", branch = "dev" }
rmp = "=0.8.8" # fix rmp version because it breaks MSRV
# Python3 interpreter
unindent = "0.2"
# Http interpreter
ureq = { version = "2", features = ["json", "native-certs"] }
http-rest-file = "0.5.1"