# 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 = "odbc-sys" version = "0.24.0" authors = ["Markus Klein"] build = "build.rs" description = "ODBC ffi bindings" readme = "README.md" keywords = [ "sql", "database", "odbc", "ffi", ] categories = [ "external-ffi-bindings", "database", ] license = "MIT" repository = "https://github.com/pacman82/odbc-sys" [dependencies] [features] default = ["odbc_version_3_80"] iodbc = [] odbc_version_3_50 = [] odbc_version_3_80 = ["odbc_version_3_50"] odbc_version_4 = ["odbc_version_3_80"] static = []