fsqlite-ext-json 0.1.2

JSON1 functions and virtual tables
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"
rust-version = "1.85"
name = "fsqlite-ext-json"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "JSON1 functions and virtual tables"
readme = "README.md"
license-file = "LICENSE"
repository = "https://github.com/Dicklesworthstone/frankensqlite"
resolver = "2"

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

[dependencies.fsqlite-error]
version = "0.1.2"

[dependencies.fsqlite-func]
version = "0.1.2"

[dependencies.fsqlite-types]
version = "0.1.2"
default-features = false

[dependencies.json5]
version = "0.4"

[dependencies.serde_json]
version = "1.0"
features = ["preserve_order"]

[lints.clippy.approx_constant]
level = "allow"
priority = 1

[lints.clippy.assertions_on_constants]
level = "allow"
priority = 1

[lints.clippy.bool_to_int_with_if]
level = "allow"
priority = 1

[lints.clippy.case_sensitive_file_extension_comparisons]
level = "allow"
priority = 1

[lints.clippy.cast_lossless]
level = "allow"
priority = 1

[lints.clippy.cast_possible_truncation]
level = "allow"
priority = 1

[lints.clippy.cast_possible_wrap]
level = "allow"
priority = 1

[lints.clippy.cast_precision_loss]
level = "allow"
priority = 1

[lints.clippy.cast_sign_loss]
level = "allow"
priority = 1

[lints.clippy.cloned_ref_to_slice_refs]
level = "allow"
priority = 1

[lints.clippy.collection_is_never_read]
level = "allow"
priority = 1

[lints.clippy.default_trait_access]
level = "allow"
priority = 1

[lints.clippy.doc_markdown]
level = "allow"
priority = 1

[lints.clippy.expect_fun_call]
level = "allow"
priority = 1

[lints.clippy.explicit_iter_loop]
level = "allow"
priority = 1

[lints.clippy.float_cmp]
level = "allow"
priority = 1

[lints.clippy.format_collect]
level = "allow"
priority = 1

[lints.clippy.format_push_string]
level = "allow"
priority = 1

[lints.clippy.if_not_else]
level = "allow"
priority = 1

[lints.clippy.if_then_some_else_none]
level = "allow"
priority = 1

[lints.clippy.items_after_statements]
level = "allow"
priority = 1

[lints.clippy.let_and_return]
level = "allow"
priority = 1

[lints.clippy.manual_assert]
level = "allow"
priority = 1

[lints.clippy.manual_checked_ops]
level = "allow"
priority = 1

[lints.clippy.manual_let_else]
level = "allow"
priority = 1

[lints.clippy.manual_range_contains]
level = "allow"
priority = 1

[lints.clippy.manual_string_new]
level = "allow"
priority = 1

[lints.clippy.many_single_char_names]
level = "allow"
priority = 1

[lints.clippy.map_unwrap_or]
level = "allow"
priority = 1

[lints.clippy.match_wildcard_for_single_variants]
level = "allow"
priority = 1

[lints.clippy.missing_const_for_fn]
level = "allow"
priority = 1

[lints.clippy.missing_errors_doc]
level = "allow"
priority = 1

[lints.clippy.missing_panics_doc]
level = "allow"
priority = 1

[lints.clippy.module_name_repetitions]
level = "allow"
priority = 1

[lints.clippy.must_use_candidate]
level = "allow"
priority = 1

[lints.clippy.needless_collect]
level = "allow"
priority = 1

[lints.clippy.needless_pass_by_value]
level = "allow"
priority = 1

[lints.clippy.no_effect_underscore_binding]
level = "allow"
priority = 1

[lints.clippy.nursery]
level = "deny"
priority = -1

[lints.clippy.option_if_let_else]
level = "allow"
priority = 1

[lints.clippy.pedantic]
level = "deny"
priority = -1

[lints.clippy.redundant_clone]
level = "allow"
priority = 1

[lints.clippy.redundant_closure_for_method_calls]
level = "allow"
priority = 1

[lints.clippy.return_self_not_must_use]
level = "allow"
priority = 1

[lints.clippy.significant_drop_tightening]
level = "allow"
priority = 1

[lints.clippy.similar_names]
level = "allow"
priority = 1

[lints.clippy.single_char_pattern]
level = "allow"
priority = 1

[lints.clippy.single_match]
level = "allow"
priority = 1

[lints.clippy.single_match_else]
level = "allow"
priority = 1

[lints.clippy.stable_sort_primitive]
level = "allow"
priority = 1

[lints.clippy.too_many_lines]
level = "allow"
priority = 1

[lints.clippy.uninlined_format_args]
level = "allow"
priority = 1

[lints.clippy.unnecessary_cast]
level = "allow"
priority = 1

[lints.clippy.unnecessary_literal_bound]
level = "allow"
priority = 1

[lints.clippy.unreadable_literal]
level = "allow"
priority = 1

[lints.clippy.used_underscore_binding]
level = "allow"
priority = 1

[lints.clippy.useless_format]
level = "allow"
priority = 1

[lints.clippy.useless_vec]
level = "allow"
priority = 1

[lints.clippy.wildcard_enum_match_arm]
level = "allow"
priority = 1

[lints.rust]
unsafe_code = "forbid"