# 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-types" version = "0.2.2" authors = ["Chase Wilson "] description = "FFI-safe types for ddshow" keywords = ["timely", "differential", "dataflow", "ddshow"] categories = ["development-tools::debugging"] license = "MIT OR Apache-2.0" repository = "https://github.com/Kixiron/ddshow" resolver = "2" [dependencies.abomonation] version = "0.7.3" optional = true [dependencies.abomonation_derive] version = "0.5.0" optional = true [dependencies.bytecheck] version = "0.6.2" optional = true [dependencies.cfg-if] version = "1.0.0" [dependencies.differential-dataflow] version = "0.12.0" optional = true default-features = false [dependencies.rkyv_dep] version = "=0.7.3" features = ["validation", "tinyvec", "tinyvec_alloc"] optional = true package = "rkyv" [dependencies.serde_dep] version = "1.0.123" features = ["derive"] optional = true package = "serde" [dependencies.timely] version = "0.12.0" default-features = false [dependencies.tinyvec] version = "1.3.1" features = ["alloc", "serde"] [features] ddflow = ["differential-dataflow"] default = ["rkyv", "ddflow"] enable_abomonation = ["abomonation", "abomonation_derive"] rkyv = ["rkyv_dep", "bytecheck"] serde = ["serde_dep", "tinyvec/serde"]