ruwuma/Cargo.toml
2020-04-30 17:55:36 +02:00

22 lines
571 B
TOML

[package]
name = "ruma-serde"
description = "De-/serialization helpers for other ruma crates"
documentation = "https://docs.rs/ruma-serde"
license = "MIT"
authors = [
"Jonas Platte <jplatte@posteo.de>",
"Isaiah Inuwa <isaiah.inuwa@gmail.com>",
"Anthony Ramine <n.oxyde@gmail.com>",
]
version = "0.1.2"
repository = "https://github.com/ruma/ruma-serde"
edition = "2018"
[dependencies]
dtoa = "0.4.5"
js_int = { version = "0.1.5", features = ["serde"] }
itoa = "0.4.5"
serde = { version = "1.0.106", features = ["derive"] }
serde_json = "1.0.52"
url = "2.1.1"