# 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. cargo-features = ["strip"] [package] edition = "2021" name = "depi" version = "0.1.0" authors = ["Emil Sayahi "] include = [ "**/*.rs", "Cargo.toml", "COPYING", "LICENSE.md", "NOTICE", "rust-toolchain", "rustfmt.toml", ".cargo/*", ] description = "Command-line tool for viewing images." homepage = "https://github.com/Dirout/depi" readme = "README" license = "AGPL-3.0-or-later" repository = "https://github.com/Dirout/depi" resolver = "2" [package.metadata.deb] section = "utility" priority = "optional" assets = [ [ "target/x86_64-unknown-linux-gnu/release/depi", "usr/bin/", "755", ], [ "target/x86_64-unknown-linux-gnu/release/libdepi.so", "usr/lib/", "644", ], [ "README", "usr/share/doc/depi/README", "644", ], [ "COPYING", "usr/share/doc/depi/COPYING", "644", ], ] [package.metadata.rpm] package = "depi" [package.metadata.rpm.cargo] buildflags = ["--release"] [package.metadata.rpm.targets.depi] path = "/usr/bin/depi" [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = false debug-assertions = false rpath = false panic = "abort" overflow-checks = false incremental = false strip = true [profile.release.build-override] opt-level = 3 codegen-units = 1 [lib] name = "depi" crate-type = [ "rlib", "dylib", "staticlib", ] path = "src/lib.rs" [[bin]] name = "depi" path = "src/main.rs" doc = true [dependencies.anyhow] version = "1.0.56" [dependencies.argfile] version = "0.1.4" [dependencies.arti-client] version = "0.2.0" features = ["static"] [dependencies.arti-hyper] version = "0.2.0" [dependencies.async_ftp] version = "6.0.0" features = ["secure"] [dependencies.cfg-if] version = "1.0.0" [dependencies.clap] version = "3.1.8" features = [ "cargo", "suggestions", "color", "wrap_help", "unicode", ] [dependencies.futures] version = "0.3.21" [dependencies.hyper] version = "0.14.18" [dependencies.image] version = "0.24.1" [dependencies.ipfs-api-backend-hyper] version = "0.4.0" features = ["with-hyper-tls"] [dependencies.lazy_static] version = "1.4.0" [dependencies.mimalloc] version = "0.1.28" default-features = false [dependencies.reqwest] version = "0.11.10" features = ["stream"] [dependencies.tls-api] version = "0.7.0" features = ["runtime-tokio"] [dependencies.tls-api-native-tls] version = "0.7.0" features = ["runtime-tokio"] [dependencies.tokio] version = "1.17.0" features = ["full"] [dependencies.tokio-stream] version = "0.1.8" [dependencies.url] version = "2.2.2" [dependencies.urlencoding] version = "2.1.0" [dependencies.viuer] version = "0.6.0" [dependencies.wild] version = "2.1.0-alpha.2" [features] sixel = ["viuer/sixel"]