# 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 = "rome_text_edit" version = "0.0.1" authors = ["RSLint developers"] description = "Simple text editing crate ported from rust-analyzer for the RSLint project" documentation = "https://rustdocs.rome.tools/rome_text_edit/index.html" license = "MIT OR Apache-2.0" repository = "https://github.com/rome/tools" [dependencies.rome_text_size] version = "0.0.1" features = ["serde"] [dependencies.schemars] version = "0.8.10" optional = true [dependencies.serde] version = "1.0.136" features = ["derive"] [dependencies.similar] version = "2.1.0" features = ["unicode"] [features] schemars = [ "dep:schemars", "rome_text_size/schemars", ]