Cargo Features
TFRecord has no features set by default.
[dependencies]
tfrecord = { version = "0.15.0", features = ["full", "generate_protobuf_src", "async", "doc-only", "with-tch", "with-image", "with-ndarray", "with-serde"] }
- full doc-only? = async, with-image, with-ndarray, with-serde, with-tch
- generate_protobuf_src = tfrecord-codegen
- async full? = async-std, futures, pin-project
-
Affects
io::r#async
… - doc-only = full
-
Enables doc-only of tch ^0.13.0
- with-tch full? = tch, with-image
- with-image full? with-tch? = image
- with-ndarray full? = ndarray
- with-serde full? = serde
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- serde with-serde?
- futures async?
- async-std async?
- image with-image?
-
Enables image ^0.24.7
- tch doc-only? with-tch?
-
Enables tch ^0.13.0
- ndarray with-ndarray?
-
Enables ndarray ^0.15.6
- pin-project async?
- tfrecord-codegen build generate_protobuf_src?