nb-cli 0.0.5

A command-line tool for reading, writing, and executing Jupyter notebooks
# 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 = "nb-cli"
version = "0.0.5"
authors = ["Project Jupyter <jupyter@googlegroups.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A command-line tool for reading, writing, and executing Jupyter notebooks"
homepage = "https://github.com/jupyter-ai-contrib/nb-cli"
readme = "README.md"
keywords = [
    "jupyter",
    "notebooks",
    "cli",
    "ai",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "BSD-3-Clause"
repository = "https://github.com/jupyter-ai-contrib/nb-cli"

[[bin]]
name = "nb"
path = "src/main.rs"

[[test]]
name = "integration_execution"
path = "tests/integration_execution.rs"

[[test]]
name = "integration_local_mode"
path = "tests/integration_local_mode.rs"

[[test]]
name = "test_helpers"
path = "tests/test_helpers.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.async-trait]
version = "0.1"

[dependencies.base64]
version = "0.22"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.crossterm]
version = "0.28"

[dependencies.dialoguer]
version = "0.11"

[dependencies.dirs]
version = "5.0"

[dependencies.futures-util]
version = "0.3"

[dependencies.jupyter-protocol]
version = "1.4"

[dependencies.nbformat]
version = "1.2"

[dependencies.notify]
version = "6.1"

[dependencies.ratatui]
version = "0.28"

[dependencies.regex]
version = "1.10"

[dependencies.reqwest]
version = "0.11"
features = [
    "json",
    "native-tls-vendored",
]

[dependencies.runtimelib]
version = "1.5"
features = ["tokio-runtime"]

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.syntect]
version = "5.2"

[dependencies.tempfile]
version = "3.8"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tokio-tungstenite]
version = "0.21"

[dependencies.url]
version = "2.5"

[dependencies.uuid]
version = "1.10"
features = [
    "v4",
    "serde",
]

[dependencies.yrs]
version = "0.21"