# 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 = "termscp" version = "0.16.1" authors = ["Christian Visintin "] build = "build.rs" include = [ "src/**/*", "build.rs", "LICENSE", "README.md", "CHANGELOG.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "termscp is a feature rich terminal file transfer and explorer with support for SCP/SFTP/FTP/Kube/S3/WebDAV" homepage = "https://termscp.veeso.dev" readme = "README.md" keywords = [ "terminal", "ftp", "scp", "sftp", "tui", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/veeso/termscp" [package.metadata.deb] copyright = "2022, Christian Visintin " extended-description-file = "docs/misc/README.deb.txt" maintainer = "Christian Visintin " [package.metadata.rpm] package = "termscp" [package.metadata.rpm.cargo] buildflags = ["--release"] [package.metadata.rpm.targets.termscp] path = "/usr/bin/termscp" [profile.dev] incremental = true [profile.release] strip = true [[bin]] name = "termscp" path = "src/main.rs" [dependencies.argh] version = "^0.1" [dependencies.bitflags] version = "^2" [dependencies.bytesize] version = "^1" [dependencies.chrono] version = "^0.4" [dependencies.content_inspector] version = "^0.2" [dependencies.dirs] version = "^5.0" [dependencies.edit] version = "^0.1" [dependencies.filetime] version = "^0.2" [dependencies.hostname] version = "^0.4" [dependencies.keyring] version = "^3" features = [ "apple-native", "windows-native", "sync-secret-service", ] optional = true [dependencies.lazy-regex] version = "^3" [dependencies.lazy_static] version = "^1" [dependencies.log] version = "^0.4" [dependencies.magic-crypt] version = "^3" [dependencies.notify] version = "6" [dependencies.notify-rust] version = "^4.5" features = ["d"] default-features = false [dependencies.nucleo] version = "0.5" [dependencies.open] version = "^5.0" [dependencies.rand] version = "^0.8.5" [dependencies.regex] version = "^1" [dependencies.remotefs] version = "^0.3" [dependencies.remotefs-aws-s3] version = "^0.3" features = [ "find", "rustls", ] default-features = false [dependencies.remotefs-kube] version = "0.4" [dependencies.remotefs-webdav] version = "^0.2" [dependencies.rpassword] version = "^7" [dependencies.self_update] version = "^0.41" features = [ "rustls", "archive-tar", "archive-zip", "compression-flate2", "compression-zip-deflate", ] default-features = false [dependencies.serde] version = "^1" features = ["derive"] [dependencies.simplelog] version = "^0.12" [dependencies.ssh2-config] version = "^0.2" [dependencies.tempfile] version = "^3" [dependencies.thiserror] version = "^1" [dependencies.tokio] version = "=1.38.1" features = ["rt"] [dependencies.toml] version = "^0.8" [dependencies.tui-realm-stdlib] version = "2" [dependencies.tuirealm] version = "2" [dependencies.unicode-width] version = "^0.2" [dependencies.version-compare] version = "^0.2" [dependencies.whoami] version = "^1.5" [dependencies.wildmatch] version = "^2" [dev-dependencies.pretty_assertions] version = "^1" [dev-dependencies.serial_test] version = "^3" [build-dependencies.cfg_aliases] version = "0.2" [build-dependencies.vergen-git2] version = "1" features = [ "build", "cargo", "rustc", "si", ] [features] default = [ "smb", "with-keyring", ] github-actions = [] isolated-tests = [] smb = ["remotefs-smb"] with-keyring = ["keyring"] [target.'cfg(not(target_os = "macos"))'.dependencies.remotefs-smb] version = "^0.3" optional = true [target.'cfg(target_family = "unix")'.dependencies.remotefs-ftp] version = "^0.2" features = [ "vendored", "native-tls", ] [target.'cfg(target_family = "unix")'.dependencies.remotefs-ssh] version = "^0.4" features = ["ssh2-vendored"] [target.'cfg(target_family = "unix")'.dependencies.uzers] version = "0.12" [target.'cfg(target_family = "windows")'.dependencies.remotefs-ftp] version = "^0.2" features = ["native-tls"] [target.'cfg(target_family = "windows")'.dependencies.remotefs-ssh] version = "^0.4"