# 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" rust-version = "1.71.1" name = "remotefs-ssh" version = "0.5.0" authors = ["Christian Visintin "] build = false include = [ "src/**/*", "LICENSE", "README.md", "CHANGELOG.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "remotefs SSH client library" documentation = "https://docs.rs/remotefs-ssh" readme = "README.md" keywords = [ "remotefs", "ssh-client", "scp-client", "sftp-client", ] categories = ["network-programming"] license = "MIT" repository = "https://github.com/remotefs-rs/remotefs-rs-ssh" [lib] name = "remotefs_ssh" path = "src/lib.rs" [dependencies.chrono] version = "^0.4" [dependencies.lazy-regex] version = "3" [dependencies.log] version = "^0.4" [dependencies.remotefs] version = "^0.3" [dependencies.ssh2] version = "^0.9" [dependencies.ssh2-config] version = "^0.2" [dev-dependencies.env_logger] version = "^0.11" [dev-dependencies.pretty_assertions] version = "^1" [dev-dependencies.rand] version = "^0.8.4" [dev-dependencies.serial_test] version = "^3" [dev-dependencies.tempfile] version = "^3" [features] default = ["find"] find = ["remotefs/find"] github-actions = [] no-log = ["log/max_level_off"] ssh2-vendored = ["ssh2/vendored-openssl"] with-containers = [] [target.'cfg(target_os = "windows")'.dependencies.path-slash] version = "^0.2.1"