forked from swc-project/swc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
42 lines (36 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
40
41
42
[workspace]
[package]
name = "swc"
version = "0.1.0"
authors = ["강동윤 <[email protected]>"]
license = "Apache-2.0/MIT"
repository = "https://github.com/swc-project/swc.git"
documentation = "https://swc-project.github.io/rustdoc/swc/"
description = "Speedy web compiler"
edition = "2018"
[lib]
name = "swc"
[dependencies]
swc_atoms = { path ="./atoms" }
swc_common = { path ="./common" }
swc_ecmascript = { path ="./ecmascript" }
log = { version = "0.4", features = ["release_max_level_info"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
failure = "0.1"
path-clean = "0.1"
once_cell = "1"
hashbrown = "0.6"
regex = "1"
either = "1"
dashmap = "=3.4.0"
sourcemap = "5"
[dev-dependencies]
testing = { path = "./testing" }
walkdir = "2"
rayon = "1"
[[example]]
name = "usage"
[profile.bench]
codegen-units = 1
#lto = true