freya-code-editor 0.4.0-rc.20

Composable Code Editor APIs for Freya
# 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.20"
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"

[features]
all = [
    "rust",
    "md",
    "json",
    "toml",
    "sql",
]
json = ["dep:tree-sitter-json"]
md = ["dep:tree-sitter-md"]
rust = ["dep:tree-sitter-rust"]
sql = ["dep:tree-sitter-sequel"]
toml = ["dep:tree-sitter-toml-ng"]

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

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

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

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

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

[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.20"

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

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

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

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

[dependencies.tree-sitter-sequel]
version = "0.3.11"
optional = true

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

[lints.clippy]
redundant_clone = "warn"