fifthtry-serde_sqlite_jsonb 0.1.0

A Serializer and Deserializer for SQLite jsonb binary format (FifthTry fork, till PR is merged)
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 = "2021"
rust-version = "1.63"
name = "fifthtry-serde_sqlite_jsonb"
version = "0.1.0"
authors = ["Ophir Lojkine"]
description = "A Serializer and Deserializer for SQLite jsonb binary format (FifthTry fork, till PR is merged)"
readme = "README.md"
keywords = ["serde"]
categories = ["encoding"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/lovasoa/serde-sqlite-jsonb"

[profile.bench]
debug = 1

[[bench]]
name = "vs_json"
harness = false

[dependencies.serde]
version = "1.0"

[dependencies.serde_json]
version = "1"
optional = true

[dependencies.serde_json5]
version = "0.1"
optional = true

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]

[dev-dependencies.rusqlite]
version = "0.31"
features = [
    "bundled",
    "blob",
]

[dev-dependencies.serde_derive]
version = "1.0"

[features]
default = ["serde_json"]