aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 2013c2918e5c63a7cd782cf5200d5b01665babad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[package]

name = "irsc"
version = "0.0.3"
authors = ["Till Hoeppner <till@hoeppner.ws>"]
description = "A lightweight library for building IRC bots."
repository = "https://github.com/tilpner/irsc"
keywords = ["irc", "internet", "protocol"]
license = "MIT"

[dependencies]
log = "*"
env_logger = "*"
regex = "*"
regex_macros = "*"

[features]
ssl = ["openssl"]

[dependencies.openssl]
version = "*"
optional = true