strop-engine 0.32.4

strop editor engine: documents, grammar, services and sessions — no frontend UI dependencies
# 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 = "strop-engine"
version = "0.32.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "strop editor engine: documents, grammar, services and sessions — no frontend UI dependencies"
homepage = "https://strop.dev"
readme = false
license = "MIT"
repository = "https://github.com/stropdev/strop"

[features]
test-support = ["strop-trace/test-support"]

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

[dependencies.imbl]
version = "7"
features = ["serde"]

[dependencies.ropey]
version = "1"

[dependencies.serde]
version = "1"
features = [
    "derive",
    "rc",
]

[dependencies.serde_json]
version = "1"

[dependencies.strop-containers]
version = "0.32.4"

[dependencies.strop-core]
version = "0.32.4"

[dependencies.strop-fs]
version = "0.32.4"

[dependencies.strop-git]
version = "0.32.4"

[dependencies.strop-grammar]
version = "0.32.4"

[dependencies.strop-lsp]
version = "0.32.4"

[dependencies.strop-picker]
version = "0.32.4"

[dependencies.strop-remote]
version = "0.32.4"

[dependencies.strop-syntax]
version = "0.32.4"

[dependencies.strop-terminal]
version = "0.32.4"

[dependencies.strop-trace]
version = "0.32.4"

[dependencies.strop-workspace]
version = "0.32.4"

[dependencies.tempfile]
version = "3"

[dependencies.thiserror]
version = "2"

[dependencies.toml]
version = "0.8"

[dependencies.unicode-segmentation]
version = "1"

[dependencies.unicode-width]
version = "0.2"

[dev-dependencies.ratatui]
version = "0.29"

[dev-dependencies.strop-trace]
version = "0.32.4"
features = ["test-support"]