-
Notifications
You must be signed in to change notification settings - Fork 37
/
Cargo.toml
50 lines (47 loc) · 1.04 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
[workspace]
resolver = "2"
members = ["nova_cli", "nova_vm", "small_string", "tests"]
[workspace.package]
edition = "2021"
version = "0.1.0"
license = "MPL-2.0"
homepage = "https://trynova.dev"
keywords = [
"nova",
"engine",
"language",
"JavaScript",
"TypeScript",
"VM",
"data-oriented",
"data-oriented design"
]
categories = ["development-tools", "programming-languages"]
authors = ["The Nova Team"]
[workspace.dependencies]
ahash = "0.8.11"
clap = { version = "4.5.22", features = ["derive"] }
cliclack = "0.3.5"
console = "0.15.8"
ctrlc = "3.4.5"
fast-float = "0.2.0"
hashbrown = "0.15.2"
num-bigint = "0.4.6"
num-traits = "0.2.19"
oxc_allocator = "0.39.0"
oxc_ast = "0.39.0"
oxc_diagnostics = "0.39.0"
oxc-miette = { version = "1.0.2", features = ["fancy"] }
oxc_parser = "0.39.0"
oxc_semantic = "0.39.0"
oxc_span = "0.39.0"
oxc_syntax = "0.39.0"
oxc_ecmascript = "0.39.0"
rand = "0.8.5"
ryu-js = "1.0.1"
sonic-rs = "0.3.16"
unicode-normalization = "0.1.24"
wtf8 = "0.1"
fast_float = "0.2.0"
[profile.release]
lto = true