daktilo_lib 0.6.1

Turn your keyboard into a typewriter! 📇
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"
rust-version = "1.74.1"
name = "daktilo_lib"
version = "0.6.1"
authors = ["Orhun Parmaksız <orhunparmaksiz@gmail.com>"]
description = "Turn your keyboard into a typewriter! 📇"
homepage = "https://github.com/orhun/daktilo"
readme = "README.md"
keywords = [
    "typewriter",
    "keyboard",
    "nostalgic",
    "type",
]
categories = [
    "command-line-utilities",
    "multimedia",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/orhun/daktilo"

[dependencies.dirs]
version = "5.0.1"

[dependencies.fastrand]
version = "2.0.2"

[dependencies.rdev]
version = "0.5.3"
features = ["serialize"]

[dependencies.regex]
version = "1.10.4"

[dependencies.rodio]
version = "0.17.3"
features = ["symphonia-mp3"]
default-features = false

[dependencies.rust-embed]
version = "8.3.0"
features = [
    "debug-embed",
    "compression",
]

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

[dependencies.serde_regex]
version = "1.1.0"

[dependencies.thiserror]
version = "1.0.58"

[dependencies.tokio]
version = "1.37.0"
features = [
    "macros",
    "rt-multi-thread",
    "sync",
]

[dependencies.toml]
version = "0.8.12"

[dependencies.tracing]
version = "0.1.40"

[dependencies.tracing-subscriber]
version = "0.3.18"
features = ["env-filter"]

[dev-dependencies.pretty_assertions]
version = "1.4.0"