Skip to content

Commit

Permalink
fix: optional web-time, std only
Browse files Browse the repository at this point in the history
  • Loading branch information
karpfediem committed Jan 15, 2024
1 parent b7109ff commit bfee0f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ lexical-core = { version = "0.8.5", default-features = false, features = [
reqwest = { version = "0.11", features = ["blocking", "json"], optional = true }
tabled = { version = "0.15.0", optional = true }
openssl = { version = "0.10", features = ["vendored"], optional = true }
web-time = { version = "1.0.0" }
web-time = { version = "1.0.0", optional = true }

[target.wasm32-unknown-unknown.dependencies]
js-sys = { version = "0.3" }
Expand Down Expand Up @@ -68,7 +68,7 @@ iai = "0.1"

[features]
default = ["std"]
std = ["serde", "serde_derive"]
std = ["serde", "serde_derive", "web-time"]
asn1der = ["der"]
python = ["std", "asn1der", "pyo3", "ut1"]
ut1 = ["std", "reqwest", "tabled", "openssl"]
Expand Down

0 comments on commit bfee0f7

Please sign in to comment.