Cargo Features
jupyter-types has no features set by default.
[dependencies]
jupyter-types = { version = "0.0.2", features = ["image", "mathml-core", "mathml-latex", "ndarray", "svg", "url"] }
- image = base64
-
Enables image ^0.24.7
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.
- mathml-core implicit feature
-
Enables mathml-core
mathml-core:
MathML type definitions
- mathml-latex implicit feature
-
Enables mathml-latex
mathml-latex:
Convert between MathML and LaTeX
- ndarray implicit feature
-
Enables ndarray ^0.15.6
- svg implicit feature
-
Enables svg ^0.14.0
svg:
The package provides an SVG composer and parser
- url implicit feature
-
Enables url
url:
URL library for Rust, based on the WHATWG URL Standard
- base64 image?
-
Enables base64 ^0.21.5