# 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 = "zl_todos" version = "0.1.3" authors = ["Zilong Yang "] description = "A simple todo list application written in Rust" homepage = "https://github.com/ZilongYang/rust_slint_todos" readme = "README.md" keywords = [ "zl", "rust", "todos", "slint", "demo", ] categories = [ "development-tools", "utilities", ] license = "MIT" repository = "https://github.com/ZilongYang/rust_slint_todos" [dependencies.serde] version = "1.0.198" features = ["derive"] [dependencies.serde_json] version = "1.0.116" [dependencies.serde_yaml] version = "0.9.33" [dependencies.slint] version = "1.5.1" [dependencies.uuid] version = "1.8.0" features = [ "v4", "serde", ] [build-dependencies.slint-build] version = "1.5.1"