# 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.65" name = "russh-util" version = "0.46.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Runtime abstraction utilities for russh." homepage = "https://github.com/warp-tech/russh" documentation = "https://docs.rs/russh-util" readme = false license = "Apache-2.0" repository = "https://github.com/warp-tech/russh" [lib] name = "russh_util" path = "src/lib.rs" [dependencies.chrono] version = "0.4.38" [dependencies.tokio] version = "1.17" features = [ "sync", "macros", ] [dev-dependencies.futures-executor] version = "0.3.13" [dev-dependencies.static_assertions] version = "1.1.0" [target.'cfg(not(target_arch = "wasm32"))'.dependencies.tokio] version = "1.17" features = [ "io-util", "rt-multi-thread", "rt", ] [target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen] version = "0.2" [target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen-futures] version = "0.4.43"