110 lines
1.9 KiB
TOML
110 lines
1.9 KiB
TOML
# 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 = "russh-sftp"
|
|
version = "2.1.1"
|
|
build = false
|
|
autolib = false
|
|
autobins = false
|
|
autoexamples = false
|
|
autotests = false
|
|
autobenches = false
|
|
description = "SFTP subsystem supported server and client for Russh"
|
|
readme = "README.md"
|
|
keywords = [
|
|
"russh",
|
|
"sftp",
|
|
"ssh2",
|
|
"server",
|
|
"client",
|
|
]
|
|
license = "Apache-2.0"
|
|
repository = "https://github.com/AspectUnk/russh-sftp"
|
|
|
|
[features]
|
|
async-trait = ["dep:async-trait"]
|
|
|
|
[lib]
|
|
name = "russh_sftp"
|
|
path = "src/lib.rs"
|
|
|
|
[[example]]
|
|
name = "client"
|
|
path = "examples/client.rs"
|
|
|
|
[[example]]
|
|
name = "server"
|
|
path = "examples/server.rs"
|
|
|
|
[[bench]]
|
|
name = "upload_benchmark"
|
|
path = "benches/upload_benchmark.rs"
|
|
harness = false
|
|
|
|
[dependencies.async-trait]
|
|
version = "0.1"
|
|
optional = true
|
|
|
|
[dependencies.bitflags]
|
|
version = "2.9"
|
|
features = ["serde"]
|
|
|
|
[dependencies.bytes]
|
|
version = "1.10"
|
|
|
|
[dependencies.chrono]
|
|
version = "0.4"
|
|
|
|
[dependencies.flurry]
|
|
version = "0.5"
|
|
|
|
[dependencies.log]
|
|
version = "0.4"
|
|
|
|
[dependencies.serde]
|
|
version = "1.0"
|
|
features = ["derive"]
|
|
|
|
[dependencies.thiserror]
|
|
version = "2.0"
|
|
|
|
[dependencies.tokio]
|
|
version = "1"
|
|
features = [
|
|
"io-util",
|
|
"rt",
|
|
"sync",
|
|
"time",
|
|
"macros",
|
|
]
|
|
default-features = false
|
|
|
|
[dependencies.tokio-util]
|
|
version = "0.7"
|
|
|
|
[dev-dependencies.anyhow]
|
|
version = "1.0"
|
|
|
|
[dev-dependencies.criterion]
|
|
version = "0.5"
|
|
features = ["async_tokio"]
|
|
|
|
[dev-dependencies.env_logger]
|
|
version = "0.11"
|
|
|
|
[dev-dependencies.futures]
|
|
version = "0.3"
|
|
|
|
[dev-dependencies.russh]
|
|
version = "0.51"
|