twitchchat 0.1.15

interface to the irc-side of twitch's chat system
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 = "twitchchat"
version = "0.1.15"
authors = ["museun <museun@outlook.com>"]
description = "interface to the irc-side of twitch's chat system"
readme = "README.md"
keywords = ["twitch", "irc"]
license = "0BSD"
repository = "https://github.com/museun/twitchchat"
[dependencies.hashbrown]
version = "0.1.8"
optional = true

[dependencies.log]
version = "0.4.6"

[dependencies.parking_lot]
version = "0.7.1"
optional = true

[dependencies.serde]
version = "1.0.89"
features = ["derive"]
optional = true
[dev-dependencies.rand]
version = "0.6.5"

[features]
all = ["serde_hashbrown", "parking_lot"]
default = []
serde_hashbrown = ["serde", "hashbrown/serde"]
[badges.circle-ci]
branch = "master"
repository = "https://github.com/museun/twitchchat"

[badges.maintenance]
status = "actively-developed"