# 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.64" name = "datafusion-row" version = "27.0.0" authors = ["Apache Arrow "] description = "Row backed by raw bytes for DataFusion query engine" homepage = "https://github.com/apache/arrow-datafusion" readme = "README.md" keywords = [ "arrow", "query", "sql", ] license = "Apache-2.0" repository = "https://github.com/apache/arrow-datafusion" resolver = "1" [lib] name = "datafusion_row" path = "src/lib.rs" [dependencies.arrow] version = "42.0.0" features = [ "prettyprint", "dyn_cmp_dict", ] [dependencies.datafusion-common] version = "27.0.0" [dependencies.paste] version = "^1.0" [dependencies.rand] version = "0.8"