# 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 = "arrow_convert" version = "0.7.2" authors = [ "Swoorup Joshi ", "Jorge Leitao ", "Chandra Penke ", ] description = "Convert between nested rust types and Arrow with arrow" readme = "README.md" keywords = [ "Arrow", "arrow", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/Swoorup/arrow-convert" [lib] bench = false [[bench]] name = "bench" harness = false [dependencies.arrow] version = "53.0" [dependencies.arrow_convert_derive] version = "0.7.2" optional = true [dependencies.chrono] version = "0.4" features = ["std"] default-features = false [dependencies.err-derive] version = "0.3" [dependencies.glam] version = "0.29" optional = true [dependencies.half] version = "2.4" default-features = false [dependencies.rust_decimal] version = "1.36" optional = true [dependencies.tinystr] version = "0.7" optional = true [dev-dependencies.arrow_convert_derive] version = "0.7.2" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.glam] version = "0.29" [dev-dependencies.pretty_assertions] version = "1.4" [dev-dependencies.rust_decimal] version = "1.36" [dev-dependencies.tinystr] version = "0.7" [dev-dependencies.trybuild] version = "1.0" [features] default = ["derive"] derive = ["arrow_convert_derive"] glam = ["dep:glam"] rust_decimal = ["dep:rust_decimal"] tinystr = ["dep:tinystr"]