[dependencies.Inflector]
version = "0.11"
[dependencies.bigdecimal]
version = "0.4.7"
[dependencies.convert_case]
version = "0.7.1"
[dependencies.indexmap]
version = "2.7.1"
[dependencies.proc-macro2]
version = "1.0.93"
[dependencies.quote]
version = "1.0.38"
[dependencies.serde]
features = ["derive"]
version = "1.0.217"
[dependencies.serde_json]
version = "1.0.133"
[dependencies.serde_urlencoded]
version = "0.7.1"
[dependencies.syn]
features = ["full"]
version = "2.0.96"
[dependencies.tracing]
version = "0.1.41"
[dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3.19"
[dependencies.validator]
features = ["derive"]
version = "0.20.0"
[dev-dependencies.by-axum]
version = "0.2.*"
[dev-dependencies.by-types]
version = "0.3.*"
[dev-dependencies.lazy_static]
version = "1.5.0"
[dev-dependencies.regex]
version = "1.11.1"
[dev-dependencies.reqwest]
version = "0.12.12"
[dev-dependencies.rest-api]
version = "0.1.*"
[dev-dependencies.schemars]
features = ["uuid1"]
version = "1.0.4"
[dev-dependencies.sqlx]
features = ["sqlite", "postgres", "runtime-tokio", "bigdecimal"]
version = "0.8.3"
[dev-dependencies.tokio]
features = ["full"]
version = "1.43.0"
[dev-dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3.19"
[features]
server = []
[lib]
name = "by_macros"
path = "src/lib.rs"
proc-macro = true
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Biyard Macros"
edition = "2021"
keywords = ["macros", "api"]
license = "Apache-2.0"
name = "by-macros"
readme = "README.md"
repository = "https://github.com/biyard/rust-sdk/tree/main/packages/by-macros"
version = "0.6.15"
[[test]]
name = "action_by_id_empty_param"
path = "tests/action_by_id_empty_param.rs"
[[test]]
name = "api_model"
path = "tests/api_model.rs"
[[test]]
name = "api_model_derive"
path = "tests/api_model_derive.rs"
[[test]]
name = "dioxus_controller"
path = "tests/dioxus_controller.rs"
[[test]]
name = "enum_prop"
path = "tests/enum_prop.rs"
[[test]]
name = "many_to_many_find_test"
path = "tests/many_to_many_find_test.rs"
[[test]]
name = "many_to_many_single_field"
path = "tests/many_to_many_single_field.rs"
[[test]]
name = "many_to_many_with_target_table"
path = "tests/many_to_many_with_target_table.rs"
[[test]]
name = "many_to_one_tests"
path = "tests/many_to_one_tests.rs"
[[test]]
name = "nested-join-query"
path = "tests/nested-join-query.rs"
[[test]]
name = "one_to_many_with_filter"
path = "tests/one_to_many_with_filter.rs"
[[test]]
name = "panel_v2"
path = "tests/panel_v2.rs"
[[test]]
name = "query_builder"
path = "tests/query_builder.rs"
[[test]]
name = "query_display"
path = "tests/query_display.rs"
[[test]]
name = "server_user_org_model"
path = "tests/server_user_org_model.rs"
[[test]]
name = "summary_model_base_sql"
path = "tests/summary_model_base_sql.rs"
[[test]]
name = "survey_model"
path = "tests/survey_model.rs"
[[test]]
name = "survey_v2"
path = "tests/survey_v2.rs"
[[test]]
name = "test_duplicate_exist_aggregators"
path = "tests/test_duplicate_exist_aggregators.rs"
[[test]]
name = "test_multiple_exist_aggregators"
path = "tests/test_multiple_exist_aggregators.rs"
[[test]]
name = "topic_server_model"
path = "tests/topic_server_model.rs"
[[test]]
name = "update_into_test"
path = "tests/update_into_test.rs"