-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCargo.toml
30 lines (28 loc) · 866 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
[package]
name = "naps"
version = "0.2.1"
edition = "2021"
description = "NATS server proxy service to relay and forward custom topics and subjects"
homepage = "https://github.com/sonirico/naps"
repository = "https://github.com/sonirico/naps"
readme = "README.md"
keywords = ["nats", "nats-io", "relay", "proxy", "forward"]
categories = ["command-line-utilities"]
license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = "3.0.12"
crossbeam = "0.8.1"
crossterm = "0.22.1"
nats = "0.17.0"
deno_runtime = "0.44.0"
deno_core = "0.118.0"
serde_json = "1.0.78"
serde_v8 = "0.29.0"
rusty_v8 = "0.32.1"
reqwest = "0.11.8"
tokio = { version = "1.16.1", features = ["fs"] }
data-url = "0.1.1"
deno_ast = { version = "0.11.0", features = ["transpiling"] }
tempfile = "3.3.0"
signal-hook = "0.3.4"