pve-esxi-import-tools/Cargo.toml
Wolfgang Bumiller e6f497ea76 bump version to 0.7.3
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2025-04-08 17:19:44 +02:00

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" ] }