[package] name = "ssb-json-msg-data" version = "0.1.2" authors = ["AljoschaMeyer "] edition = "2018" license = "AGPL-3.0" description = "JSON de/serialization matching v8 (nodejs) behavior" repository = "https://github.com/sunrise-choir/legacy-msg-data" documentation = "https://docs.rs/ssb-json-msg-data/" readme = "README.md" keywords = ["json", "ssb", "scuttlebutt"] [dependencies] serde = "1.0.92" serde_derive = "1.0.92" base64 = "0.12.0" indexmap = "1.0.2" lexical-core = "0.7.4" ryu-ecmascript = "0.1.1" encode_unicode = "0.3.5"