# 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" rust-version = "1.70.0" name = "iced_af" version = "0.4.1" authors = ["Rizzen Yazston"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "The iced application framework project." readme = "README.asciidoc" keywords = [] categories = ["rust-patterns"] license = "BSD-3-Clause" repository = "https://github.com/rizzen-yazston/iced_af" [lib] name = "iced_af" path = "src/lib.rs" [[bin]] name = "example" path = "src/main.rs" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.11" features = ["derive"] [dependencies.dirs] version = "5.0.1" [dependencies.i18n-rizzen-yazston] version = "0.10.0" features = [ "icu_compiled_data", "logging", ] [dependencies.iced] version = "0.13.1" features = [ "multi-window", "advanced", ] [dependencies.iced_aw] version = "0.11.0" features = [ "menu", "quad", "sidebar", ] [dependencies.iced_fonts] version = "0.1.0" [dependencies.icu_locid] version = "1.5.0" [dependencies.icu_locid_transform] version = "1.5.0" [dependencies.log] version = "0.4.22" [dependencies.log4rs] version = "1.3.0" [dependencies.phf] version = "0.11.2" features = ["macros"] [dependencies.rfd] version = "0.14.1" [dependencies.ron] version = "0.8.1" [dependencies.rusqlite] version = "0.32.1" [dependencies.serde] version = "1.0.204" features = ["derive"] [features] default = [] iced_aw = [] sync = ["i18n-rizzen-yazston/sync"]