# 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 = "parquetry-gen" version = "0.12.0" authors = ["Travis Brown "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Parquet code generator" readme = "README.md" keywords = ["parquet"] license-file = "LICENSE" repository = "https://github.com/travisbrown/parquetry" [lib] name = "parquetry_gen" path = "src/lib.rs" [dependencies.codegen] version = "0.2" [dependencies.convert_case] version = "0.6" [dependencies.parquet] version = "53" [dependencies.prettyplease] version = "0.2" [dependencies.syn] version = "2" [dependencies.thiserror] version = "1"