# 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] rust-version = "1.63" name = "ar_row" version = "1.1.0" authors = ["Software Heritage developers "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Row-oriented access to Arrow arrays" homepage = "https://gitlab.softwareheritage.org/swh/devel/ar_row-rs" readme = "README.md" keywords = [ "arrow", "proc-macros", ] categories = [ "encoding", "parser-implementations", ] license = "GPL-3.0-or-later" repository = "https://gitlab.softwareheritage.org/swh/devel/ar_row-rs" [lib] name = "ar_row" path = "src/lib.rs" [[test]] name = "dict" path = "tests/dict.rs" [dependencies.arrow] version = ">=52.0.0,<54.0.0" [dependencies.chrono] version = "0.4.26" optional = true [dependencies.thiserror] version = "1.0.48" [dev-dependencies.flate2] version = "1.0" [dev-dependencies.pretty_assertions] version = "1.3.0" [dev-dependencies.tempfile] version = "3.6.0" [build-dependencies.cxx-build] version = "1.0" [build-dependencies.thiserror] version = "1.0.48" [features]