telereads 0.1.11

@TelereadsBot is an inline bot that allows you to search for books and quickly share them in a conversation.
Documentation
[[bin]]
name = "telereads"
path = "src/main.rs"

[dependencies.ammonia]
version = "4.1"

[dependencies.log]
version = "0.4"

[dependencies.number_prefix]
version = "0.4"

[dependencies.pretty_env_logger]
version = "0.5"

[dependencies.reqwest]
features = ["json", "blocking"]
version = "0.12"

[dependencies.retry]
version = "2.1"

[dependencies.serde]
version = "1"

[dependencies.serde-xml-rs]
version = "0.8"

[dependencies.serde_derive]
version = "1"

[dependencies.serde_json]
version = "1"

[lib]
name = "telereads"
path = "src/lib.rs"

[package]
authors = ["Sergiu Puscas <srg.pscs@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "@TelereadsBot is an inline bot that allows you to search for books and quickly share them in a conversation."
edition = "2024"
keywords = ["telegram", "bot", "goodreads", "books"]
license = "MIT"
name = "telereads"
readme = "README.md"
repository = "https://github.com/harababurel/telereads"
version = "0.1.11"

[profile.dist]
inherits = "release"
lto = "thin"