# 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 = "2021" rust-version = "1.79" name = "datafusion-common-runtime" version = "43.0.0" authors = ["Apache DataFusion "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Common Runtime functionality for DataFusion query engine" homepage = "https://datafusion.apache.org" readme = "README.md" keywords = [ "arrow", "query", "sql", ] license = "Apache-2.0" repository = "https://github.com/apache/datafusion" [lib] name = "datafusion_common_runtime" path = "src/lib.rs" [dependencies.log] version = "^0.4" [dependencies.tokio] version = "1.36" features = [ "macros", "rt", "sync", ] [dev-dependencies.tokio] version = "1.36" features = [ "rt", "rt-multi-thread", "time", ] [lints.clippy] large_futures = "warn" [lints.rust] unused_qualifications = "deny" [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = ["cfg(tarpaulin)"]