# 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 = "sink" version = "0.1.0" authors = ["Perry Birch "] description = "This crate aims to provide an abstraction for a thing which can be sent values\nand, immediately, return a Result indicating success / failure of receipt.\nAs a base primitive this should enable a message oriented variant of the\ninbound params to the familiar imperitive Result 'and_then' composition pattern.\n" readme = "README.md" keywords = ["omnivers3", "sink"] categories = ["streaming"] license = "MIT" repository = "https://github.com/omnivers3/sink" [badges.circle-ci] branch = "master" repository = "omnivers3/sink"