11[package ]
22name = " hifitime"
3- version = " 3.8.3 "
3+ version = " 3.8.4 "
44authors = [" Christopher Rabotin <christopher.rabotin@gmail.com>" ]
55description = " Ultra-precise date and time handling in Rust for scientific applications with leap second support"
66homepage = " https://nyxspace.com/"
@@ -18,14 +18,19 @@ crate-type = ["cdylib", "rlib"]
1818name = " hifitime"
1919
2020[dependencies ]
21- serde = {version = " 1.0.155" , optional = true }
22- serde_derive = {version = " 1.0.155" , optional = true }
23- der = {version = " 0.6.1" , features = [" derive" , " real" ], optional = true }
21+ serde = { version = " 1.0.155" , optional = true }
22+ serde_derive = { version = " 1.0.155" , optional = true }
23+ der = { version = " 0.6.1" , features = [" derive" , " real" ], optional = true }
2424pyo3 = { version = " 0.19.0" , features = [" extension-module" ], optional = true }
25- num-traits = {version = " 0.2.15" , default-features = false , features = [" libm" ]}
26- lexical-core = {version = " 0.8.5" , default-features = false , features = [" parse-integers" , " parse-floats" ]}
27- reqwest = { version = " 0.11" , features = [" blocking" , " json" ], optional = true }
28- tabled = {version = " 0.14.0" , optional = true }
25+ num-traits = { version = " 0.2.15" , default-features = false , features = [
26+ " libm" ,
27+ ] }
28+ lexical-core = { version = " 0.8.5" , default-features = false , features = [
29+ " parse-integers" ,
30+ " parse-floats" ,
31+ ] }
32+ reqwest = { version = " 0.11" , features = [" blocking" , " json" ], optional = true }
33+ tabled = { version = " 0.14.0" , optional = true }
2934openssl = { version = " 0.10" , features = [" vendored" ], optional = true }
3035
3136[dev-dependencies ]
@@ -42,7 +47,7 @@ ut1 = ["std", "reqwest", "tabled", "openssl"]
4247
4348[[bench ]]
4449name = " crit_epoch"
45- harness = false
50+ harness = false
4651
4752[[bench ]]
4853name = " crit_duration"
0 commit comments