# 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 = "noria-dataflow" version = "0.6.0" authors = ["The Noria developers "] description = "Internal noria-server crate" homepage = "https://pdos.csail.mit.edu/noria" keywords = ["internal"] license = "MIT OR Apache-2.0" repository = "https://github.com/mit-pdos/noria.git" [dependencies.ahash] version = "0.3" [dependencies.bincode] version = "1.0.0" [dependencies.common] version = "0.6.0" package = "noria-common" [dependencies.evmap] version = "11.0.0-alpha.1" features = ["eviction"] [dependencies.futures-util] version = "0.3.0" [dependencies.hashbag] version = "0.1.2" [dependencies.indexmap] version = "1.1.0" [dependencies.itertools] version = "0.9" [dependencies.nom-sql] version = "0.0.11" [dependencies.noria] version = "0.6.0" [dependencies.petgraph] version = "0.5" features = ["serde-1"] [dependencies.rand] version = "0.7" [dependencies.regex] version = "1" [dependencies.rocksdb] version = "0.14" features = ["lz4"] default-features = false [dependencies.serde] version = "1.0.8" features = ["rc"] [dependencies.serde_derive] version = "1.0.8" [dependencies.serde_json] version = "1.0.2" [dependencies.slog] version = "2.4.0" [dependencies.stream-cancel] version = "0.5.0" [dependencies.tempfile] version = "3.0.2" [dependencies.timekeeper] version = "0.3.2" default-features = false [dependencies.tokio] version = "0.2.0" features = ["stream"] [dependencies.vec_map] version = "0.8.0" features = ["eders"] [target."cfg(not(target_env=\"msvc\"))".dependencies.jemallocator] version = "0.3" [badges.maintenance] status = "experimental"