# 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 = "sql-functions" version = "0.1.3" description = "A library of dialect specific SQL Functions" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/sdf-labs/sql-functions" [lib] name = "sql_functions" path = "src/lib.rs" [dependencies.arrow] version = "51.0.0" features = ["prettyprint"] [dependencies.chrono] version = "0.4" [dependencies.chrono-tz] version = "0.5" [dependencies.datafusion] version = "38" [dependencies.log] version = "0.4.20" [dependencies.regex] version = "1.5" [dependencies.rust-embed] version = "6.4.2" [dependencies.tokio] version = "1.33.0" [features] default = ["presto_expressions"] presto_expressions = []