[package] name = "unidb_odbc" version = "0.1.1" authors = ["jake "] edition = "2018" description = "SQL mapper for ODBC" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] unidb="0.4.*" r2d2="0.8.9" r2d2_odbc = "0.5.0" odbc = "0.16.1" log = "0.4" log4rs="0.11.0" lazy_static = "1.4.0" parking_lot="0.10.2" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"