[dependencies.html2md]
version = "0.2"
[dependencies.reqwest]
features = ["blocking", "multipart"]
version = "0.11"
[dependencies.thiserror]
version = "1.0"
[dependencies.visible]
optional = true
version = "0.0.1"
[dev-dependencies.tokio]
features = ["full"]
version = "1"
[features]
doc-tests = ["visible"]
[package]
authors = ["nando"]
categories = ["api-bindings"]
description = "Unofficial Rust library to get a Bionic Reading converted string from their Rapid API."
documentation = "https://docs.rs/bionic_reading_api/latest"
edition = "2021"
keywords = ["bionic", "api"]
license-file = "LICENSE"
name = "bionic_reading_api"
readme = "README.md"
repository = "https://github.com/ProgDroid/bionic_reading_api"
version = "0.1.0"