# 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 = "diffusion" version = "0.9.0" authors = ["Wangshan Lu "] description = "This is the rust implementation of diffusion library. Diffusion is an effcient message-based data distribution library.\n" documentation = "http://wisagan.github.io/rust-diffusion/diffusion/" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/WiSaGaN/rust-diffusion" [[bin]] name = "file_reader" path = "src/bin/file_reader.rs" [[bin]] name = "file_writer" path = "src/bin/file_writer.rs" [[bin]] name = "multicast_reader" path = "src/bin/multicast_reader.rs" [[bin]] name = "multicast_writer" path = "src/bin/multicast_writer.rs" [dependencies] [dev-dependencies.tempfile] version = "3.0.3"