Package: rust-pnet-datalink / 0.35.0-1

Metadata

Package Version Patches format
rust-pnet-datalink 0.35.0-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
relax deps.patch | (download)

Cargo.toml | 4 2 2 - 0 !
1 file changed, 2 insertions( ), 2 deletions(-)

 relax dependency versions
drop netmap.patch | (download)

Cargo.toml | 6 0 6 - 0 !
1 file changed, 6 deletions(-)

 drop netmap feature
 netmap_sys is a depdendency needed for netmap feature and packaging
 that includes doing some vendoring (or packaging the whole of netmap)
 then patching build to produce a dyn library instead of a static one
 and much more. Dropping the feature allows not having to go through
 this pain, at least temporarily and this dependency is optional to begin
 with.
enable serde feature.patch | (download)

Cargo.toml | 1 0 1 - 0 !
1 file changed, 1 deletion(-)

 serde -> non optional because the dep is ignored otherwise