aboutsummaryrefslogtreecommitdiff
path: root/lib/jsonfeed/Cargo.toml
blob: a99aa47b34e1b836172fa47b83b4b6d153d85187 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
authors = ["Paul Woolcock <paul@woolcock.us>", "Xe Iaso <me@xeiaso.net>"]
description = "Parser for the JSONFeed (https://jsonfeed.org) specification"
documentation = "https://docs.rs/xe_jsonfeed"
homepage = "https://github.com/Xe/site"
license = "MIT/Apache-2.0"
name = "xe_jsonfeed"
readme = "README.adoc"
version = "0.3.0"

[dependencies]
error-chain = "0.12"
serde = "1"
serde_derive = "1"
serde_json = "1"

xesite_types = { path = "../xesite_types" }