-
-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
45d3821
commit dc8b8f6
Showing
8 changed files
with
106 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "rspc" | ||
description = "A blazing fast and easy to use TRPC server for Rust." | ||
version = "0.1.3" | ||
version = "0.1.4" | ||
authors = ["Oscar Beaumont <[email protected]>"] | ||
edition = "2021" | ||
license = "MIT" | ||
|
@@ -41,6 +41,9 @@ mac_address = ["specta/mac_address"] | |
bit-vec = ["specta/bit-vec"] | ||
bson = ["specta/bson"] | ||
|
||
# Internal (doesn't follow semver so don't use directly) | ||
internal_axum_07 = ["dep:axum"] | ||
|
||
[dependencies] | ||
specta = { version = "1.0.5", features = ["serde", "typescript"] } | ||
httpz = { version = "0.0.6", optional = true } # TODO: Move back to crates.io release | ||
|
@@ -52,6 +55,10 @@ tokio = { version = "1.36.0", features = ["sync", "rt", "macros"] } | |
tauri = { version = "1.6.1", optional = true } | ||
tracing = { version = "0.1.40", optional = true } | ||
|
||
|
||
# TODO: This is temporary. It won't stay in the core long term. | ||
axum = { version = "0.7.4", optional = true } | ||
|
||
[dev-dependencies] | ||
async-stream = "0.3.5" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters