[package] name = "unidb_oracle" version = "0.2.1" authors = ["Jake "] edition = "2021" description = "SQL mapper for Oracle" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] unidb="0.5.0" #unidb = {path ="../unidb"} r2d2="0.8.10" r2d2-oracle="0.6.0" log = "0.4.17" log4rs="0.13.0" lazy_static = "1.4.0" walkdir="2.3.2" parking_lot="0.12.1" serde = { version = "1.0.152", features = ["derive"] } serde_json = "1.0.91"