rbatis-codegen 4.7.0

The Rust SQL Toolkit and ORM Library. An async, pure Rust SQL crate featuring compile-time Dynamic SQL gen system
Documentation
[dependencies.html_parser]
version = "0.6.3"

[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.rbs]
version = "4"

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

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

[dependencies.syn]
features = ["full"]
version = "2.0"

[dependencies.url]
version = "2.2.2"

[features]
default = []

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

[package]
authors = ["ce <zhuxiujia@qq.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["database"]
description = "The Rust SQL Toolkit and ORM Library. An async, pure Rust SQL crate featuring compile-time Dynamic SQL gen system"
documentation = "https://rbatis.github.io/rbatis.io"
edition = "2021"
homepage = "https://rbatis.github.io/rbatis.io"
keywords = ["database", "orm", "mysql", "postgres", "sqlite"]
license = "Apache-2.0"
name = "rbatis-codegen"
readme = "Readme.md"
repository = "https://github.com/rbatis/rbatis"
version = "4.7.0"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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