# 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 = "k_means-interactive" version = "0.1.0" authors = ["Tomasz Nehring"] description = "An interactive & specialized version of k-means. Has GUI which allows for convenient stepping through the algorithm." license = "MIT" repository = "https://github.com/siiir/k_means-interactive" [profile.f_compile] opt-level = 0 lto = false codegen-units = 256 debug = 0 incremental = true inherits = "dev" strip = "none" [lib] name = "k_means" [dependencies.slint] version = "1.5.1" [build-dependencies.slint-build] version = "1.5.1"