diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 50 |
1 files changed, 21 insertions, 29 deletions
@@ -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 |
