|
| 1 | +--- |
| 2 | +source: crates/bindings/tests/deps.rs |
| 3 | +assertion_line: 16 |
| 4 | +expression: "cargo tree -p spacetimedb -e no-dev --color never --target wasm32-unknown-unknown -f {lib}" |
| 5 | +--- |
| 6 | +total crates: 70 |
| 7 | +spacetimedb |
| 8 | +├── anyhow |
| 9 | +├── bytemuck |
| 10 | +├── bytes |
| 11 | +├── derive_more |
| 12 | +│ ├── convert_case |
| 13 | +│ ├── proc_macro2 |
| 14 | +│ │ └── unicode_ident |
| 15 | +│ ├── quote |
| 16 | +│ │ └── proc_macro2 (*) |
| 17 | +│ └── syn |
| 18 | +│ ├── proc_macro2 (*) |
| 19 | +│ ├── quote (*) |
| 20 | +│ └── unicode_ident |
| 21 | +│ [build-dependencies] |
| 22 | +│ └── rustc_version |
| 23 | +│ └── semver |
| 24 | +├── getrandom |
| 25 | +│ └── cfg_if |
| 26 | +├── http |
| 27 | +│ ├── bytes |
| 28 | +│ ├── fnv |
| 29 | +│ └── itoa |
| 30 | +├── log |
| 31 | +├── rand |
| 32 | +│ ├── rand_chacha |
| 33 | +│ │ ├── ppv_lite86 |
| 34 | +│ │ │ └── zerocopy |
| 35 | +│ │ └── rand_core |
| 36 | +│ │ └── getrandom (*) |
| 37 | +│ └── rand_core (*) |
| 38 | +├── scoped_tls |
| 39 | +├── serde_json |
| 40 | +│ ├── itoa |
| 41 | +│ ├── memchr |
| 42 | +│ ├── ryu |
| 43 | +│ └── serde_core |
| 44 | +├── spacetimedb_bindings_macro |
| 45 | +│ ├── heck |
| 46 | +│ ├── humantime |
| 47 | +│ ├── proc_macro2 (*) |
| 48 | +│ ├── quote (*) |
| 49 | +│ ├── spacetimedb_primitives |
| 50 | +│ │ ├── bitflags |
| 51 | +│ │ ├── either |
| 52 | +│ │ ├── enum_as_inner |
| 53 | +│ │ │ ├── heck |
| 54 | +│ │ │ ├── proc_macro2 (*) |
| 55 | +│ │ │ ├── quote (*) |
| 56 | +│ │ │ └── syn (*) |
| 57 | +│ │ ├── itertools |
| 58 | +│ │ │ └── either |
| 59 | +│ │ └── nohash_hasher |
| 60 | +│ └── syn (*) |
| 61 | +├── spacetimedb_bindings_sys |
| 62 | +│ └── spacetimedb_primitives |
| 63 | +│ ├── bitflags |
| 64 | +│ ├── either |
| 65 | +│ ├── enum_as_inner (*) |
| 66 | +│ ├── itertools |
| 67 | +│ │ └── either |
| 68 | +│ └── nohash_hasher |
| 69 | +├── spacetimedb_lib |
| 70 | +│ ├── anyhow |
| 71 | +│ ├── bitflags |
| 72 | +│ ├── blake3 |
| 73 | +│ │ ├── arrayref |
| 74 | +│ │ ├── arrayvec |
| 75 | +│ │ ├── cfg_if |
| 76 | +│ │ └── constant_time_eq |
| 77 | +│ │ [build-dependencies] |
| 78 | +│ │ └── cc |
| 79 | +│ │ ├── find_msvc_tools |
| 80 | +│ │ └── shlex |
| 81 | +│ ├── chrono |
| 82 | +│ │ └── num_traits |
| 83 | +│ │ [build-dependencies] |
| 84 | +│ │ └── autocfg |
| 85 | +│ ├── derive_more (*) |
| 86 | +│ ├── enum_as_inner (*) |
| 87 | +│ ├── hex |
| 88 | +│ ├── itertools (*) |
| 89 | +│ ├── log |
| 90 | +│ ├── spacetimedb_bindings_macro (*) |
| 91 | +│ ├── spacetimedb_primitives (*) |
| 92 | +│ ├── spacetimedb_sats |
| 93 | +│ │ ├── anyhow |
| 94 | +│ │ ├── arrayvec |
| 95 | +│ │ ├── bitflags |
| 96 | +│ │ ├── bytemuck |
| 97 | +│ │ ├── bytes |
| 98 | +│ │ ├── chrono (*) |
| 99 | +│ │ ├── decorum |
| 100 | +│ │ │ ├── approx |
| 101 | +│ │ │ │ └── num_traits (*) |
| 102 | +│ │ │ └── num_traits (*) |
| 103 | +│ │ ├── derive_more (*) |
| 104 | +│ │ ├── enum_as_inner (*) |
| 105 | +│ │ ├── ethnum |
| 106 | +│ │ │ └── serde |
| 107 | +│ │ │ └── serde_core |
| 108 | +│ │ ├── hex |
| 109 | +│ │ ├── itertools (*) |
| 110 | +│ │ ├── second_stack |
| 111 | +│ │ ├── sha3 |
| 112 | +│ │ │ ├── digest |
| 113 | +│ │ │ │ ├── block_buffer |
| 114 | +│ │ │ │ │ └── generic_array |
| 115 | +│ │ │ │ │ └── typenum |
| 116 | +│ │ │ │ │ [build-dependencies] |
| 117 | +│ │ │ │ │ └── version_check |
| 118 | +│ │ │ │ └── crypto_common |
| 119 | +│ │ │ │ ├── generic_array (*) |
| 120 | +│ │ │ │ └── typenum |
| 121 | +│ │ │ └── keccak |
| 122 | +│ │ ├── smallvec |
| 123 | +│ │ ├── spacetimedb_bindings_macro (*) |
| 124 | +│ │ ├── spacetimedb_primitives (*) |
| 125 | +│ │ ├── thiserror |
| 126 | +│ │ │ └── thiserror_impl |
| 127 | +│ │ │ ├── proc_macro2 (*) |
| 128 | +│ │ │ ├── quote (*) |
| 129 | +│ │ │ └── syn (*) |
| 130 | +│ │ └── uuid |
| 131 | +│ └── thiserror (*) |
| 132 | +├── spacetimedb_primitives (*) |
| 133 | +└── spacetimedb_query_builder |
| 134 | + └── spacetimedb_lib (*) |
0 commit comments