aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 5dcedd177c2e0f2487c8c229d385edb8223e3eb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]

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

[features]
ssl = ["openssl"]

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