# 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 = "substrait-expr" version = "0.2.1" authors = ["Weston Pace "] include = [ "build.rs", "src/**/*.rs", "tests/**/*.rs", "substrait/LICENSE", "substrait/README.md", "substrait/extensions/**/*.yaml", ] description = "Utilities for working with Substrait expressions" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/westonpace/substrait-expr" [dependencies.once_cell] version = "1.19.0" [dependencies.prost] version = "0.12.3" [dependencies.substrait] version = "0.29.3" [dependencies.substrait-expr-macros] version = "0.2.1" [dependencies.thiserror] version = "1.0.50" [build-dependencies.substrait-expr-funcgen] version = "0.2.1"