ruwuma/Cargo.toml
Jonas Platte 981a3aebe2
Bump version again
to 0.2.0 this time, since the revert to plain serde_urlencoded logic was actually a breaking change
2020-05-13 23:00:01 +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.2.0"
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"