freya-code-editor 0.4.0-rc.10

Composable Code Editor APIs for Freya
Documentation
# 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 = "2024"
name = "freya-code-editor"
version = "0.4.0-rc.10"
authors = ["Marc EspĂ­n <mespinsanz@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Composable Code Editor APIs for Freya"
homepage = "https://freyaui.dev/"
readme = "README.md"
keywords = ["freya"]
categories = ["gui"]
license = "MIT"
repository = "https://github.com/marc2332/freya"

[package.metadata.docs.rs]
features = ["freya-core/mocked-engine"]

[features]
skia-engine = ["freya-core/skia-engine"]

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

[dependencies.freya-components]
version = "0.4.0-rc.10"

[dependencies.freya-core]
version = "0.4.0-rc.10"

[dependencies.freya-edit]
version = "0.4.0-rc.10"

[dependencies.freya-engine]
version = "0.4.0-rc.10"

[dependencies.ropey]
version = "1.6.1"

[dependencies.rustc-hash]
version = "2.1.1"

[dependencies.smallvec]
version = "1.15.1"

[dependencies.torin]
version = "0.4.0-rc.10"

[dependencies.tree-sitter]
version = "0.26"

[dependencies.tree-sitter-json]
version = "0.24"

[dependencies.tree-sitter-md]
version = "0.5"

[dependencies.tree-sitter-rust]
version = "0.24"

[dependencies.tree-sitter-toml-ng]
version = "0.7"