|
@@ -13,7 +13,7 @@ license.workspace = true
|
|
|
[features]
|
|
|
default = ["mint", "wallet", "auth"]
|
|
|
wallet = ["dep:reqwest", "cdk-common/wallet"]
|
|
|
-mint = ["dep:futures", "dep:reqwest", "cdk-common/mint"]
|
|
|
+mint = ["dep:futures", "dep:reqwest", "cdk-common/mint", "cdk-signatory"]
|
|
|
auth = ["dep:jsonwebtoken", "cdk-common/auth", "cdk-common/auth"]
|
|
|
# We do not commit to a MSRV with swagger enabled
|
|
|
swagger = ["mint", "dep:utoipa", "cdk-common/swagger"]
|
|
@@ -55,7 +55,7 @@ tokio = { workspace = true, features = [
|
|
|
"sync",
|
|
|
] }
|
|
|
getrandom = { version = "0.2" }
|
|
|
-cdk-signatory = { workspace = true, features = ["grpc"] }
|
|
|
+cdk-signatory = { workspace = true, features = ["grpc"], optional = true }
|
|
|
tokio-tungstenite = { workspace = true, features = [
|
|
|
"rustls",
|
|
|
"rustls-tls-native-roots",
|