# 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 = "slack-paste" version = "0.1.0" authors = ["Brian Rowe "] description = "Paste stdin to slack" keywords = ["cli", "slack"] license-file = "LICENSE.md" repository = "https://github.com/briprowe/slack-paste" [[bin]] name = "slack-paste" [dependencies.clap] version = "2.33.3" [dependencies.directories] version = "3.0.1" [dependencies.read_input] version = "0.8.4" [dependencies.serde] version = "1.0.116" features = ["derive"] [dependencies.slack-morphism] version = "0.2.8" [dependencies.slack-morphism-models] version = "0.2.8" [dependencies.tokio] version = "0.2.22" [dependencies.toml] version = "0.5"