# 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_deserialize_macros" version = "0.6.0" authors = ["Biome Developers and Contributors"] description = "Macros to help implement deserializable types in Biome" 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" [lib] proc-macro = true [dependencies.biome_string_case] version = "0.5.7" [dependencies.proc-macro-error] version = "1.0.4" default-features = false [dependencies.proc-macro2] version = "1.0.82" [dependencies.quote] version = "1.0.14" [dependencies.syn] version = "1.0.109" features = ["extra-traits"] [lints.clippy] cargo_common_metadata = "allow" checked_conversions = "warn" cloned_instead_of_copied = "warn" copy_iterator = "warn" dbg_macro = "warn" doc_link_with_quotes = "warn" empty_docs = "allow" empty_drop = "warn" empty_enum = "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" from_iter_instead_of_collect = "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_not_returning_iterator = "warn" large_stack_arrays = "warn" large_types_passed_by_value = "warn" lossy_float_literal = "warn" macro_use_imports = "warn" manual_ok_or = "warn" manual_string_new = "warn" map_flatten = "warn" map_unwrap_or = "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" rc_buffer = "warn" rc_mutex = "warn" ref_binding_to_reference = "warn" ref_option_ref = "warn" rest_pat_in_fully_bound_structs = "warn" stable_sort_primitive = "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] absolute_paths_not_starting_with_crate = "warn" dead_code = "warn" trivial_numeric_casts = "warn" unused_import_braces = "warn" unused_lifetimes = "warn" unused_macro_rules = "warn"