quick_atom 0.1.0

quick wrapper around the atom_syndication crate
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "quick_atom"
version = "0.1.0"
authors = ["Joost Yervante Damad <joost@damad.be>"]
description = "quick wrapper around the atom_syndication crate"
documentation = "https://docs.rs/crate/quick_atom"
readme = "README.md"
keywords = ["atom", "feed", "parser", "parsing"]
categories = ["parser-implementations"]
license = "MIT/Apache-2.0"
repository = "https://github.com/andete/quick_atom"
[dependencies.atom_syndication]
version = "0.5"

[dependencies.chrono]
version = "0.4"

[dependencies.failure]
version = "0.1"

[dependencies.failure_derive]
version = "0.1"

[dependencies.log]
version = "0.4"
[badges.travis-ci]
repository = "andete/quick_atom"