# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "ductile" version = "0.3.0" authors = ["Edoardo Morassutto "] description = "A channel implementation that allows both local in-memory channels and remote TCP-based channels with the same interface." homepage = "https://github.com/edomora97/ductile" readme = "README.md" keywords = [ "channel", "actor", "network", ] categories = [ "concurrency", "network-programming", ] license = "MIT" repository = "https://github.com/edomora97/ductile" [dependencies.anyhow] version = "1.0" [dependencies.bincode] version = "1.3" [dependencies.chacha20] version = "0.9" [dependencies.crossbeam-channel] version = "0.5" [dependencies.log] version = "0.4" [dependencies.rand] version = "0.8" [dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.tempfile] version = "3.3"