[package] name = "nbformat" version = "0.9.0" edition = "2021" description = "Parse Jupyter Notebooks" repository = "https://github.com/runtimed/runtimed" license = "BSD-3-Clause" [dependencies] anyhow = { workspace = true } serde = { workspace = true } serde_json = { workspace = true } uuid = { workspace = true } chrono = { workspace = true } jupyter-protocol = { version = "0.5.0", path = "../jupyter-protocol" } thiserror = "1.0"