# 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 = "fuu" version = "0.1.0" exclude = [ "fonts/NotoSansJP-Regular.ttf", "fonts/TossFaceFontMac.ttf", ] description = "Simple Image Viewer" license = "MIT" repository = "https://github.com/alliby/fuu/" [profile.dev] opt-level = 1 [profile.dev.package."*"] opt-level = 3 [profile.release] opt-level = "s" lto = true codegen-units = 1 panic = "abort" strip = true [dependencies.bytes] version = "1" [dependencies.dirs] version = "5.0.1" [dependencies.iced] version = "0.10.0" features = [ "image", "tokio", "advanced", ] [dependencies.image] version = "0.24.6" [dependencies.indexmap] version = "1" [dependencies.infer] version = "0.15.0" default-features = false [dependencies.md-5] version = "0.10.5" [dependencies.once_cell] version = "1" [dependencies.reqwest] version = "0.11.18" [dependencies.tokio] version = "1" features = [ "fs", "io-util", ] [dependencies.url] version = "2.4.0"