diff --git a/Cargo.lock b/Cargo.lock index cfc6a6fe..31fc617d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3580,7 +3580,7 @@ dependencies = [ [[package]] name = "revolt-bonfire" -version = "0.6.12" +version = "0.6.13" dependencies = [ "async-std", "async-tungstenite", @@ -3600,7 +3600,7 @@ dependencies = [ [[package]] name = "revolt-config" -version = "0.6.12" +version = "0.6.13" dependencies = [ "async-std", "cached", @@ -3612,7 +3612,7 @@ dependencies = [ [[package]] name = "revolt-database" -version = "0.6.12" +version = "0.6.13" dependencies = [ "async-lock", "async-recursion", @@ -3657,7 +3657,7 @@ dependencies = [ [[package]] name = "revolt-delta" -version = "0.6.12" +version = "0.6.13" dependencies = [ "async-channel", "async-std", @@ -3703,7 +3703,7 @@ dependencies = [ [[package]] name = "revolt-models" -version = "0.6.12" +version = "0.6.13" dependencies = [ "indexmap", "iso8601-timestamp 0.2.11", @@ -3719,7 +3719,7 @@ dependencies = [ [[package]] name = "revolt-permissions" -version = "0.6.12" +version = "0.6.13" dependencies = [ "async-std", "async-trait", @@ -3734,7 +3734,7 @@ dependencies = [ [[package]] name = "revolt-presence" -version = "0.6.12" +version = "0.6.13" dependencies = [ "async-std", "log", @@ -3745,7 +3745,7 @@ dependencies = [ [[package]] name = "revolt-quark" -version = "0.6.12" +version = "0.6.13" dependencies = [ "async-lock", "async-recursion", @@ -3798,7 +3798,7 @@ dependencies = [ [[package]] name = "revolt-result" -version = "0.6.12" +version = "0.6.13" dependencies = [ "revolt_okapi", "revolt_rocket_okapi", diff --git a/crates/bonfire/Cargo.toml b/crates/bonfire/Cargo.toml index 05a67dd5..73b7ea8e 100644 --- a/crates/bonfire/Cargo.toml +++ b/crates/bonfire/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "revolt-bonfire" -version = "0.6.12" +version = "0.6.13" license = "AGPL-3.0-or-later" edition = "2021" @@ -37,4 +37,4 @@ revolt-presence = { path = "../core/presence", features = ["redis-is-patched"] } sentry = "0.31.5" # redis -fred = { version = "8.0.1", features = ["subscriber-client"] } \ No newline at end of file +fred = { version = "8.0.1", features = ["subscriber-client"] } diff --git a/crates/core/config/Cargo.toml b/crates/core/config/Cargo.toml index f21cd627..c8c5ed3b 100644 --- a/crates/core/config/Cargo.toml +++ b/crates/core/config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "revolt-config" -version = "0.6.12" +version = "0.6.13" edition = "2021" license = "AGPL-3.0-or-later" authors = ["Paul Makles "] diff --git a/crates/core/database/Cargo.toml b/crates/core/database/Cargo.toml index 6a010c6e..ada2bbc8 100644 --- a/crates/core/database/Cargo.toml +++ b/crates/core/database/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "revolt-database" -version = "0.6.12" +version = "0.6.13" edition = "2021" license = "AGPL-3.0-or-later" authors = ["Paul Makles "] @@ -23,11 +23,11 @@ default = ["mongodb", "async-std-runtime", "tasks"] [dependencies] # Core -revolt-config = { version = "0.6.12", path = "../config" } -revolt-result = { version = "0.6.12", path = "../result" } -revolt-models = { version = "0.6.12", path = "../models" } -revolt-presence = { version = "0.6.12", path = "../presence" } -revolt-permissions = { version = "0.6.12", path = "../permissions", features = [ +revolt-config = { version = "0.6.13", path = "../config" } +revolt-result = { version = "0.6.13", path = "../result" } +revolt-models = { version = "0.6.13", path = "../models" } +revolt-presence = { version = "0.6.13", path = "../presence" } +revolt-permissions = { version = "0.6.13", path = "../permissions", features = [ "serde", "bson", ] } diff --git a/crates/core/models/Cargo.toml b/crates/core/models/Cargo.toml index bea551d3..29744bd0 100644 --- a/crates/core/models/Cargo.toml +++ b/crates/core/models/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "revolt-models" -version = "0.6.12" +version = "0.6.13" edition = "2021" license = "AGPL-3.0-or-later" authors = ["Paul Makles "] @@ -18,8 +18,8 @@ default = ["serde", "partials"] [dependencies] # Core -revolt-config = { version = "0.6.12", path = "../config" } -revolt-permissions = { version = "0.6.12", path = "../permissions" } +revolt-config = { version = "0.6.13", path = "../config" } +revolt-permissions = { version = "0.6.13", path = "../permissions" } # Utility regex = "1" diff --git a/crates/core/permissions/Cargo.toml b/crates/core/permissions/Cargo.toml index 9bbf128c..498fcf58 100644 --- a/crates/core/permissions/Cargo.toml +++ b/crates/core/permissions/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "revolt-permissions" -version = "0.6.12" +version = "0.6.13" edition = "2021" license = "AGPL-3.0-or-later" authors = ["Paul Makles "] @@ -21,7 +21,7 @@ async-std = { version = "1.8.0", features = ["attributes"] } [dependencies] # Core -revolt-result = { version = "0.6.5", path = "../result" } +revolt-result = { version = "0.6.13", path = "../result" } # Utility auto_ops = "0.3.0" diff --git a/crates/core/presence/Cargo.toml b/crates/core/presence/Cargo.toml index 522e60ad..6c7fca42 100644 --- a/crates/core/presence/Cargo.toml +++ b/crates/core/presence/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "revolt-presence" -version = "0.6.12" +version = "0.6.13" edition = "2021" license = "AGPL-3.0-or-later" authors = ["Paul Makles "] diff --git a/crates/core/result/Cargo.toml b/crates/core/result/Cargo.toml index 3ddf689a..429b89b8 100644 --- a/crates/core/result/Cargo.toml +++ b/crates/core/result/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "revolt-result" -version = "0.6.12" +version = "0.6.13" edition = "2021" license = "AGPL-3.0-or-later" authors = ["Paul Makles "] diff --git a/crates/delta/Cargo.toml b/crates/delta/Cargo.toml index fd20235e..5bf0b433 100644 --- a/crates/delta/Cargo.toml +++ b/crates/delta/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "revolt-delta" -version = "0.6.12" +version = "0.6.13" license = "AGPL-3.0-or-later" authors = ["Paul Makles "] edition = "2018" diff --git a/crates/quark/Cargo.toml b/crates/quark/Cargo.toml index c1b0e14c..6b99760a 100644 --- a/crates/quark/Cargo.toml +++ b/crates/quark/Cargo.toml @@ -1,100 +1,100 @@ -[package] -name = "revolt-quark" -version = "0.6.12" -edition = "2021" -license = "AGPL-3.0-or-later" - -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - -[features] -mongo = ["mongodb"] -rocket_impl = [ - "rocket", - "rocket_empty", - "rocket_cors", - - "lru", - "dashmap", - - "authifier/database-mongodb", - "authifier/rocket_impl", - "authifier/okapi_impl", -] - -test = ["async-std", "mongo", "mongodb/async-std-runtime", "rocket_impl"] -default = ["test"] - -[dependencies] -# Serialisation -revolt_optional_struct = "0.2.0" -serde = { version = "1", features = ["derive"] } -validator = { version = "0.16", features = ["derive"] } -iso8601-timestamp = { version = "0.1.8", features = ["schema", "bson"] } - -# Formats -bincode = "1.3.3" -serde_json = "1.0.78" -bson = { version = "2.1.0", features = ["chrono-0_4"] } - -# Spec Generation -schemars = "0.8.8" -revolt_okapi = "0.9.1" -revolt_rocket_okapi = { version = "0.9.1", features = ["swagger"] } - -# Databases -redis-kiss = { version = "0.1.4" } -mongodb = { optional = true, version = "2.1.0", default-features = false } - -# Async -futures = "0.3.19" -deadqueue = "0.2.1" -async-trait = "0.1.51" -async-recursion = "1.0.0" -async-std = { version = "1.8.0", features = ["attributes"], optional = true } - -# Logging -log = "0.4.14" -pretty_env_logger = "0.4.0" - -# Util -rand = "0.8.5" -ulid = "0.5.0" -regex = "1.5.5" -nanoid = "0.4.0" -linkify = "0.8.1" -dotenv = "0.15.0" -indexmap = "1.9.1" -decancer = "1.6.2" -impl_ops = "0.1.1" -num_enum = "0.5.6" -reqwest = "0.11.10" -bitfield = "0.13.2" -once_cell = "1.17.1" -async-lock = "2.6.0" - -lru = { version = "0.7.6", optional = true } -dashmap = { version = "5.2.0", optional = true } - -# Web Push -base64 = "0.13.0" -web-push = "0.7.2" - -# Implementations -rocket_http = { optional = true, version = "0.5.0-rc.2" } -rocket = { optional = true, version = "0.5.0-rc.2", default-features = false, features = [ - "json", -] } -rocket_empty = { version = "0.1.1", optional = true, features = ["schema"] } -rocket_cors = { optional = true, git = "https://github.com/lawliet89/rocket_cors", rev = "c17e8145baa4790319fdb6a473e465b960f55e7c" } - -# Authifier -authifier = { version = "1.0.8", features = ["async-std-runtime"] } - -# Sentry -sentry = "0.31.5" - -# Core -revolt-result = { path = "../core/result", features = ["serde", "schemas"] } -revolt-presence = { path = "../core/presence", features = ["redis-is-patched"] } -revolt-database = { path = "../core/database" } -revolt-models = { path = "../core/models" } +[package] +name = "revolt-quark" +version = "0.6.13" +edition = "2021" +license = "AGPL-3.0-or-later" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[features] +mongo = ["mongodb"] +rocket_impl = [ + "rocket", + "rocket_empty", + "rocket_cors", + + "lru", + "dashmap", + + "authifier/database-mongodb", + "authifier/rocket_impl", + "authifier/okapi_impl", +] + +test = ["async-std", "mongo", "mongodb/async-std-runtime", "rocket_impl"] +default = ["test"] + +[dependencies] +# Serialisation +revolt_optional_struct = "0.2.0" +serde = { version = "1", features = ["derive"] } +validator = { version = "0.16", features = ["derive"] } +iso8601-timestamp = { version = "0.1.8", features = ["schema", "bson"] } + +# Formats +bincode = "1.3.3" +serde_json = "1.0.78" +bson = { version = "2.1.0", features = ["chrono-0_4"] } + +# Spec Generation +schemars = "0.8.8" +revolt_okapi = "0.9.1" +revolt_rocket_okapi = { version = "0.9.1", features = ["swagger"] } + +# Databases +redis-kiss = { version = "0.1.4" } +mongodb = { optional = true, version = "2.1.0", default-features = false } + +# Async +futures = "0.3.19" +deadqueue = "0.2.1" +async-trait = "0.1.51" +async-recursion = "1.0.0" +async-std = { version = "1.8.0", features = ["attributes"], optional = true } + +# Logging +log = "0.4.14" +pretty_env_logger = "0.4.0" + +# Util +rand = "0.8.5" +ulid = "0.5.0" +regex = "1.5.5" +nanoid = "0.4.0" +linkify = "0.8.1" +dotenv = "0.15.0" +indexmap = "1.9.1" +decancer = "1.6.2" +impl_ops = "0.1.1" +num_enum = "0.5.6" +reqwest = "0.11.10" +bitfield = "0.13.2" +once_cell = "1.17.1" +async-lock = "2.6.0" + +lru = { version = "0.7.6", optional = true } +dashmap = { version = "5.2.0", optional = true } + +# Web Push +base64 = "0.13.0" +web-push = "0.7.2" + +# Implementations +rocket_http = { optional = true, version = "0.5.0-rc.2" } +rocket = { optional = true, version = "0.5.0-rc.2", default-features = false, features = [ + "json", +] } +rocket_empty = { version = "0.1.1", optional = true, features = ["schema"] } +rocket_cors = { optional = true, git = "https://github.com/lawliet89/rocket_cors", rev = "c17e8145baa4790319fdb6a473e465b960f55e7c" } + +# Authifier +authifier = { version = "1.0.8", features = ["async-std-runtime"] } + +# Sentry +sentry = "0.31.5" + +# Core +revolt-result = { path = "../core/result", features = ["serde", "schemas"] } +revolt-presence = { path = "../core/presence", features = ["redis-is-patched"] } +revolt-database = { path = "../core/database" } +revolt-models = { path = "../core/models" }