Cargo Features

[dependencies]
transient = { version = "0.4.1", default-features = false, features = ["derive", "ndarray", "pyo3", "numpy", "uuid", "either", "serde_json", "rmp-serde"] }
default = derive

The derive feature is set by default whenever transient is added without default-features = false somewhere in the dependency tree.

derive default = transient-derive

Provides a derive macro for implementing the Transient trait

ndarray

Provides Transient implementations for ndarray types

Enables ndarray ^0.15

pyo3 numpy?

Provides Transient implementations for pyo3 types

Enables pyo3

numpy = pyo3

Provides Transient implementations for numpy types

Enables numpy

uuid

Provides Transient implementations for uuid types

Enables uuid

either

Provides Transient implementations for either types

Enables either

serde_json

Provides Transient implementations for serde_json types

Enables serde_json

rmp-serde

Provides Transient implementations for rmp_serde types

Enables rmp-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.

transient-derive derive