mirror of
git://git.proxmox.com/git/proxmox-fuse.git
synced 2025-01-23 02:05:03 +03:00
2919ef4558
PollEvented is no more (it's an internal API now, since tokio no longer wants to expose mio parts in its public API). Switch to AsyncFd, which provides similar mechanisms for non-blocking raw FDs and allows us to drop our own direct mio dependency as well. Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
48 lines
1.6 KiB
Plaintext
48 lines
1.6 KiB
Plaintext
Source: rust-proxmox-fuse
|
|
Section: rust
|
|
Priority: optional
|
|
Build-Depends: debhelper (>= 11),
|
|
dh-cargo (>= 18),
|
|
cargo:native <!nocheck>,
|
|
rustc:native <!nocheck>,
|
|
libstd-rust-dev <!nocheck>,
|
|
librust-anyhow-1+default-dev <!nocheck>,
|
|
librust-futures-0.3+default-dev <!nocheck>,
|
|
librust-libc-0.2+default-dev <!nocheck>,
|
|
librust-tokio-1+default-dev <!nocheck>,
|
|
librust-tokio-1+macros-dev <!nocheck>,
|
|
librust-tokio-1+net-dev <!nocheck>,
|
|
librust-tokio-1+signal-dev <!nocheck>,
|
|
librust-tokio-stream-0.1+default-dev <!nocheck>,
|
|
libfuse3-dev <!nocheck>
|
|
Maintainer: Proxmox Support Team <support@proxmox.com>
|
|
Standards-Version: 4.4.1
|
|
Vcs-Git:
|
|
Vcs-Browser:
|
|
|
|
Package: librust-proxmox-fuse-dev
|
|
Architecture: any
|
|
Multi-Arch: same
|
|
Depends:
|
|
${misc:Depends},
|
|
librust-anyhow-1+default-dev,
|
|
librust-futures-0.3+default-dev,
|
|
librust-libc-0.2+default-dev,
|
|
librust-tokio-1+default-dev,
|
|
librust-tokio-1+macros-dev,
|
|
librust-tokio-1+net-dev,
|
|
librust-tokio-1+signal-dev,
|
|
librust-tokio-stream-0.1+default-dev,
|
|
libfuse3-dev
|
|
Provides:
|
|
librust-proxmox-fuse+default-dev (= ${binary:Version}),
|
|
librust-proxmox-fuse-0-dev (= ${binary:Version}),
|
|
librust-proxmox-fuse-0+default-dev (= ${binary:Version}),
|
|
librust-proxmox-fuse-0.1-dev (= ${binary:Version}),
|
|
librust-proxmox-fuse-0.1+default-dev (= ${binary:Version}),
|
|
librust-proxmox-fuse-0.1.0-dev (= ${binary:Version}),
|
|
librust-proxmox-fuse-0.1.0+default-dev (= ${binary:Version})
|
|
Description: Expose fuse requests as async streams - Rust source code
|
|
This package contains the source for the Rust proxmox-fuse crate, packaged by
|
|
debcargo for use with cargo and dh-cargo.
|