# 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" name = "arrow2_convert" version = "0.5.0" authors = [ "Jorge Leitao ", "Chandra Penke ", ] description = "Convert between nested rust types and Arrow with arrow2" readme = "README.md" keywords = [ "Arrow", "arrow2", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/DataEngineeringLabs/arrow2-convert" resolver = "1" [lib] bench = false [[bench]] name = "bench" harness = false [dependencies.arrow2] version = "0.17" [dependencies.arrow2_convert_derive] version = "0.5.0" optional = true [dependencies.chrono] version = "0.4" features = ["std"] default_features = false [dependencies.err-derive] version = "0.3" [dev-dependencies.arrow2_convert_derive] version = "0.5.0" [dev-dependencies.criterion] version = "0.4" [dev-dependencies.trybuild] version = "1.0" [features] default = ["derive"] derive = ["arrow2_convert_derive"]