2020-07-14 16:07:40 +00:00
|
|
|
[package]
|
|
|
|
authors = ["Paul Woolcock <paul@woolcock.us>"]
|
|
|
|
description = "Parser for the JSONFeed (http://jsonfeed.org) specification\n"
|
|
|
|
documentation = "https://docs.rs/jsonfeed"
|
|
|
|
homepage = "https://github.com/pwoolcoc/jsonfeed"
|
|
|
|
license = "MIT/Apache-2.0"
|
|
|
|
name = "jsonfeed"
|
|
|
|
readme = "README.adoc"
|
|
|
|
version = "0.2.0"
|
|
|
|
|
|
|
|
[dependencies]
|
2020-07-14 17:27:52 +00:00
|
|
|
error-chain = "0.12"
|
2020-07-14 16:07:40 +00:00
|
|
|
serde = "1"
|
|
|
|
serde_derive = "1"
|
|
|
|
serde_json = "1"
|