revault/revault_net

Remove some dependencies

Closed this issue · 0 comments

I think we can configure Snow better to avoid this load of unused deps

revault_net v0.0.1 (/home/darosior/projects/revault/net)
├── revault_tx v0.0.1 (https://github.com/re-vault/revault_tx#283f2d13)
│   ├── base64 v0.13.0
│   ├── bitcoinconsensus v0.19.0-2
│   │   └── libc v0.2.81
│   │   [build-dependencies]
│   │   └── cc v1.0.41
│   ├── miniscript v4.0.3
│   │   ├── bitcoin v0.25.2
│   │   │   ├── bech32 v0.7.2
│   │   │   ├── bitcoin_hashes v0.9.4
│   │   │   │   └── serde v1.0.118
│   │   │   │       └── serde_derive v1.0.118
│   │   │   │           ├── proc-macro2 v1.0.24
│   │   │   │           │   └── unicode-xid v0.2.1
│   │   │   │           ├── quote v1.0.8
│   │   │   │           │   └── proc-macro2 v1.0.24 (*)
│   │   │   │           └── syn v1.0.58
│   │   │   │               ├── proc-macro2 v1.0.24 (*)
│   │   │   │               ├── quote v1.0.8 (*)
│   │   │   │               └── unicode-xid v0.2.1
│   │   │   ├── secp256k1 v0.19.0
│   │   │   │   ├── secp256k1-sys v0.3.0
│   │   │   │   │   [build-dependencies]
│   │   │   │   │   └── cc v1.0.41
│   │   │   │   └── serde v1.0.118 (*)
│   │   │   └── serde v1.0.118 (*)
│   │   └── serde v1.0.118 (*)
│   └── serde v1.0.118 (*)
├── serde v1.0.118 (*)
├── snow v0.7.2
│   ├── aes-gcm v0.7.0
│   │   ├── aead v0.3.2
│   │   │   └── generic-array v0.14.4
│   │   │       └── typenum v1.12.0
│   │   │       [build-dependencies]
│   │   │       └── version_check v0.9.2
│   │   ├── aes v0.5.0
│   │   │   ├── aes-soft v0.5.0
│   │   │   │   ├── block-cipher v0.8.0
│   │   │   │   │   └── generic-array v0.14.4 (*)
│   │   │   │   ├── byteorder v1.3.4
│   │   │   │   └── opaque-debug v0.3.0
│   │   │   └── block-cipher v0.8.0 (*)
│   │   ├── block-cipher v0.8.0 (*)
│   │   ├── ghash v0.3.1
│   │   │   ├── opaque-debug v0.3.0
│   │   │   └── polyval v0.4.5
│   │   │       ├── cpuid-bool v0.2.0
│   │   │       ├── opaque-debug v0.3.0
│   │   │       └── universal-hash v0.4.0
│   │   │           ├── generic-array v0.14.4 (*)
│   │   │           └── subtle v2.4.0
│   │   └── subtle v2.4.0
│   ├── blake2 v0.9.1
│   │   ├── crypto-mac v0.8.0
│   │   │   ├── generic-array v0.14.4 (*)
│   │   │   └── subtle v2.4.0
│   │   ├── digest v0.9.0
│   │   │   └── generic-array v0.14.4 (*)
│   │   └── opaque-debug v0.3.0
│   ├── byteorder v1.3.4
│   ├── chacha20poly1305 v0.6.0
│   │   ├── aead v0.3.2 (*)
│   │   ├── chacha20 v0.5.0
│   │   │   ├── stream-cipher v0.7.1
│   │   │   │   ├── block-cipher v0.8.0 (*)
│   │   │   │   └── generic-array v0.14.4 (*)
│   │   │   └── zeroize v1.2.0
│   │   │       └── zeroize_derive v1.0.1
│   │   │           ├── proc-macro2 v1.0.24 (*)
│   │   │           ├── quote v1.0.8 (*)
│   │   │           ├── syn v1.0.58 (*)
│   │   │           └── synstructure v0.12.4
│   │   │               ├── proc-macro2 v1.0.24 (*)
│   │   │               ├── quote v1.0.8 (*)
│   │   │               ├── syn v1.0.58 (*)
│   │   │               └── unicode-xid v0.2.1
│   │   ├── poly1305 v0.6.2
│   │   │   ├── cpuid-bool v0.2.0
│   │   │   └── universal-hash v0.4.0 (*)
│   │   ├── stream-cipher v0.7.1 (*)
│   │   └── zeroize v1.2.0 (*)
│   ├── rand v0.7.3
│   │   ├── getrandom v0.1.16
│   │   │   ├── cfg-if v1.0.0
│   │   │   └── libc v0.2.81
│   │   ├── libc v0.2.81
│   │   ├── rand_chacha v0.2.2
│   │   │   ├── ppv-lite86 v0.2.10
│   │   │   └── rand_core v0.5.1
│   │   │       └── getrandom v0.1.16 (*)
│   │   └── rand_core v0.5.1 (*)
│   ├── rand_core v0.5.1 (*)
│   ├── sha2 v0.9.2
│   │   ├── block-buffer v0.9.0
│   │   │   └── generic-array v0.14.4 (*)
│   │   ├── cfg-if v1.0.0
│   │   ├── cpuid-bool v0.1.2
│   │   ├── digest v0.9.0 (*)
│   │   └── opaque-debug v0.3.0
│   ├── sodiumoxide v0.2.6
│   │   ├── libc v0.2.81
│   │   ├── libsodium-sys v0.2.6
│   │   │   └── libc v0.2.81
│   │   │   [build-dependencies]
│   │   │   ├── cc v1.0.41
│   │   │   └── pkg-config v0.3.19
│   │   └── serde v1.0.118 (*)
│   ├── subtle v2.4.0
│   └── x25519-dalek v1.1.0
│       ├── curve25519-dalek v3.0.0
│       │   ├── byteorder v1.3.4
│       │   ├── digest v0.9.0 (*)
│       │   ├── rand_core v0.5.1 (*)
│       │   ├── subtle v2.4.0
│       │   └── zeroize v1.2.0 (*)
│       ├── rand_core v0.5.1 (*)
│       └── zeroize v1.2.0 (*)
│   [build-dependencies]
│   └── rustc_version v0.2.3
│       └── semver v0.9.0
│           └── semver-parser v0.7.0
└── sodiumoxide v0.2.6 (*)
[dev-dependencies]
└── serde_json v1.0.61
    ├── itoa v0.4.7
    ├── ryu v1.0.5
    └── serde v1.0.118 (*)
    ```