[package] name = "spacetimedb-bindgen" version = "0.2.0" edition = "2021" license-file = "LICENSE" description = "Easy support for interacting between SpacetimeDB and Rust." [lib] proc-macro = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] proc-macro2 = "1.0" syn = {version="1.0.57", features=["full","fold"]} quote = "1.0.8" serde = { version = "1.0.136", features = ["derive"] } serde_json = "1.0.81" convert_case = "0.5.0" substring = "1.4.5" regex = "1.5.6" parse_duration = "2.1.1"