# 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 = "irc-bot" version = "0.2.1" authors = ["c74d <8573dd@gmail.com>"] description = "A library for writing Internet Relay Chat (IRC) bots in Rust" homepage = "https://docs.rs/crate/irc-bot" documentation = "https://docs.rs/irc-bot" readme = "README.md" keywords = ["irc", "internet-relay-chat", "internet_relay_chat", "bot", "bots"] categories = ["network-programming"] license = "Apache-2.0" repository = "https://github.com/8573/irc-bot.rs" [dependencies.clap] version = "2.31.2" [dependencies.crossbeam-channel] version = "0.1.3" [dependencies.crossbeam-utils] version = "0.4.0" [dependencies.env_logger] version = "0.4.3" [dependencies.error-chain] version = "0.11.0" [dependencies.irc] version = "0.13.5" [dependencies.itertools] version = "0.7.8" [dependencies.lazy_static] version = "1.0.0" [dependencies.log] version = "0.4.1" [dependencies.rand] version = "0.5.0" [dependencies.rando] version = "0.2.0" [dependencies.regex] version = "1.0.0" [dependencies.serde] version = "1.0.59" [dependencies.serde_derive] version = "1.0.59" [dependencies.serde_yaml] version = "0.7.4" [dependencies.smallvec] version = "0.6.1" [dependencies.uuid] version = "0.6.5" features = ["v4"] [dependencies.yaml-rust] version = "0.4.0" [build-dependencies.foreman] version = "0.4.0"