# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "nu_plugin_from_parquet" version = "0.0.0" authors = ["Jake Swenson "] description = "nu plugin to add parquet support" license = "MIT" repository = "https://github.com/jakeswenson/nu_plugin_from_parquet" [dependencies.bigdecimal] version = "0.2.0" [dependencies.chrono] version = "0.4.19" features = ["serde"] [dependencies.indexmap] version = "1.6.1" [dependencies.nu-errors] version = "0.26.0" [dependencies.nu-plugin] version = "0.26.0" [dependencies.nu-protocol] version = "0.26.0" [dependencies.nu-source] version = "0.26.0" [dependencies.nu-value-ext] version = "0.26.0" [dependencies.parquet] version = "3.0.0"