|
1 | 1 | [package]
|
2 |
| -authors = ["강동윤 <kdy1997.dev@gmail.com>"] |
3 |
| -description = "CSS apis for rust" |
| 2 | +authors = ["강동윤 <kdy1997.dev@gmail.com>"] |
| 3 | +description = "CSS apis for rust" |
4 | 4 | documentation = "https://rustdoc.swc.rs/swc_css/"
|
5 |
| -edition = "2021" |
6 |
| -license = "Apache-2.0" |
7 |
| -name = "swc_css" |
8 |
| -repository = "https://github.com/swc-project/swc.git" |
9 |
| -version = "0.149.3" |
| 5 | +edition = "2021" |
| 6 | +license = "Apache-2.0" |
| 7 | +name = "swc_css" |
| 8 | +repository = "https://github.com/swc-project/swc.git" |
| 9 | +version = "0.149.3" |
10 | 10 |
|
11 |
| -[package.metadata.docs.rs] |
12 |
| -all-features = true |
13 |
| -rustdoc-args = ["--cfg", "docsrs"] |
| 11 | + [package.metadata.docs.rs] |
| 12 | + all-features = true |
| 13 | + rustdoc-args = ["--cfg", "docsrs"] |
14 | 14 |
|
15 | 15 | [lib]
|
16 | 16 | bench = false
|
17 | 17 |
|
18 | 18 | [features]
|
19 |
| -compat = ["swc_css_compat"] |
| 19 | +compat = ["swc_css_compat"] |
20 | 20 | minifier = ["swc_css_minifier"]
|
21 |
| -modules = ["swc_css_modules"] |
| 21 | +modules = ["swc_css_modules"] |
22 | 22 | prefixer = ["swc_css_prefixer"]
|
23 | 23 |
|
24 | 24 | [dependencies]
|
25 |
| -swc_css_ast = {version = "0.134.2", path = "../swc_css_ast"} |
26 |
| -swc_css_codegen = {version = "0.144.2", path = "../swc_css_codegen"} |
27 |
| -swc_css_compat = {version = "0.20.2", path = "../swc_css_compat", optional = true} |
28 |
| -swc_css_minifier = {version = "0.109.2", path = "../swc_css_minifier", optional = true} |
29 |
| -swc_css_modules = {version = "0.21.3", path = "../swc_css_modules", optional = true} |
30 |
| -swc_css_parser = {version = "0.143.2", path = "../swc_css_parser"} |
31 |
| -swc_css_prefixer = {version = "0.146.2", path = "../swc_css_prefixer", optional = true} |
32 |
| -swc_css_utils = {version = "0.131.2", path = "../swc_css_utils/"} |
33 |
| -swc_css_visit = {version = "0.133.2", path = "../swc_css_visit"} |
| 25 | +swc_css_ast = { version = "0.134.2", path = "../swc_css_ast" } |
| 26 | +swc_css_codegen = { version = "0.144.2", path = "../swc_css_codegen" } |
| 27 | +swc_css_compat = { version = "0.20.2", path = "../swc_css_compat", optional = true } |
| 28 | +swc_css_minifier = { version = "0.109.2", path = "../swc_css_minifier", optional = true } |
| 29 | +swc_css_modules = { version = "0.21.3", path = "../swc_css_modules", optional = true } |
| 30 | +swc_css_parser = { version = "0.143.3", path = "../swc_css_parser" } |
| 31 | +swc_css_prefixer = { version = "0.146.2", path = "../swc_css_prefixer", optional = true } |
| 32 | +swc_css_utils = { version = "0.131.2", path = "../swc_css_utils/" } |
| 33 | +swc_css_visit = { version = "0.133.2", path = "../swc_css_visit" } |
0 commit comments