Skip to content
6 changes: 6 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ lambda = [ "dep:http-serde", "dep:lambda_runtime", "dep:aws_lambda_events"]
# Enable exactly one (or call jsonwebtoken's CryptoProvider::install_default yourself).
rust_crypto = ["restate-sdk-shared-core/rust_crypto"]
aws_lc_rs = ["restate-sdk-shared-core/aws_lc_rs"]
reqwest-client = ["dep:reqwest"]

[dependencies]
bytes = "1.11"
Expand All @@ -52,6 +53,9 @@ uuid = { version = "1.20", optional = true }
http-serde = { version = "2.1.1", optional = true }
aws_lambda_events = { version = "1.0", optional = true }
lambda_runtime = { version = "1.0", optional = true }
reqwest = { version = "0.13", features = ["json"], optional = true }
secrecy = { version = "0.10" }
url = { version = "2" }

[dev-dependencies]
tokio = { version = "1", features = ["full"] }
Expand All @@ -60,6 +64,8 @@ trybuild = "1.0"
reqwest = { version = "0.13", features = ["json"] }
rand = "0.10"
schemars = "1.2"
wiremock = "0.6"
assert_matches = "1.5"

[build-dependencies]
jsonptr = "0.7"
Expand Down
Loading
Loading