robertknight / rten

ONNX neural network inference engine
124 stars 9 forks source link

Use "dep:" prefix to prevent implicit creation of features #380

Closed robertknight closed 1 month ago

robertknight commented 1 month ago

Avoid creating implicit features named after dependencies, as these implicit features are not used.

See https://doc.rust-lang.org/cargo/reference/features.html#optional-dependencies.

This should remove the fastrand, fastrand-contrib and memmap2 "features" shown on https://docs.rs/crate/rten/0.13.1/features.