notebookx 0.1.7

Fast, lightweight notebook conversion library
Documentation
[[bin]]
name = "nbx"
path = "src/main.rs"
required-features = ["cli"]

[dependencies.clap]
features = ["derive"]
optional = true
version = "4.0"

[dependencies.indexmap]
features = ["serde"]
version = "2.0"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dev-dependencies.pretty_assertions]
version = "1.4"

[dev-dependencies.tempfile]
version = "3"

[features]
cli = ["dep:clap"]
default = []

[lib]
name = "notebookx"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Fast, lightweight notebook conversion library"
edition = "2021"
license = "MIT"
name = "notebookx"
readme = "README.md"
repository = "https://github.com/notebookx/notebookx"
version = "0.1.7"

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

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

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

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