@@ -27,9 +27,7 @@ num-bigint = { version = "0.4.2", features = ["serde"] }
27
27
num-traits = " 0.2.8"
28
28
num-integer = " 0.1.41"
29
29
num-rational = " 0.4.0"
30
- rand = " 0.8"
31
- getrandom = { version = " 0.2" , features = [" js" ] }
32
- log = " 0.4"
30
+ rustpython-common = { path = " ../common" }
33
31
rustpython-derive = { path = " ../derive" , version = " 0.1.2" }
34
32
rustpython-ast = { path = " ../ast" , optional = true , version = " 0.1" }
35
33
rustpython-parser = { path = " ../parser" , optional = true , version = " 0.1.2" }
@@ -38,6 +36,9 @@ rustpython-compiler-core = { path = "../compiler", optional = true, version = "0
38
36
rustpython-bytecode = { path = " ../bytecode" , version = " 0.1.2" }
39
37
rustpython-jit = { path = " ../jit" , optional = true , version = " 0.1.2" }
40
38
rustpython-pylib = { path = " pylib-crate" , optional = true , version = " 0.1.0" }
39
+ rand = " 0.8"
40
+ getrandom = { version = " 0.2" , features = [" js" ] }
41
+ log = " 0.4"
41
42
serde = { version = " 1.0.66" , features = [" derive" ] }
42
43
caseless = " 0.2.1"
43
44
chrono = { version = " 0.4" , features = [" wasmbind" ] }
@@ -88,7 +89,6 @@ unic-ucd-ident = "0.9"
88
89
flame = { version = " 0.2" , optional = true }
89
90
flamer = { version = " 0.4" , optional = true }
90
91
91
- rustpython-common = { path = " ../common" }
92
92
ascii = " 1.0.0"
93
93
94
94
[target .'cfg(unix)' .dependencies ]
@@ -98,22 +98,12 @@ strum = "0.21"
98
98
strum_macros = " 0.21"
99
99
100
100
[target .'cfg(not(target_arch = "wasm32"))' .dependencies ]
101
- gethostname = " 0.2.0"
102
- socket2 = { version = " 0.4.0" , features = [" all" ] }
103
- dns-lookup = " 1.0"
104
101
rustyline = " 9"
105
- openssl = { version = " 0.10.32" , optional = true }
106
- openssl-sys = { version = " 0.9" , optional = true }
107
- openssl-probe = { version = " 0.1" , optional = true }
108
102
which = " 4.0"
109
- foreign-types-shared = { version = " 0.1" , optional = true }
110
103
111
104
[target .'cfg(any(not(target_arch = "wasm32"), target_os = "wasi"))' .dependencies ]
112
105
num_cpus = " 1"
113
106
114
- [target .'cfg(target_os = "macos")' .dependencies ]
115
- system-configuration = " 0.4"
116
-
117
107
[target .'cfg(windows)' .dependencies ]
118
108
winreg = " 0.8.0"
119
109
schannel = " 0.1"
0 commit comments