biome_json_syntax 0.7.0

SyntaxKind and common rowan definitions for biome_json_parser
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 = "biome_json_syntax"
version = "0.7.0"
authors = ["Biome Developers and Contributors"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SyntaxKind and common rowan definitions for biome_json_parser"
homepage = "https://biomejs.dev/"
readme = "README.md"
keywords = [
    "formatter",
    "linter",
    "parser",
]
categories = [
    "development-tools",
    "web-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/biomejs/biome"
resolver = "2"

[features]
schema = [
    "biome_rowan/serde",
    "schemars",
]

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

[dependencies.biome_rowan]
version = "0.7.0"
features = ["serde"]

[dependencies.schemars]
version = "1.2.2"
features = [
    "indexmap2",
    "smallvec1",
]
optional = true

[dependencies.serde]
version = "1.0.229"
features = [
    "derive",
    "derive",
]

[lints.clippy]
allow_attributes = "deny"
assigning_clones = "warn"
cfg_not_test = "warn"
checked_conversions = "warn"
cloned_instead_of_copied = "warn"
copy_iterator = "warn"
dbg_macro = "warn"
doc_link_with_quotes = "warn"
empty_drop = "warn"
empty_enum_variants_with_brackets = "warn"
empty_enums = "warn"
expl_impl_clone_on_copy = "warn"
explicit_into_iter_loop = "warn"
filter_map_next = "warn"
flat_map_option = "warn"
float_cmp_const = "warn"
fn_params_excessive_bools = "warn"
get_unwrap = "warn"
implicit_clone = "warn"
implicit_hasher = "warn"
index_refutable_slice = "warn"
inefficient_to_string = "warn"
infinite_loop = "warn"
invalid_upcast_comparisons = "warn"
iter_filter_is_ok = "warn"
iter_not_returning_iterator = "warn"
large_stack_arrays = "warn"
large_types_passed_by_value = "warn"
lossy_float_literal = "warn"
macro_use_imports = "warn"
manual_is_variant_and = "warn"
manual_ok_or = "warn"
manual_string_new = "warn"
map_flatten = "warn"
map_unwrap_or = "warn"
mem_forget = "warn"
mismatching_type_param_order = "warn"
mut_mut = "warn"
naive_bytecount = "warn"
needless_bitwise_bool = "warn"
needless_continue = "warn"
needless_for_each = "warn"
no_effect_underscore_binding = "warn"
option_as_ref_cloned = "warn"
rc_buffer = "warn"
rc_mutex = "warn"
ref_binding_to_reference = "warn"
ref_option_ref = "warn"
rest_pat_in_fully_bound_structs = "warn"
single_char_pattern = "warn"
stable_sort_primitive = "warn"
str_split_at_newline = "warn"
string_lit_chars_any = "warn"
unnecessary_box_returns = "warn"
unnecessary_join = "warn"
unnested_or_patterns = "warn"
unreadable_literal = "warn"
verbose_bit_mask = "warn"
verbose_file_reads = "warn"
zero_sized_map_values = "warn"

[lints.rust]
ambiguous-negative-literals = "warn"
dead_code = "warn"
explicit-outlives-requirements = "warn"
impl-trait-overcaptures = "warn"
impl-trait-redundant-captures = "allow"
missing-unsafe-on-extern = "warn"
redundant-lifetimes = "warn"
trivial_numeric_casts = "warn"
unit-bindings = "warn"
unsafe-attr-outside-unsafe = "warn"
unused_import_braces = "warn"
unused_lifetimes = "warn"
unused_macro_rules = "warn"