# 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 = "declarative-dataflow" version = "0.2.0" authors = ["Nikolas Göbel ", "Frank McSherry "] description = "A reactive query engine built on Differential Dataflow." homepage = "https://github.com/comnik/declarative-dataflow" documentation = "https://docs.rs/declarative-dataflow" keywords = ["differential", "dataflow", "datalog", "graphql", "query"] license = "MIT" repository = "https://github.com/comnik/declarative-dataflow.git" [profile.release] opt-level = 3 lto = false codegen-units = 4 debug = true debug-assertions = false rpath = false [dependencies.chrono] version = "0.4" optional = true [dependencies.csv] version = "1" optional = true [dependencies.differential-dataflow] version = "0.10.0" [dependencies.fixed] version = "0.3.2" features = ["serde"] optional = true [dependencies.graphql-parser] version = "0.2.2" optional = true [dependencies.log] version = "0.4" [dependencies.num-rational] version = "0.2" features = ["std", "serde"] [dependencies.serde] version = "1" [dependencies.serde_derive] version = "1" [dependencies.serde_json] version = "1" optional = true [dependencies.timely] version = "0.10.0" features = ["bincode"] [dependencies.timely_sort] version = "0.1.6" [dependencies.uuid] version = "0.7" features = ["serde"] optional = true [dev-dependencies.env_logger] version = "0.5.6" [features] csv-source = ["csv", "chrono"] graphql = ["graphql-parser", "serde_json"] json-source = ["serde_json", "chrono"] real = ["fixed"] real-time = [] set-semantics = []