# 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-types" version = "0.32.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Public API types for Feldera" homepage = "https://github.com/feldera/feldera" readme = "README.md" keywords = [ "DBSP", "streaming", "analytics", "database", ] categories = [ "database", "api-bindings", "network-programming", ] license = "MIT" repository = "https://github.com/feldera/feldera" [lib] name = "feldera_types" path = "src/lib.rs" [dependencies.actix-web] version = "4.3" [dependencies.anyhow] version = "1.0.57" features = ["backtrace"] [dependencies.enum-map] version = "2.7.3" [dependencies.libc] version = "0.2.153" [dependencies.log] version = "0.4.20" [dependencies.proptest] version = "1.5.0" optional = true [dependencies.proptest-derive] version = "0.5.0" optional = true [dependencies.rust_decimal] version = "1.33.1-feldera.1" package = "feldera_rust_decimal" [dependencies.serde] version = "1.0" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1.0.127" features = ["raw_value"] [dependencies.serde_yaml] version = "0.9.14" [dependencies.utoipa] version = "4.1" [dev-dependencies.csv] version = "1.2.2" [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.rust_decimal_macros] version = "1.32" [features] testing = [ "proptest", "proptest-derive", ]