# 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 = "sftpman-iced" version = "2.0.3" authors = ["Slavi Pantaleev "] build = false include = [ "/assets/bootstrap", "/assets/sftpman-iced-512.png", "/assets/sftpman-iced.svg", "/src", "/locales", "/README.md", "/CHANGELOG.md", "/LICENSE", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A GUI frontend to sftpman (an application for managing and mounting sshfs (SFTP) filesystems)" homepage = "https://github.com/spantaleev/sftpman-iced-rs" readme = "README.md" keywords = [ "sftp", "sshfs", "fuse", ] categories = [ "gui", "network-programming", "filesystem", ] license = "AGPL-3.0-or-later" repository = "https://github.com/spantaleev/sftpman-iced-rs" [profile.release] opt-level = "z" lto = "thin" strip = true [[bin]] name = "sftpman-iced" path = "src/main.rs" [dependencies.env_logger] version = "0.11.*" [dependencies.iced] version = "0.13.*" features = [ "tokio", "wgpu", ] default-features = false [dependencies.iced_aw] version = "0.11.*" features = ["number_input"] default-features = false [dependencies.log] version = "0.4.*" [dependencies.rfd] version = "0.15.*" features = [ "xdg-portal", "tokio", ] optional = true default-features = false [dependencies.rust-i18n] version = "3.1.2" [dependencies.sftpman] version = "2.0.*" default-features = false [dependencies.tokio] version = "1.42.*" features = ["rt-multi-thread"] optional = true [features] auto-detect-theme = ["iced/auto-detect-theme"] default = [ "auto-detect-theme", "file-picker", "icons", ] file-picker = [ "dep:rfd", "dep:tokio", ] icons = ["iced/svg"] x11-icon = ["iced/image"]