sql-orm 0.2.0-rc.1

Public API crate for the sql-orm workspace.
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 = "sql-orm"
version = "0.2.0-rc.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Public API crate for the sql-orm workspace."
homepage = "https://github.com/Estebanarteaga94/sql-orm"
documentation = "https://docs.rs/sql-orm"
readme = "README.md"
keywords = [
    "mssql",
    "sqlserver",
    "orm",
    "tiberius",
    "database",
]
categories = [
    "database",
    "asynchronous",
]
license = "MIT"
repository = "https://github.com/Estebanarteaga94/sql-orm"
resolver = "2"

[features]
default = []
pool-bb8 = ["sql-orm-tiberius/pool-bb8"]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.chrono]
version = "0.4"
features = ["std"]
default-features = false

[dependencies.rust_decimal]
version = "1"
features = ["std"]
default-features = false

[dependencies.sql-orm-core]
version = "0.2.0-rc.1"

[dependencies.sql-orm-macros]
version = "0.2.0-rc.1"

[dependencies.sql-orm-migrate]
version = "0.2.0-rc.1"

[dependencies.sql-orm-query]
version = "0.2.0-rc.1"

[dependencies.sql-orm-sqlserver]
version = "0.2.0-rc.1"

[dependencies.sql-orm-tiberius]
version = "0.2.0-rc.1"

[dependencies.tokio]
version = "1"
features = ["sync"]

[dependencies.uuid]
version = "1"
features = ["std"]
default-features = false

[dev-dependencies.insta]
version = "1"

[dev-dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
]

[dev-dependencies.trybuild]
version = "1"