mobi 0.2.1

An implementation of .mobi format data parsing and manipulation, written in Rust.
Documentation
[package]
name = "mobi"
version = "0.2.1"
authors = ["wojciechkepka <wojtek.kepka@protonmail.com>"]
edition = "2018"
license = "Apache-2.0"
repository = "https://github.com/wojciechkepka/mobi-rs"
keywords = ["mobi", "ebook", "library", "e-book", "format"]
readme = "readme.md"
categories = ["parsing"]
description = "An implementation of .mobi format data parsing and manipulation, written in Rust."
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
name = "mobi"

[dependencies]
byteorder = "1.3.2"
chrono = "0.4"