diff --git a/lib/Cargo.toml b/lib/Cargo.toml index ab5af087..a71939dc 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -11,8 +11,11 @@ repository = "https://github.com/1Password/typeshare" chrono = { version = "0.4", default-features = false, features = [ "clock", "std", - "wasmbind", ] } serde = { version = "1", features = ["derive"] } serde_json = "1" typeshare-annotation = { path = "../annotation", version = "1.0.4" } + +[features] +default = ["wasmbind"] +wasmbind = ["chrono/wasmbind"]