# 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] name = "tange-collection" version = "0.1.2" authors = ["Andrew Stanton "] description = "Dataflow computation" readme = "README.md" keywords = ["parallel", "thread", "concurrency", "dataflow", "performance"] categories = ["concurrency", "algorithms"] license = "Apache-2.0/MIT" repository = "https://github.com/Refefer/tange/tree/master/tange-collection" [lib] name = "tange_collection" path = "src/lib.rs" [dependencies.bincode] version = "1.0" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.snap] version = "0.2.5" [dependencies.tange] version = "0.1" [dependencies.uuid] version = "0.6" features = ["v4"]