gen-epub-book 2.3.2

Generate an ePub book from a simple plaintext descriptor
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 = "gen-epub-book"
version = "2.3.2"
authors = ["nabijaczleweli <nabijaczleweli@gmail.com>", "nicohman <nicohman@demenses.net>"]
description = "Generate an ePub book from a simple plaintext descriptor"
documentation = "https://rawcdn.githack.com/nabijaczleweli/gen-epub-book.rs/doc/gen_epub_book/index.html"
readme = "README.md"
keywords = ["generate", "ePub", "ebook", "e-book", "book"]
categories = ["encoding", "text-processing"]
license = "MIT"
repository = "https://github.com/nabijaczleweli/gen-epub-book.rs"

[[bin]]
name = "gen-epub-book"
test = false
doc = false
[dependencies.chrono]
version = "0.4"

[dependencies.clap]
version = "2.32"

[dependencies.lazy_static]
version = "1.1"

[dependencies.mime_guess]
version = "1.8"

[dependencies.regex]
version = "1.0"

[dependencies.reqwest]
version = "0.9"

[dependencies.url]
version = "1.7"

[dependencies.uuid]
version = "0.7"
features = ["v4"]

[dependencies.zip]
version = "0.4"