mirror of
https://git.proxmox.com/git/pve-esxi-import-tools
synced 2025-04-28 10:02:36 +00:00
35 lines
823 B
TOML
35 lines
823 B
TOML
[package]
|
|
name = "esxi-folder-fuse"
|
|
version = "0.7.3"
|
|
edition = "2021"
|
|
authors = [
|
|
"Wolfgang Bumiller <w.bumiller@proxmox.com>",
|
|
'Proxmox Development Team <support@proxmox.com>',
|
|
]
|
|
license = "AGPL-3"
|
|
description = "ESXi fuse client"
|
|
homepage = "https://www.proxmox.com"
|
|
|
|
[dependencies]
|
|
anyhow = "1"
|
|
futures = "0.3.28"
|
|
http = "0.2.9"
|
|
hyper = { version = "0.14", features = [ "http1", "http2" ] }
|
|
libc = "0.2"
|
|
log = "0.4"
|
|
nix = "0.26"
|
|
num_cpus = "1"
|
|
once_cell = "1.17"
|
|
openssl = "0.10.57"
|
|
percent-encoding = "2.2"
|
|
pico-args = "0.5"
|
|
regex = "1.7.1"
|
|
serde = { version = "1", features = [ "derive" ] }
|
|
serde_json = "1"
|
|
syslog = "6"
|
|
tokio = { version = "1", features = [ "macros", "rt-multi-thread", "time" ] }
|
|
|
|
proxmox-async = "0.4.1"
|
|
proxmox-fuse = "0.1.7"
|
|
proxmox-http = { version = "0.9.1", features = [ "client" ] }
|