Cargo Features
include-oracle-sql has no features set by default.
[dependencies]
include-oracle-sql = { version = "0.2.2", features = ["tokio"] }
- default
-
These default features are set whenever
include-oracle-sql
is added without
somewhere in the dependency tree.default-features = false - tokio
-
Enables async of include-sql, nonblocking and tokio of sibyl
Affects
include-oracle-sql::nonblocking
…
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.