nestor 0.1.0

irc bot framework for nightly
Documentation
# 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 = "nestor"
version = "0.1.0"
authors = ["Daniel Griffen <daniel@griffen.io>"]
description = "irc bot framework for nightly\n"
license = "MIT/Apache-2.0"
[dependencies.failure]
version = "0.1"

[dependencies.futures]
version = "0.1.25"

[dependencies.futures-preview]
version = "0.3.0-alpha.12"
package = "futures-preview"

[dependencies.inventory]
version = "0.1"

[dependencies.irc]
version = "0.13"

[dependencies.nestor_codegen]
version = "0.1.0"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.state]
version = "0.4"
features = ["tls"]

[dependencies.tokio]
version = "0.1.13"
features = ["async-await-preview"]

[dependencies.tokio-async-await]
version = "0.1.4"

[dependencies.toml]
version = "0.4"