[package] name = "rome_text_edit" version = "0.0.1" authors = ["RSLint developers"] edition = "2021" license = "MIT OR Apache-2.0" description = "Simple text editing crate ported from rust-analyzer for the RSLint project" repository = "https://github.com/rome/tools" documentation = "https://rustdocs.rome.tools/rome_text_edit/index.html" [dependencies] rome_text_size = { version = "0.0.1", path = "../rome_text_size", features = ["serde"] } serde = { version = "1.0.136", features = ["derive"] } schemars = { version = "0.8.10", optional = true } similar = { version = "2.1.0", features = ["unicode"] } [features] schemars = ["dep:schemars", "rome_text_size/schemars"]