# 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 = "asfa" version = "0.10.0" authors = ["Oliver Breitwieser "] description = "Avoid sending file attachments by uploading via SSH to a remote site with non-guessable (hash-based) prefix and print URLs." homepage = "https://github.com/obreitwi/asfa" documentation = "https://obreitwi.github.io/asfa" readme = "README.md" keywords = [ "cli", "file", "ssh", "upload", "mail", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/obreitwi/asfa.git" [package.metadata.docs.rs] features = ["doc"] targets = ["x86_64-unknown-linux-gnu"] [package.metadata.release] pre-release-commit-message = "Release: v{{version}}" push-remote = "git@github.com:obreitwi/asfa.git" sign-commit = true sign-tag = true tag-message = "Release: v{{version}}" [[package.metadata.release.pre-release-replacements]] exactly = 1 file = "CHANGELOG.md" replace = "## v{{version}} ({{date}})" search = "^## Unreleased changes$" [[package.metadata.release.pre-release-replacements]] exactly = 1 file = "README.md" replace = "https://img.shields.io/github/commits-since/obreitwi/asfa/v{{version}}" search = 'https://img\.shields\.io/github/commits-since/obreitwi/asfa/v[0-9]+\.[0-9]+\.[0-9]+' [dependencies.anyhow] version = "1.0.75" [dependencies.base64] version = "0.13.1" [dependencies.chrono] version = "0.4.31" [dependencies.clap] version = "3.2.25" features = [ "derive", "cargo", ] [dependencies.console] version = "0.15.7" [dependencies.dialoguer] version = "0.10.4" [dependencies.expanduser] version = "1.2.2" [dependencies.hex] version = "0.4.3" [dependencies.humantime] version = "2.1.0" [dependencies.indicatif] version = "0.17.7" [dependencies.itertools] version = "0.10.5" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.20" [dependencies.percent-encoding] version = "2.3.0" [dependencies.regex] version = "1.10.2" features = [ "std", "unicode-bool", "unicode-perl", ] default-features = false [dependencies.rpassword] version = "7.3.1" [dependencies.sha2] version = "0.10.8" [dependencies.simple_logger] version = "2.3.0" features = [ "threads", "colors", ] default-features = false [dependencies.ssh2] version = "0.9.4" [dependencies.thiserror] version = "1.0.50" [dependencies.whoami] version = "1.5.0" [dependencies.yaml-rust] version = "0.4.5" [dev-dependencies.cmd_lib_core] version = "0.4.0" [dev-dependencies.rand] version = "0.8.5" [features] doc = []