# 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 = "sibyl" version = "0.6.16" authors = ["Alex Demenchuk "] description = "An OCI-based (synchronous or asynchronous) interface between Rust applications and Oracle databases" homepage = "https://quietboil.github.io/sibyl" documentation = "https://docs.rs/sibyl" readme = "README.md" keywords = [ "database", "sql", "oracle", "ffi", "async", ] categories = ["database"] license = "MIT" repository = "https://github.com/quietboil/sibyl" [package.metadata.docs.rs] features = [ "blocking", "nonblocking", "tokio", ] rustdoc-args = [ "--cfg", "docsrs", ] [profile.test] opt-level = 2 [dependencies.actix-rt] version = "2.8" optional = true default-features = false [dependencies.async-global-executor] version = "2.3" optional = true [dependencies.async-once-cell] version = "0.4" optional = true [dependencies.async-rt] version = "1.12" features = ["unstable"] optional = true package = "async-std" [dependencies.libc] version = "0.2" [dependencies.once_cell] version = "1.17" [dependencies.parking_lot] version = "0.12" [dependencies.tokio-rt] version = "1" features = ["rt"] optional = true package = "tokio" [dev-dependencies.tokio-rt] version = "1" features = [ "rt", "rt-multi-thread", ] package = "tokio" [features] actix = ["actix-rt"] async-global = ["async-global-executor"] async-std = ["async-rt"] blocking = [] nonblocking = ["async-once-cell"] tokio = ["tokio-rt"] unsafe-direct-binds = []