podcast 0.2.3

A command line podcast player
# 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 = "podcast"
version = "0.2.3"
authors = ["njaremko <njaremko@gmail.com>"]
description = "A command line podcast player"
license = "GPL-3.0"
repository = "https://github.com/njaremko/podcast"
[dependencies.reqwest]
version = "0.7.1"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.serde_json]
version = "1.0.2"

[dependencies.regex]
version = "0.2"

[dependencies.clap]
version = "2.25.0"

[dependencies.serde]
version = "1.0.10"

[dependencies.serde_derive]
version = "1.0.10"

[dependencies.rayon]
version = "0.8.2"

[dependencies.rss]
version = "0.7"
features = ["from_url"]