# 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 = "kanbanrs" version = "0.2.2" authors = ["Violet White"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A basic kanban task manager written with egui" homepage = "https://github.com/epsilon-phase/kanbanrs/" readme = "README.md" license = "MIT" repository = "https://github.com/epsilon-phase/kanbanrs/" [package.metadata.wix] eula = false license = false path-guid = "1E655838-3829-48A6-9F58-DCA6D556746F" upgrade-guid = "08F7518F-464F-44FF-A58D-1E48F52F59DA" [profile.dist] lto = "thin" inherits = "release" [profile.small_as_can_be] opt-level = "s" lto = true codegen-units = 1 panic = "abort" inherits = "release" strip = true [[bin]] name = "kanbanrs" path = "src/main.rs" [dependencies.chrono] version = "0.4.38" features = ["serde"] [dependencies.clap] version = "4.5.19" features = ["derive"] [dependencies.eframe] version = "0.29.0" [dependencies.env_logger] version = "0.10" features = [ "auto-color", "humantime", ] default-features = false [dependencies.layout-rs] version = "0.1.2" [dependencies.nucleo-matcher] version = "0.3.1" [dependencies.rfd] version = "0.14.1" [dependencies.serde] version = "~1.0" features = ["derive"] [dependencies.serde_json] version = "~1.0" [target."cfg(unix)".dependencies.xdg] version = "~2.5.0"