[package] name = "backends" version = "0.1.0" edition = "2024" homepage.workspace = true repository.workspace = true license = "MIT" [dependencies] dirs = "6" repository = { version = "0.1.0", path = "../repository" } rust-s3 = { version = "0.35", default-features = false, features = ["sync-native-tls"] } ssh2 = "0.9" suppaftp = "6" url = "2" [dev-dependencies] tempfile = "3"