# 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 = "sftp-filesystem" version = "0.1.0" authors = ["Mike Cronce "] description = "Plain filesystem-backed SFTP server implemented in pure Rust. Can be run as a standalone binary providing its own SSH server, or can provide the SFTP backend for an external SSH server (e.g. openssh)." license = "MIT" resolver = "1" [dependencies.anyhow] version = "1" [dependencies.async-trait] version = "0.1" [dependencies.camino] version = "1.0.7" [dependencies.clap] version = "4.0.26" features = [ "derive", "env", ] [dependencies.env_logger] version = "0.9" [dependencies.filetime] version = "0.2" [dependencies.nix] version = "0.25" [dependencies.sftp-server] version = "0.1.0" default_features = false [dependencies.thrussh] version = "0.33" optional = true [dependencies.thrussh-keys] version = "0.21" optional = true [dependencies.time] version = "0.3" [dependencies.tokio] version = "1" features = [ "fs", "macros", "rt-multi-thread", ] [features] default = ["standalone"] standalone = [ "sftp-server/standalone", "thrussh", "thrussh-keys", ]