async-ssh 0.1.2

High-level library for asynchronous SSH connections
Documentation

Build #4010295 2026-08-01 10:55:25

# rustc version rustc 1.99.0-nightly (d0babd8b6 2026-07-15)

# docs.rs version docsrs 0.0.0 (f1b150f0cd76f7cabcd39e1f4790ba771b28b5c4 2026-07-19 )

# build log [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-w" "/opt/rustwide/workdir" "--user" "1001:1001" "80da4283c6abb7a136d3066dd89638e34c5a3bd22147998d6f83575b0d5515ae" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2026-07-16" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=html-non-static-files\", \"--resource-suffix\", \"-20260715-1.99.0-nightly-d0babd8b6\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }` [INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024` [INFO] [stderr] warning: `async-ssh` (manifest) generated 1 warning [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/session/mod.rs:32:14 [INFO] [stderr] | [INFO] [stderr] 32 | ) -> Box<Future<Item = Session<S>, Error = thrussh::HandlerError<()>>> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html> [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default [INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stderr] | [INFO] [stderr] 32 | ) -> Box<dyn Future<Item = Session<S>, Error = thrussh::HandlerError<()>>> [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `async-ssh` (lib) generated 1 warning (run `cargo fix --lib -p async-ssh` to apply 1 suggestion) [INFO] [stderr] Scraping async-ssh v0.1.2 (/opt/rustwide/workdir) [INFO] [stderr] Documenting async-ssh v0.1.2 (/opt/rustwide/workdir) [INFO] [stderr] warning: unresolved link to `Channel` [INFO] [stderr] --> src/session/mod.rs:48:33 [INFO] [stderr] | [INFO] [stderr] 48 | /// This will give you back a [`Channel`], which can be used to read from the resulting process' [INFO] [stderr] | ^^^^^^^ no item named `Channel` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `async-ssh` (lib doc) generated 1 warning [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: thrussh-keys v0.9.5 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/async_ssh/index.html [INFO] running `Command { std: "docker" "inspect" "80da4283c6abb7a136d3066dd89638e34c5a3bd22147998d6f83575b0d5515ae", kill_on_drop: false }`