txlib 0.1.2

text based epub library
[package]
name = "txlib"
version = "0.1.2"
edition = "2021"
license = "GPL-3.0"
description = "text based epub library"
homepage = "https://codeberg.org/gneb000/txlib"
documentation = "https://docs.rs/crate/txlib/latest"
repository = "https://codeberg.org/gneb000/txlib"
readme = "README.md"
categories = ["command-line-utilities"]

[dependencies]
epub = "2.0.0"
glob = "0.3.1"
chrono = "0.4.23"
clap = { version = "4.1.4", features = ["derive"] }
rayon = "1.7.0"

[profile.release]
lto = true