# 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 = "tiberqueries" version = "0.1.3" authors = ["Aidan Bleser"] description = "A lightweight ORM for Tiberius." documentation = "https://github.com/ieedan/tiberqueries" readme = "README.md" keywords = [ "derive", "tiberius", "mssqlserver", "orm", ] license = "MIT" repository = "https://github.com/ieedan/tiberqueries" [dependencies.tiberius] version = "0.12.2" features = ["chrono"] [dependencies.tiberqueries_derive] version = "0.1.3" optional = true [dependencies.tokio] version = "^1.37.0" features = ["full"] optional = true [dependencies.tokio-util] version = "0.7.10" features = ["compat"] optional = true [features] default = [ "derive", "query", ] derive = ["tiberqueries_derive"] query = [ "tokio", "tokio-util", ]