sql-orm-sqlserver 0.1.0

SQL Server query compilation for sql-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 = "2024"
rust-version = "1.85"
name = "sql-orm-sqlserver"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SQL Server query compilation for sql-orm."
homepage = "https://github.com/Estebanarteaga94/sql-orm"
documentation = "https://docs.rs/sql-orm-sqlserver"
readme = "README.md"
keywords = [
    "mssql",
    "sqlserver",
    "orm",
    "tiberius",
    "database",
]
categories = [
    "database",
    "asynchronous",
]
license = "MIT"
repository = "https://github.com/Estebanarteaga94/sql-orm"
resolver = "2"

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

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

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

[dependencies.sql-orm-core]
version = "0.1.0"

[dependencies.sql-orm-migrate]
version = "0.1.0"

[dependencies.sql-orm-query]
version = "0.1.0"

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