# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "jupyter-types" version = "0.0.2" authors = ["Aster <192607617@qq.com>"] exclude = [] description = "Shared types for jupyter kernel" documentation = "https://docs.rs/jupyter-types" readme = "readme.md" license = "MPL-2.0" repository = "https://github.com/oovm/jupyter-protocol" [package.metadata.docs.rs] all-features = true [dependencies.base64] version = "0.21.5" optional = true [dependencies.image] version = "0.24.7" features = ["png"] optional = true default-features = false [dependencies.mathml-core] version = "0.1.6" optional = true [dependencies.mathml-latex] version = "0.0.3" optional = true [dependencies.ndarray] version = "0.15.6" optional = true [dependencies.serde_json] version = "1.0.108" [dependencies.svg] version = "0.14.0" optional = true [dependencies.url] version = "2.4.1" optional = true [features] image = [ "dep:image", "base64", ]