|
|
@ -77,38 +77,38 @@ boa_parser.workspace = true |
|
|
|
boa_string.workspace = true |
|
|
|
boa_string.workspace = true |
|
|
|
serde = { workspace = true, features = ["derive", "rc"] } |
|
|
|
serde = { workspace = true, features = ["derive", "rc"] } |
|
|
|
serde_json.workspace = true |
|
|
|
serde_json.workspace = true |
|
|
|
rand = "0.8.5" |
|
|
|
rand.workspace = true |
|
|
|
num-traits.workspace = true |
|
|
|
num-traits.workspace = true |
|
|
|
regress.workspace = true |
|
|
|
regress.workspace = true |
|
|
|
rustc-hash = { workspace = true, features = ["std"] } |
|
|
|
rustc-hash = { workspace = true, features = ["std"] } |
|
|
|
num-bigint = { workspace = true, features = ["serde"] } |
|
|
|
num-bigint = { workspace = true, features = ["serde"] } |
|
|
|
num-integer = "0.1.46" |
|
|
|
num-integer.workspace = true |
|
|
|
bitflags.workspace = true |
|
|
|
bitflags.workspace = true |
|
|
|
indexmap = { workspace = true, features = ["std"] } |
|
|
|
indexmap = { workspace = true, features = ["std"] } |
|
|
|
ryu-js = "1.0.1" |
|
|
|
ryu-js.workspace = true |
|
|
|
fast-float.workspace = true |
|
|
|
fast-float.workspace = true |
|
|
|
once_cell = { workspace = true, features = ["std"] } |
|
|
|
once_cell = { workspace = true, features = ["std"] } |
|
|
|
tap = "1.0.1" |
|
|
|
tap.workspace = true |
|
|
|
sptr = "0.3.2" |
|
|
|
sptr.workspace = true |
|
|
|
thiserror = "1.0.60" |
|
|
|
thiserror.workspace = true |
|
|
|
dashmap = "5.5.3" |
|
|
|
dashmap.workspace = true |
|
|
|
num_enum = "0.7.2" |
|
|
|
num_enum.workspace = true |
|
|
|
pollster.workspace = true |
|
|
|
pollster.workspace = true |
|
|
|
thin-vec.workspace = true |
|
|
|
thin-vec.workspace = true |
|
|
|
itertools = { version = "0.12.1", default-features = false } |
|
|
|
itertools = { workspace = true, default-features = false } |
|
|
|
icu_normalizer = { workspace = true, features = ["compiled_data"] } |
|
|
|
icu_normalizer = { workspace = true, features = ["compiled_data"] } |
|
|
|
portable-atomic = "1.6.0" |
|
|
|
portable-atomic.workspace = true |
|
|
|
bytemuck = { version = "1.15.0", features = ["derive"] } |
|
|
|
bytemuck = { workspace = true, features = ["derive"] } |
|
|
|
arrayvec = "0.7.4" |
|
|
|
arrayvec.workspace = true |
|
|
|
intrusive-collections = "0.9.6" |
|
|
|
intrusive-collections.workspace = true |
|
|
|
cfg-if = "1.0.0" |
|
|
|
cfg-if.workspace = true |
|
|
|
time.workspace = true |
|
|
|
time.workspace = true |
|
|
|
hashbrown.workspace = true |
|
|
|
hashbrown.workspace = true |
|
|
|
either = { version = "1", optional = true } |
|
|
|
either = { workspace = true, optional = true } |
|
|
|
|
|
|
|
|
|
|
|
# intl deps |
|
|
|
# intl deps |
|
|
|
boa_icu_provider = { workspace = true, features = ["std"], optional = true } |
|
|
|
boa_icu_provider = { workspace = true, features = ["std"], optional = true } |
|
|
|
sys-locale = { version = "0.3.1", optional = true } |
|
|
|
sys-locale = { workspace = true, optional = true } |
|
|
|
icu_provider = { workspace = true, optional = true } |
|
|
|
icu_provider = { workspace = true, optional = true } |
|
|
|
icu_locid = { workspace = true, features = ["serde"], optional = true } |
|
|
|
icu_locid = { workspace = true, features = ["serde"], optional = true } |
|
|
|
icu_locid_transform = { workspace = true, default-features = false, features = ["std", "serde"], optional = true } |
|
|
|
icu_locid_transform = { workspace = true, default-features = false, features = ["std", "serde"], optional = true } |
|
|
@ -127,21 +127,21 @@ fixed_decimal = { workspace = true, features = ["ryu", "experimental"], optional |
|
|
|
tinystr = { workspace = true, optional = true } |
|
|
|
tinystr = { workspace = true, optional = true } |
|
|
|
|
|
|
|
|
|
|
|
# temporal deps |
|
|
|
# temporal deps |
|
|
|
temporal_rs = { version = "0.0.2", optional = true } |
|
|
|
temporal_rs = { workspace = true, optional = true } |
|
|
|
|
|
|
|
|
|
|
|
[target.'cfg(all(target_family = "wasm", not(any(target_os = "emscripten", target_os = "wasi"))))'.dependencies] |
|
|
|
[target.'cfg(all(target_family = "wasm", not(any(target_os = "emscripten", target_os = "wasi"))))'.dependencies] |
|
|
|
web-time = { version = "1.1.0", optional = true } |
|
|
|
web-time = { workspace = true, optional = true } |
|
|
|
|
|
|
|
|
|
|
|
[dev-dependencies] |
|
|
|
[dev-dependencies] |
|
|
|
criterion = "0.5.1" |
|
|
|
criterion.workspace = true |
|
|
|
float-cmp = "0.9.0" |
|
|
|
float-cmp.workspace = true |
|
|
|
indoc.workspace = true |
|
|
|
indoc.workspace = true |
|
|
|
textwrap.workspace = true |
|
|
|
textwrap.workspace = true |
|
|
|
futures-lite = "2.3.0" |
|
|
|
futures-lite.workspace = true |
|
|
|
test-case = "3.3.1" |
|
|
|
test-case.workspace = true |
|
|
|
|
|
|
|
|
|
|
|
[target.x86_64-unknown-linux-gnu.dev-dependencies] |
|
|
|
[target.x86_64-unknown-linux-gnu.dev-dependencies] |
|
|
|
jemallocator = "0.5.4" |
|
|
|
jemallocator.workspace = true |
|
|
|
|
|
|
|
|
|
|
|
[lib] |
|
|
|
[lib] |
|
|
|
crate-type = ["cdylib", "lib"] |
|
|
|
crate-type = ["cdylib", "lib"] |
|
|
|