# 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 = "ddshow-sink" version = "0.2.2" authors = ["Chase Wilson "] description = "Utilities to allow setting ddshow loggers for timely dataflow programs" keywords = ["timely", "differential", "dataflow", "ddshow"] categories = ["development-tools::debugging"] license = "MIT OR Apache-2.0" repository = "https://github.com/Kixiron/ddshow" resolver = "2" [dependencies.bytecheck] version = "0.6.3" [dependencies.byteorder] version = "1.4.3" [dependencies.ddshow-types] version = "0.2.0" features = ["rkyv", "enable_abomonation"] [dependencies.differential-dataflow] version = "0.12.0" optional = true default-features = false [dependencies.rkyv] version = "=0.7.3" features = ["validation", "tinyvec", "tinyvec_alloc"] [dependencies.timely] version = "0.12.0" default-features = false [dependencies.tracing_dep] version = "0.1.26" optional = true default-features = false package = "tracing" [features] ddflow = ["differential-dataflow", "ddshow-types/ddflow"] default = ["ddflow"] tracing = ["tracing_dep"]