# 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 = "daktilo-tray" version = "0.1.0" authors = ["Nguyen Duc Toan "] description = "daktilo-tray brings the typewriter emulator daktilo to the tray" readme = "README.md" keywords = [ "tray", "keyboard", "typewriter", "type", "nostalgic", ] categories = ["emulators"] license-file = "LICENSE" repository = "https://github.com/ndtoan96/daktilo-tray" [dependencies.daktilo_lib] version = "0.6.1" [dependencies.directories] version = "5.0.1" [dependencies.image] version = "0.25.1" [dependencies.rdev] version = "0.5.3" [dependencies.rodio] version = "0.17.3" [dependencies.serde] version = "1.0.198" features = ["derive"] [dependencies.tao] version = "0.27.0" [dependencies.toml] version = "0.8.12" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] [dependencies.tray-icon] version = "0.13.4" [build-dependencies.winres] version = "0.1.12"