22 lines
571 B
TOML
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.0"
|
|
repository = "https://github.com/ruma/ruma-serde"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
dtoa = "0.4.5"
|
|
js_int = { version = "0.1.4", features = ["serde"] }
|
|
itoa = "0.4.5"
|
|
serde = { version = "1.0.106", features = ["derive"] }
|
|
serde_json = "1.0.51"
|
|
url = "2.1.1"
|