typeshare 1.0.4

Seamlessly share type definitions across multiple languages for FFI interoperability
Documentation
[dependencies.chrono]
default-features = false
features = ["clock", "std"]
version = "0.4"

[dependencies.serde]
features = ["derive"]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.typeshare-annotation]
version = "1.0.4"

[features]
default = ["wasmbind"]
wasmbind = ["chrono/wasmbind"]

[package]
description = "Seamlessly share type definitions across multiple languages for FFI interoperability"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "typeshare"
readme = "README.md"
repository = "https://github.com/1Password/typeshare"
version = "1.0.4"