txlib 0.1.1

text based epub library
[package]
name = "txlib"
version = "0.1.1"
edition = "2021"
license = "GPL-3.0-or-later"
description = "text based epub library"
homepage = "https://github.com/gneb000/txlib"
documentation = "https://github.com/gneb000/txlib/blob/master/README.md"
repository = "https://github.com/gneb000/txlib"
readme = "README.md"
categories = ["command-line-utilities"]

[dependencies]
epub = "2.0.0"
glob = "0.3.1"
chrono = "0.4.23"
dirs = "5.0.0"
open = "4.0.2"
clap = { version = "4.1.4", features = ["derive"] }

[profile.release]
lto = true