kobo-core 0.3.0

Kobo e-reader device SDK: device database, sysfs/ioctl, rendering, audio pipeline, trait surface
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "kobo-core"
version = "0.3.0"
authors = ["Nayeem Bin Ahsan"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Kobo e-reader device SDK: device database, sysfs/ioctl, rendering, audio pipeline, trait surface"
documentation = "https://docs.rs/kobo-core"
readme = "README.md"
keywords = [
    "kobo",
    "ereader",
    "e-ink",
    "embedded",
    "framebuffer",
]
categories = [
    "embedded",
    "hardware-support",
    "multimedia::audio",
]
license = "MIT"
repository = "https://github.com/Nayeem170/kobo-core"

[features]
audio = []
default = [
    "device",
    "rendering",
    "audio",
    "reader",
]
device = []
reader = [
    "dep:epub",
    "dep:scraper",
    "dep:ego-tree",
    "dep:thiserror",
]
rendering = []

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

[dependencies.ego-tree]
version = "0.6"
optional = true

[dependencies.epub]
version = "2"
optional = true

[dependencies.fontdue]
version = "0.9"

[dependencies.image]
version = "0.25"
features = [
    "png",
    "jpeg",
    "gif",
    "bmp",
]
default-features = false

[dependencies.kothok-edge-tts]
version = "0.2.8"

[dependencies.libc]
version = "0.2"

[dependencies.log]
version = "0.4"

[dependencies.rubato]
version = "0.15"

[dependencies.rustybuzz]
version = "0.18"

[dependencies.scraper]
version = "0.20"
optional = true

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.symphonia]
version = "0.5"
features = [
    "mp3",
    "pcm",
]
default-features = false

[dependencies.thiserror]
version = "1"
optional = true

[dependencies.tokio]
version = "1"
features = [
    "rt",
    "rt-multi-thread",
    "macros",
    "time",
    "sync",
    "net",
    "io-util",
]

[dev-dependencies.tempfile]
version = "3"

[dev-dependencies.zip]
version = "0.6"