Skip to content

Commit

Permalink
Remove unused dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Naian <[email protected]>
  • Loading branch information
nain-F49FF806 committed Dec 25, 2024
1 parent 82a481d commit 5e5d333
Show file tree
Hide file tree
Showing 12 changed files with 6 additions and 63 deletions.
41 changes: 0 additions & 41 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion aries/agents/mediator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ aries_vcx_wallet = { path = "../../aries_vcx_wallet", features = [
] }
async-trait = "0.1.73"
axum = "0.7.5"
axum-macros = "0.4.1"
diddoc_legacy = { path = "../../misc/legacy/diddoc_legacy" }
dotenvy = "0.15"
env_logger = "0.11.3"
Expand Down
1 change: 0 additions & 1 deletion aries/agents/mediator/client-tui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ edition = "2021"
aries_vcx_wallet = { path = "../../../aries_vcx_wallet", features = [
"askar_wallet",
] }
axum = "0.7.5"
cursive = { version = "0.20.0", features = ["crossterm-backend"] }
futures = "0.3.28"
log = "0.4.20"
Expand Down
13 changes: 6 additions & 7 deletions aries/aries_vcx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@ path = "src/lib.rs"
doctest = false

[features]
anoncreds = ["aries_vcx_anoncreds/anoncreds", "test_utils/anoncreds", "test_utils/askar_wallet"]
anoncreds = [
"aries_vcx_anoncreds/anoncreds",
"test_utils/anoncreds",
"test_utils/askar_wallet",
]
vdr_proxy_ledger = [
"aries_vcx_wallet/askar_wallet",
"test_utils/vdr_proxy_ledger",
Expand All @@ -21,9 +25,7 @@ backtrace_errors = ["backtrace"]
# Feature for allowing legacy proof verification
legacy_proof = ["aries_vcx_anoncreds/legacy_proof"]

askar_wallet = [
"aries_vcx_wallet/askar_wallet"
]
askar_wallet = ["aries_vcx_wallet/askar_wallet"]

[dependencies]
messages = { path = "../messages" }
Expand All @@ -42,12 +44,10 @@ did_peer = { path = "../../did_core/did_methods/did_peer" }
did_resolver_registry = { path = "../../did_core/did_resolver_registry" }
bs58 = "0.5.0"
async-trait = "0.1.53"
env_logger = "0.11.3"
log = "0.4.16"
chrono = "0.4.23"
time = "0.3.20"
lazy_static = "1.3"
rand = "0.8.5"
serde = "1.0.97"
serde_json = "1.0.40"
serde_derive = "1.0.97"
Expand All @@ -67,7 +67,6 @@ backtrace = { optional = true, version = "0.3" }

[dev-dependencies]
test_utils = { path = "../misc/test_utils" }
async-channel = "2.3.1"
tokio = { version = "1.38", features = ["rt", "macros", "rt-multi-thread"] }
pretty_assertions = "1.4.0"
did_resolver_sov = { path = "../../did_core/did_methods/did_resolver_sov" }
1 change: 0 additions & 1 deletion aries/aries_vcx_anoncreds/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,3 @@ uuid = { version = "1.3.0", default-features = false, features = ["v4"] }
serde = { version = "1.0.159", features = ["derive"] }
serde_json = "1.0.95"
time = "0.3.20"
bitvec = "1.0.1"
1 change: 0 additions & 1 deletion aries/misc/indy_ledger_response_parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ edition = "2021"
[dependencies]
serde = { version = "1.0.163", features = ["derive"] }
serde_json = "1.0.96"
time = "0.3.20"
indy-vdr.workspace = true
thiserror = "1.0.44"
anoncreds-clsignatures = "0.3.2"
1 change: 0 additions & 1 deletion aries/misc/test_utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ aries_vcx_ledger = { path = "../../aries_vcx_ledger" }
public_key = { path = "../../../did_core/public_key" }
indy-ledger-response-parser = { path = "../indy_ledger_response_parser", optional = true }
indy-vdr-proxy-client = { workspace = true, optional = true }
lazy_static = "1"
serde_json = "1"
rand = "0.8"
uuid = { version = "1", default-features = false, features = ["v4"] }
Expand Down
2 changes: 0 additions & 2 deletions aries/wrappers/uniffi-aries-vcx/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,8 @@ tokio = { version = "1.38.0", features = ["rt-multi-thread"] }
once_cell = "1.17.0"
thiserror = "1.0.38"
serde_json = "1.0.91"
serde = { version = "1.0.188", features = ["derive"] }
async-trait = "0.1.64"
did_parser_nom = { path = "../../../../did_core/did_parser_nom" }
diddoc_legacy = { path = "../../../misc/legacy/diddoc_legacy" }
shared = { path = "../../../misc/shared" }
url = "2.3.1"
android_logger = "0.14.1"
Expand Down
3 changes: 0 additions & 3 deletions did_core/did_doc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ display_as_json = { path = "../../misc/display_as_json" }
did_key = { path = "../did_methods/did_key" }
thiserror = "1.0.40"
typed-builder = "0.19.1"
log = "0.4"

[dev-dependencies]
pretty_assertions = "1.4.0"
env_logger = "0.11.3"

1 change: 0 additions & 1 deletion did_core/did_methods/did_cheqd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ hyper-util = { version = "0.1.10", features = ["client-legacy", "http2"] }
http-body-util = "0.1.2"
async-trait = "0.1.68"
serde_json = "1.0.96"
serde = { version = "1.0.160", features = ["derive"] }
thiserror = "1.0.40"
tokio = { version = "1.38.0" }
chrono = { version = "0.4.24", default-features = false, features = ["now"] }
Expand Down
3 changes: 0 additions & 3 deletions did_core/did_methods/did_peer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,7 @@ serde = { version = "1.0.164", features = ["derive"] }
serde_json = "1.0.96"
async-trait = "0.1.68"
base64 = "0.22.1"
bs58 = "0.5.0"
multibase = "0.9.1"
unsigned-varint = "0.8.0"
once_cell = "1.18.0"
sha2 = "0.10.8"
log = "0.4.16"
url = { version = "2.3.1", features = ["serde"] }
Expand Down
1 change: 0 additions & 1 deletion did_core/did_methods/did_resolver_sov/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,5 @@ bs58 = "0.5.0"
mockall = "0.13.0"
aries_vcx = { path = "../../../aries/aries_vcx" }
tokio = { version = "1.38.0", default-features = false, features = ["macros", "rt"] }
uuid = "1.3.1"
test_utils = {path = "../../../aries/misc/test_utils", features = ["askar_wallet"] }
aries_vcx_wallet = { path = "../../../aries/aries_vcx_wallet" }

0 comments on commit 5e5d333

Please sign in to comment.