|
|
@ -13,13 +13,13 @@ documentation = "https://docs.rs/oxsdatatypes" |
|
|
|
edition.workspace = true |
|
|
|
edition.workspace = true |
|
|
|
rust-version.workspace = true |
|
|
|
rust-version.workspace = true |
|
|
|
|
|
|
|
|
|
|
|
[dependencies] |
|
|
|
|
|
|
|
thiserror.workspace = true |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[features] |
|
|
|
[features] |
|
|
|
js = ["js-sys"] |
|
|
|
js = ["js-sys"] |
|
|
|
custom-now = [] |
|
|
|
custom-now = [] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[dependencies] |
|
|
|
|
|
|
|
thiserror.workspace = true |
|
|
|
|
|
|
|
|
|
|
|
[target.'cfg(all(target_family = "wasm", target_os = "unknown"))'.dependencies] |
|
|
|
[target.'cfg(all(target_family = "wasm", target_os = "unknown"))'.dependencies] |
|
|
|
js-sys = { workspace = true, optional = true } |
|
|
|
js-sys = { workspace = true, optional = true } |
|
|
|
|
|
|
|
|
|
|
|