# 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 = "2018" name = "include-oracle-sql" version = "0.2.2" authors = ["Alex Demenchuk "] description = "A Yesql inspired macro for using Oracle SQL in Rust" homepage = "https://quietboil.github.io/include-oracle-sql" readme = "README.md" keywords = [ "database", "sql", "macro", "oracle", ] categories = ["database"] license = "MIT" repository = "https://github.com/quietboil/include-oracle-sql" [package.metadata.docs.rs] rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.include-oracle-sql-args] version = "0.1" [dependencies.include-sql] version = "0.3" [dependencies.sibyl] version = "0.6" optional = true [dev-dependencies.tokio] version = "1" features = ["full"] [features] default = ["sibyl/blocking"] tokio = [ "include-sql/async", "sibyl/nonblocking", "sibyl/tokio", ]