# 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_derive" version = "1.1.0" authors = ["Software Heritage developers "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Procedural macros from row-oriented access to Arrow arrays using ar_row." 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_derive" path = "src/lib.rs" proc-macro = true [[test]] name = "datatypes" path = "tests/datatypes.rs" [[test]] name = "decimal" path = "tests/decimal.rs" [[test]] name = "dict" path = "tests/dict.rs" [[test]] name = "nulls" path = "tests/nulls.rs" [[test]] name = "test1" path = "tests/test1.rs" [[test]] name = "test_codegen" path = "tests/test_codegen.rs" [[test]] name = "timestamp" path = "tests/timestamp.rs" [dependencies.ar_row] version = "1.1.0" [dependencies.chrono] version = "0.4.37" optional = true [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.syn] version = "2.0" [dependencies.unsafe_unwrap] version = "0.1.0" [dev-dependencies.rust_decimal] version = "1.30.0" [dev-dependencies.rust_decimal_macros] version = "1.30.0" [features] chrono = ["dep:chrono"]