# 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 = "feldera-sqllib" version = "0.32.0" build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "SQL runtime library for Feldera" homepage = "https://github.com/feldera/feldera" readme = "README.md" keywords = [ "DBSP", "streaming", "analytics", "database", "sql", ] categories = [ "database", "api-bindings", "network-programming", ] license = "MIT" repository = "https://github.com/feldera/feldera" [lib] name = "feldera_sqllib" path = "src/lib.rs" [dependencies.chrono] version = "0.4.38" [dependencies.dbsp] version = "0.32.0" [dependencies.feldera-types] version = "0.32.0" [dependencies.flate2] version = "1.0.28" [dependencies.geo] version = "0.26.0" [dependencies.hex] version = "0.4.3" [dependencies.itertools] version = "0.13.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.like] version = "0.3.1" [dependencies.metrics] version = "0.23.0" [dependencies.num] version = "0.4.1" [dependencies.num-traits] version = "0.2" [dependencies.paste] version = "1.0.12" [dependencies.regex] version = "1.9.1" [dependencies.rkyv] version = "0.7.45" features = [ "std", "size_64", ] default-features = false [dependencies.rust_decimal] version = "1.33.1-feldera.1" features = [ "maths", "rkyv", "serde-float", "serde-arbitrary-precision", ] package = "feldera_rust_decimal" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.127" features = ["arbitrary_precision"] [dependencies.size-of] version = "0.1.5" features = ["rust_decimal"] package = "feldera-size-of" [dependencies.thiserror] version = "1.0" [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.serde_json] version = "1.0.107"