newts 0.3.0

A cross-language notebook terminal interface and server.
Documentation
[[bin]]
name = "newts"
path = "src/main.rs"

[dependencies.arboard]
version = "3.6.1"

[dependencies.axum]
version = "0.8.7"

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

[dependencies.crossterm]
version = "0.29.0"

[dependencies.directories]
version = "6.0.0"

[dependencies.dirs]
version = "5.0"

[dependencies.lazy_static]
version = "1.5.0"

[dependencies.open]
version = "5.3.3"

[dependencies.ratatui]
version = "0.29.0"

[dependencies.ratatui-core]
version = "0.1"

[dependencies.regex]
version = "1.12.2"

[dependencies.reqwest]
features = ["json"]
version = "0.12.24"

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

[dependencies.serde_json]
version = "1.0.145"

[dependencies.syntect]
version = "5.3"

[dependencies.tempfile]
version = "3.23.0"

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

[dependencies.tower]
features = ["util"]
version = "0.5.2"

[dependencies.tower-http]
features = ["cors"]
version = "0.6.7"

[dependencies.tui-syntax-highlight]
version = "0.2"

[dependencies.uuid]
features = ["v4"]
version = "1.18.1"

[dev-dependencies.http-body-util]
version = "0.1.3"

[dev-dependencies.mime]
version = "0.3.17"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools"]
description = "A cross-language notebook terminal interface and server."
edition = "2024"
homepage = "https://rohanadwankar.github.io/newt/"
keywords = ["terminal", "notebook", "jupyter", "tui"]
license = "MIT"
name = "newts"
readme = false
repository = "https://github.com/rohanadwankar/newt"
resolver = "2"
version = "0.3.0"

[profile.release]
codegen-units = 1
lto = true

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

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

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

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

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