rbs 4.8.0

Serialization framework for ORM
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"
name = "rbs"
version = "4.8.0"
authors = ["ce <zhuxiujia@qq.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Serialization framework for ORM"
homepage = "https://rbatis.github.io/rbatis.io"
documentation = "https://rbatis.github.io/rbatis.io"
readme = "Readme.md"
keywords = [
    "database",
    "orm",
    "mysql",
    "postgres",
    "sqlite",
]
categories = ["database"]
license = "Apache-2.0"
repository = "https://github.com/rbatis/rbatis"

[features]
debug_mode = []
default = []

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

[[test]]
name = "error_test"
path = "tests/error_test.rs"

[[test]]
name = "table_test"
path = "tests/table_test.rs"

[[test]]
name = "to_value_macro_test"
path = "tests/to_value_macro_test.rs"

[[test]]
name = "value_memory_leak_test"
path = "tests/value_memory_leak_test.rs"

[[test]]
name = "value_serde_test"
path = "tests/value_serde_test.rs"

[[test]]
name = "value_test"
path = "tests/value_test.rs"

[[bench]]
name = "table"
path = "benches/table.rs"

[dependencies.indexmap]
version = "2.5"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dev-dependencies.ctor]
version = "0.2"

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