# 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 = "axum_odbc" version = "0.8.0" authors = ["Andrew Wheeler "] description = "Library to Provide an ODBC-Api layer." documentation = "https://docs.rs/axum_odbc" readme = "README.md" keywords = [ "Axum", "Tower", "odbc", "odbc-api", ] license = "MIT OR Apache-2.0" repository = "https://github.com/AscendingCreations/AxumOdbc" [dependencies.async-trait] version = "0.1.73" [dependencies.axum-core] version = "0.4.0" [dependencies.crossbeam-queue] version = "0.3.8" [dependencies.http] version = "1.0.0" [dependencies.odbc-api] version = "4.0.0" [dependencies.once_cell] version = "1.18.0" [dependencies.serde] version = "1.0.188" [dependencies.serde_json] version = "1.0.107" [dependencies.thiserror] version = "1.0.49" [dependencies.tokio] version = "1.33.0" features = ["full"] [dependencies.tracing] version = "0.1.37" [dev-dependencies.anyhow] version = "1.0.71" [dev-dependencies.axum] version = "0.7.1" [features] iodbc = ["odbc-api/iodbc"]