# 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 = "biome_text_edit" version = "0.5.7" authors = ["Biome Developers and Contributors"] description = "Utilities to edit text (This is taken from rust-analyzer)" homepage = "https://biomejs.dev/" keywords = [ "parser", "linter", "formatter", ] categories = [ "development-tools", "web-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/biomejs/biome" [dependencies.biome_text_size] version = "0.5.7" features = ["serde"] [dependencies.schemars] version = "0.8.12" optional = true [dependencies.serde] version = "1.0.163" features = [ "derive", "derive", ] [dependencies.similar] version = "2.1.0" features = ["unicode"] [features] schemars = [ "dep:schemars", "biome_text_size/schemars", ] [lints.clippy] cargo_common_metadata = "allow" checked_conversions = "warn" cloned_instead_of_copied = "warn" copy_iterator = "warn" dbg_macro = "warn" empty_enum = "warn" expl_impl_clone_on_copy = "warn" explicit_into_iter_loop = "warn" filter_map_next = "warn" flat_map_option = "warn" fn_params_excessive_bools = "warn" from_iter_instead_of_collect = "warn" implicit_clone = "warn" implicit_hasher = "warn" index_refutable_slice = "warn" inefficient_to_string = "warn" invalid_upcast_comparisons = "warn" iter_not_returning_iterator = "warn" large_stack_arrays = "warn" large_types_passed_by_value = "warn" macro_use_imports = "warn" manual_ok_or = "warn" manual_string_new = "warn" mismatching_type_param_order = "warn" multiple_crate_versions = "allow" mut_mut = "warn" naive_bytecount = "warn" needless_bitwise_bool = "warn" needless_continue = "warn" needless_for_each = "warn" no_effect_underscore_binding = "warn" ref_binding_to_reference = "warn" ref_option_ref = "warn" stable_sort_primitive = "warn" unnecessary_box_returns = "warn" unnecessary_join = "warn" unnested_or_patterns = "warn" unreadable_literal = "warn" verbose_bit_mask = "warn" zero_sized_map_values = "warn"