fuseftp-cli 0.1.0

CLI for mounting FTP servers as local filesystems
# 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 = "2024"
name = "fuseftp-cli"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for mounting FTP servers as local filesystems"
readme = "README.md"
keywords = [
    "fuse",
    "ftp",
    "filesystem",
    "mount",
    "cli",
]
categories = [
    "filesystem",
    "command-line-utilities",
]
license = "MIT OR Apache-2.0"
repository = "https://codeberg.org/nettika/fuseftp"

[features]
default = ["tls"]
tls = ["fuseftp/tls"]

[[bin]]
name = "fuseftp"
path = "src/main.rs"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.env_logger]
version = "0.11"

[dependencies.fuseftp]
version = "0.1.0"
features = ["clap"]
default-features = false

[dependencies.fuser]
version = "0.16"

[dependencies.libc]
version = "0.2.180"

[dependencies.log]
version = "0.4"

[dependencies.thiserror]
version = "2"