# 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 = "pyspark-arrow-rs" version = "0.3.0" authors = ["Loh Jia Long "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ Derive macros to be used to add some helper functions to Rust structs to make them useable in Pyspark's mapInArrow """ readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/jlloh/pyspark-arrow-rs" [lib] name = "pyspark_arrow_rs" path = "src/lib.rs" [[test]] name = "macro_test" path = "tests/macro_test.rs" [dependencies.anyhow] version = "1.0.64" [dependencies.arrow] version = "51.0.0" features = ["pyarrow"] [dependencies.pyspark-arrow-rs-impl] version = "0.2.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_arrow] version = "0.11.5" features = ["arrow-51"]