# 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 = "pimalaya" version = "0.0.5" authors = ["soywod "] description = "Deprecated" readme = "README.md" keywords = ["deprecated"] categories = [] license = "MIT" [package.metadata.docs.rs] all-features = true [dependencies.log] version = "0.4" optional = true [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.serde_json] version = "1.0" optional = true [dev-dependencies.env_logger] version = "0.10.0" [features] default = [] pomodoro = [ "pomodoro-client", "pomodoro-server", "log", "serde", "serde_json", ] pomodoro-client = [] pomodoro-server = [] pomodoro-tcp = [ "pomodoro-tcp-binder", "pomodoro-tcp-client", ] pomodoro-tcp-binder = ["pomodoro-server"] pomodoro-tcp-client = ["pomodoro-client"]