summaryrefslogtreecommitdiff
path: root/rust/Cargo.toml
blob: 708256bc1baab8631d41c2797b6d0d9375814541 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "auth_xmppmessage"
version = "0.1.0"
authors = ["Yves Fischer <yvesf+git@xapek.org>"]
build = "build.rs"

[dependencies]
tiny_http = "0.5"
rustc-serialize = "0.3"
time = "0.1"
rust-crypto = "0.2"
rand = "0.3"
getopts = "0.2"
env_logger = "0.3"
log = "0.3"

[build-dependencies]
gcc = "0.3.35"