Skip to content
This repository has been archived by the owner on Oct 28, 2020. It is now read-only.

Commit

Permalink
wip: update to latest serenity
Browse files Browse the repository at this point in the history
  • Loading branch information
indiv0 committed Nov 24, 2017
1 parent 182dcdb commit 693c6d5
Show file tree
Hide file tree
Showing 17 changed files with 1,249 additions and 1,196 deletions.
1,325 changes: 883 additions & 442 deletions Cargo.lock

Large diffs are not rendered by default.

79 changes: 30 additions & 49 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,75 +2,56 @@
name = "smexybot"
version = "0.1.0"
authors = ["Nikita Pekin <contact@nikitapek.in>"]
build = "build.rs"

[build-dependencies.serde_codegen]
optional = true
version = "0.8.21"

[dependencies]
chrono = { features = ["serde"], version = "0.2.25" }
chrono = { features = ["serde"], version = "0.4.0" }
clippy = { optional = true, version = "0.0" }
env_logger = "0.3.5"
hyper = "0.9.14"
lazy_static = "0.2.2"
log = "0.3.6"
markov = { optional = true, version = "0.0.32" }
psutil = { optional = true, version = "1.0.0" }
rand = "0.3.15"
regex = "0.1.80"
serde = "0.8.21"
serde_derive = { optional = true, version = "0.8.21" }
serde_json = "0.8.4"
time = { optional = true, version = "0.1.35" }
env_logger = "0.4.3"
futures = "0.1.17"
hyper = "0.11.7"
hyper-tls = "0.1.2"
lazy_static = "0.2.11"
log = "0.3.8"
markov = { optional = true, version = "0.0.33" }
psutil = "1.1.0"
rand = "0.3.18"
regex = "0.2.2"
serde = "1.0.21"
serde_derive = "1.0.21"
serde_json = "1.0.6"
time = "0.1.38"
tokio-core = "0.1.10"
typemap = "0.3.3"
url = "1.2.4"
uuid = { features = ["v4"], optional = true, version = "0.3.1" }
url = "1.6.0"
uuid = { version = "0.5.1", features = ["v4"] }
xkcd = "0.3.0"

[dependencies.serenity]
features = ["cache", "framework", "methods", "voice"]
git = "https://github.com/zeyla/serenity.rs"
features = ["cache", "framework", "voice"]
version = "0.4.3"

[dependencies.wolfram_alpha]
default-features = false
features = ["hyper"]
optional = true
version = "0.3.0"

[dependencies.xkcd]
default-features = false
features = ["hyper"]
optional = true
version = "0.2.1"
version = "0.4.0"

[features]
all = [
"counter",
"fuyu",
"help",
"ping",
"roll",
"stats",
"tag",
"wolfram",
"xkcd",
# "fuyu",
# "tag",
# "wolfram",
]
counter = ["store"]
default = ["with-syntex"]
fuyu = ["markov"]
fuyu-include = ["fuyu"]
help = []
nightly = ["serde_derive", "wolfram_alpha/nightly", "xkcd/nightly"]
nightly = []
#nightly = ["serde_derive", "wolfram_alpha/nightly"]
nightly-testing = [
"clippy",
"nightly",
"wolfram_alpha/nightly-testing",
"xkcd/nightly-testing",
]
ping = ["time"]
roll = []
stats = ["psutil"]
store = ["uuid"]
profile = []
store = []
tag = ["store"]
wolfram = ["wolfram_alpha"]
with-syntex = ["serde_codegen", "wolfram_alpha/with-syntex", "xkcd/with-syntex"]
#with-syntex = ["serde_codegen", "wolfram_alpha/with-syntex"]
31 changes: 0 additions & 31 deletions build.rs

This file was deleted.

13 changes: 0 additions & 13 deletions src/command/counter.in.rs

This file was deleted.

Loading

0 comments on commit 693c6d5

Please sign in to comment.