site/lib/jsonfeed/Cargo.toml

16 lines
443 B
TOML
Raw Normal View History

2020-07-14 16:07:40 +00:00
[package]
authors = ["Paul Woolcock <paul@woolcock.us>", "Christine Dodrill <me@christine.website>"]
2020-07-14 16:07:40 +00:00
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.3.0"
2020-07-14 16:07:40 +00:00
[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"