aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJokler <jokler.contact@gmail.com>2019-06-22 15:51:21 +0200
committerJokler <jokler.contact@gmail.com>2019-06-22 15:51:21 +0200
commit3592c7b6fb2522ff57c7f312b8927eb680d6dc5c (patch)
treed484a367c205afe43ba7327a888b06844fd24c0c /Cargo.toml
parent237f6ebe59c90d4ceddd9af6a8a19e562d304aaa (diff)
parenta92e622a0d42911e8e46239c3bde17169ed60c92 (diff)
downloadfrippy-3592c7b6fb2522ff57c7f312b8927eb680d6dc5c.tar.gz
frippy-3592c7b6fb2522ff57c7f312b8927eb680d6dc5c.zip
Merge branch 'dev'HEADv0.5.0master
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml50
1 files changed, 21 insertions, 29 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c9aa9c5..3e5600e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "frippy"
-version = "0.4.0"
+version = "0.5.0"
authors = ["Jokler <jokler.contact@gmail.com>"]
repository = "https://github.com/Mavulp/frippy"
readme = "README.md"
@@ -16,48 +16,44 @@ doc = false
[features]
mysql = [
"diesel",
- "diesel_infer_schema",
"diesel_migrations",
- "dotenv",
"r2d2",
"r2d2-diesel"
]
[dependencies]
-irc = "0.13.4"
-log = "0.4.1"
-time = "0.1.39"
-humantime = "1.1.0"
-rlua = "0.12.2"
-reqwest = "0.8.5"
-regex = "0.2.6"
-lazy_static = "1.0.0"
-serde = "1.0.27"
-serde_json = "1.0.9"
-chrono = "0.4.0"
+irc = "0.13.6"
+log = "0.4.5"
+time = "0.1.40"
+humantime = "1.1.1"
+rlua = "0.14.2"
+reqwest = "0.9.0"
+regex = "1.0.5"
+lazy_static = "1.1.0"
+serde = "1.0.79"
+serde_json = "1.0.27"
+chrono = "0.4.6"
glob = "0.2.11"
-failure = "0.1.1"
+circular-queue = "0.2.0"
+failure = "0.1.2"
+htmlescape = "0.3.1"
+antidote = "1.0.0"
+log4rs = "0.8.0"
frippy_derive = { path = "frippy_derive" }
-htmlescape = "0.3.1"
+rand = "0.5.5"
[dependencies.unicode_names]
git = 'https://github.com/Jokler/unicode_names'
branch = 'update-to-latest-unicode'
-
[dependencies.diesel]
-version = "1.1.1"
+version = "1.3.3"
optional = true
features = ["mysql", "chrono"]
-[dependencies.diesel_infer_schema]
-version = "1.1.0"
-optional = true
-features = ["mysql"]
-
[dependencies.diesel_migrations]
-version = "1.1.0"
+version = "1.3.0"
optional = true
features = ["mysql"]
@@ -69,10 +65,6 @@ optional = true
version = "1.0.0"
optional = true
-[dependencies.dotenv]
-version = "0.11.0"
-optional = true
-
[dependencies.clippy]
-version = "*"
+version = "0.0.212"
optional = true