-
-
Notifications
You must be signed in to change notification settings - Fork 35.5k
Expand file tree
/
Copy pathCargo.toml
More file actions
36 lines (30 loc) · 908 Bytes
/
Cargo.toml
File metadata and controls
36 lines (30 loc) · 908 Bytes
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
# This file defines all third-party Rust dependencies approved for use
# in Node.js.
[package]
edition = "2021"
name = "node_crates"
version = "0.1.0"
rust-version = "1.82"
[lib]
crate-type = ["staticlib"]
[dependencies]
# Pin all temporal dependencies to the last version support rustc 1.82
icu_calendar = "~2.0.0"
icu_calendar_data = "~2.0.0"
icu_collections = "~2.0.0"
icu_locale = "~2.0.0"
icu_locale_core = "~2.0.0"
icu_locale_data = "~2.0.0"
icu_provider = "~2.0.0"
timezone_provider = "=0.1.0"
[dependencies.temporal_capi]
version = "=0.1.0"
features = ["zoneinfo64"]
[dependencies.temporal_rs]
version = "=0.1.0"
default-features = false
# This is necessary to enable a spec-compliance quirk when upgrading to v0.1.2
# features = ["float64_representable_durations"]
[patch.crates-io]
# Float https://github.com/unicode-org/icu4x/pull/7658 until crate is updated.
resb = { path="patches/resb" }