Skip to content

Instantly share code, notes, and snippets.

@toidiu
Last active January 31, 2024 07:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save toidiu/cb9764a035912da9ec2371b48816dcd4 to your computer and use it in GitHub Desktop.
Save toidiu/cb9764a035912da9ec2371b48816dcd4 to your computer and use it in GitHub Desktop.
> cross tree --target i686-unknown-linux-gnu > tree
1.71.1-x86_64-unknown-linux-gnu unchanged - rustc 1.71.1 (eb26296b5 2023-08-03)
s2n-codec v0.32.0 (/home/toidiu/projects/s2n-quic/common/s2n-codec)
├── bolero-generator v0.10.1
│ ├── bolero-generator-derive v0.10.0 (proc-macro)
│ │ ├── proc-macro-crate v1.3.1
│ │ │ ├── once_cell v1.19.0
│ │ │ └── toml_edit v0.19.15
│ │ │ ├── indexmap v2.2.1
│ │ │ │ ├── equivalent v1.0.1
│ │ │ │ └── hashbrown v0.14.3
│ │ │ ├── toml_datetime v0.6.5
│ │ │ └── winnow v0.5.35
│ │ ├── proc-macro2 v1.0.78
│ │ │ └── unicode-ident v1.0.12
│ │ ├── quote v1.0.35
│ │ │ └── proc-macro2 v1.0.78 (*)
│ │ └── syn v1.0.109
│ │ ├── proc-macro2 v1.0.78 (*)
│ │ ├── quote v1.0.35 (*)
│ │ └── unicode-ident v1.0.12
│ ├── either v1.9.0
│ └── rand_core v0.6.4
│ └── getrandom v0.2.12
│ ├── cfg-if v1.0.0
│ └── libc v0.2.152
├── byteorder v1.5.0
├── bytes v1.5.0
└── zerocopy v0.7.32
├── byteorder v1.5.0
└── zerocopy-derive v0.7.32 (proc-macro)
├── proc-macro2 v1.0.78 (*)
├── quote v1.0.35 (*)
└── syn v2.0.48
├── proc-macro2 v1.0.78 (*)
├── quote v1.0.35 (*)
└── unicode-ident v1.0.12
s2n-quic v1.32.0 (/home/toidiu/projects/s2n-quic/quic/s2n-quic)
├── bytes v1.5.0
├── cfg-if v1.0.0
├── cuckoofilter v0.5.0
│ ├── byteorder v1.5.0
│ ├── fnv v1.0.7
│ └── rand v0.7.3
│ ├── getrandom v0.1.16
│ │ ├── cfg-if v1.0.0
│ │ └── libc v0.2.152
│ ├── libc v0.2.152
│ ├── rand_chacha v0.2.2
│ │ ├── ppv-lite86 v0.2.17
│ │ └── rand_core v0.5.1
│ │ └── getrandom v0.1.16 (*)
│ └── rand_core v0.5.1 (*)
├── futures v0.3.30
│ ├── futures-channel v0.3.30
│ │ ├── futures-core v0.3.30
│ │ └── futures-sink v0.3.30
│ ├── futures-core v0.3.30
│ ├── futures-executor v0.3.30
│ │ ├── futures-core v0.3.30
│ │ ├── futures-task v0.3.30
│ │ └── futures-util v0.3.30
│ │ ├── futures-channel v0.3.30 (*)
│ │ ├── futures-core v0.3.30
│ │ ├── futures-io v0.3.30
│ │ ├── futures-macro v0.3.30 (proc-macro)
│ │ │ ├── proc-macro2 v1.0.78 (*)
│ │ │ ├── quote v1.0.35 (*)
│ │ │ └── syn v2.0.48 (*)
│ │ ├── futures-sink v0.3.30
│ │ ├── futures-task v0.3.30
│ │ ├── memchr v2.7.1
│ │ ├── pin-project-lite v0.2.13
│ │ ├── pin-utils v0.1.0
│ │ └── slab v0.4.9
│ │ [build-dependencies]
│ │ └── autocfg v1.1.0
│ ├── futures-io v0.3.30
│ ├── futures-sink v0.3.30
│ ├── futures-task v0.3.30
│ └── futures-util v0.3.30 (*)
├── hash_hasher v2.0.3
├── humansize v2.1.3
│ └── libm v0.2.8
├── rand v0.8.5
│ ├── libc v0.2.152
│ ├── rand_chacha v0.3.1
│ │ ├── ppv-lite86 v0.2.17
│ │ └── rand_core v0.6.4 (*)
│ └── rand_core v0.6.4 (*)
├── rand_chacha v0.3.1 (*)
├── s2n-codec v0.32.0 (/home/toidiu/projects/s2n-quic/common/s2n-codec) (*)
├── s2n-quic-core v0.32.0 (/home/toidiu/projects/s2n-quic/quic/s2n-quic-core)
│ ├── atomic-waker v1.1.2
│ ├── bolero-generator v0.10.1 (*)
│ ├── byteorder v1.5.0
│ ├── bytes v1.5.0
│ ├── cfg-if v1.0.0
│ ├── crossbeam-utils v0.8.19
│ ├── futures-test v0.3.30
│ │ ├── futures-core v0.3.30
│ │ ├── futures-executor v0.3.30 (*)
│ │ ├── futures-io v0.3.30
│ │ ├── futures-macro v0.3.30 (proc-macro) (*)
│ │ ├── futures-sink v0.3.30
│ │ ├── futures-task v0.3.30
│ │ ├── futures-util v0.3.30 (*)
│ │ ├── pin-project v1.1.4
│ │ │ └── pin-project-internal v1.1.4 (proc-macro)
│ │ │ ├── proc-macro2 v1.0.78 (*)
│ │ │ ├── quote v1.0.35 (*)
│ │ │ └── syn v2.0.48 (*)
│ │ └── pin-utils v0.1.0
│ ├── hex-literal v0.4.1
│ ├── insta v1.34.0
│ │ ├── console v0.15.8
│ │ │ ├── lazy_static v1.4.0
│ │ │ ├── libc v0.2.152
│ │ │ └── unicode-width v0.1.11
│ │ ├── lazy_static v1.4.0
│ │ ├── linked-hash-map v0.5.6
│ │ ├── serde v1.0.196
│ │ │ └── serde_derive v1.0.196 (proc-macro)
│ │ │ ├── proc-macro2 v1.0.78 (*)
│ │ │ ├── quote v1.0.35 (*)
│ │ │ └── syn v2.0.48 (*)
│ │ ├── similar v2.4.0
│ │ └── yaml-rust v0.4.5
│ │ └── linked-hash-map v0.5.6
│ ├── num-rational v0.4.1
│ │ ├── num-integer v0.1.45
│ │ │ └── num-traits v0.2.17
│ │ │ └── libm v0.2.8
│ │ │ [build-dependencies]
│ │ │ └── autocfg v1.1.0
│ │ │ [build-dependencies]
│ │ │ └── autocfg v1.1.0
│ │ └── num-traits v0.2.17 (*)
│ │ [build-dependencies]
│ │ └── autocfg v1.1.0
│ ├── num-traits v0.2.17 (*)
│ ├── once_cell v1.19.0
│ ├── pin-project-lite v0.2.13
│ ├── s2n-codec v0.32.0 (/home/toidiu/projects/s2n-quic/common/s2n-codec) (*)
│ ├── subtle v2.5.0
│ ├── tracing v0.1.40
│ │ ├── pin-project-lite v0.2.13
│ │ ├── tracing-attributes v0.1.27 (proc-macro)
│ │ │ ├── proc-macro2 v1.0.78 (*)
│ │ │ ├── quote v1.0.35 (*)
│ │ │ └── syn v2.0.48 (*)
│ │ └── tracing-core v0.1.32
│ │ └── once_cell v1.19.0
│ └── zerocopy v0.7.32 (*)
│ [dev-dependencies]
│ ├── bolero v0.10.0
│ │ ├── bolero-engine v0.10.1
│ │ │ ├── anyhow v1.0.79
│ │ │ ├── backtrace v0.3.69
│ │ │ │ ├── addr2line v0.21.0
│ │ │ │ │ └── gimli v0.28.1
│ │ │ │ ├── cfg-if v1.0.0
│ │ │ │ ├── libc v0.2.152
│ │ │ │ ├── miniz_oxide v0.7.1
│ │ │ │ │ └── adler v1.0.2
│ │ │ │ ├── object v0.32.2
│ │ │ │ │ └── memchr v2.7.1
│ │ │ │ └── rustc-demangle v0.1.23
│ │ │ │ [build-dependencies]
│ │ │ │ └── cc v1.0.83
│ │ │ │ ├── jobserver v0.1.27
│ │ │ │ │ └── libc v0.2.152
│ │ │ │ └── libc v0.2.152
│ │ │ ├── bolero-generator v0.10.1 (*)
│ │ │ ├── lazy_static v1.4.0
│ │ │ ├── pretty-hex v0.3.0
│ │ │ └── rand v0.8.5 (*)
│ │ ├── bolero-generator v0.10.1 (*)
│ │ ├── cfg-if v1.0.0
│ │ └── rand v0.8.5 (*)
│ ├── bolero-generator v0.10.1 (*)
│ ├── futures v0.3.30 (*)
│ ├── futures-test v0.3.30 (*)
│ ├── insta v1.34.0 (*)
│ ├── ip_network v0.4.1
│ ├── plotters v0.3.5
│ │ ├── num-traits v0.2.17 (*)
│ │ ├── plotters-backend v0.3.5
│ │ └── plotters-svg v0.3.5
│ │ └── plotters-backend v0.3.5
│ └── s2n-codec v0.32.0 (/home/toidiu/projects/s2n-quic/common/s2n-codec) (*)
├── s2n-quic-crypto v0.32.0 (/home/toidiu/projects/s2n-quic/quic/s2n-quic-crypto)
│ ├── aws-lc-rs v1.6.1
│ │ ├── aws-lc-sys v0.13.0
│ │ │ ├── libc v0.2.152
│ │ │ └── paste v1.0.14 (proc-macro)
│ │ │ [build-dependencies]
│ │ │ ├── cmake v0.1.50
│ │ │ │ └── cc v1.0.83 (*)
│ │ │ ├── dunce v1.0.4
│ │ │ └── fs_extra v1.3.0
│ │ ├── mirai-annotations v1.12.0
│ │ ├── paste v1.0.14 (proc-macro)
│ │ ├── untrusted v0.7.1
│ │ └── zeroize v1.7.0
│ │ └── zeroize_derive v1.4.2 (proc-macro)
│ │ ├── proc-macro2 v1.0.78 (*)
│ │ ├── quote v1.0.35 (*)
│ │ └── syn v2.0.48 (*)
│ ├── cfg-if v1.0.0
│ ├── lazy_static v1.4.0
│ ├── s2n-codec v0.32.0 (/home/toidiu/projects/s2n-quic/common/s2n-codec) (*)
│ ├── s2n-quic-core v0.32.0 (/home/toidiu/projects/s2n-quic/quic/s2n-quic-core) (*)
│ └── zeroize v1.7.0 (*)
│ [dev-dependencies]
│ ├── aes v0.8.3
│ │ ├── cfg-if v1.0.0
│ │ ├── cipher v0.4.4
│ │ │ ├── crypto-common v0.1.6
│ │ │ │ ├── generic-array v0.14.7
│ │ │ │ │ └── typenum v1.17.0
│ │ │ │ │ [build-dependencies]
│ │ │ │ │ └── version_check v0.9.4
│ │ │ │ ├── rand_core v0.6.4 (*)
│ │ │ │ └── typenum v1.17.0
│ │ │ └── inout v0.1.3
│ │ │ └── generic-array v0.14.7 (*)
│ │ └── cpufeatures v0.2.12
│ ├── aes-gcm v0.10.3
│ │ ├── aead v0.5.2
│ │ │ ├── crypto-common v0.1.6 (*)
│ │ │ └── generic-array v0.14.7 (*)
│ │ ├── aes v0.8.3 (*)
│ │ ├── cipher v0.4.4 (*)
│ │ ├── ctr v0.9.2
│ │ │ └── cipher v0.4.4 (*)
│ │ ├── ghash v0.5.0
│ │ │ ├── opaque-debug v0.3.0
│ │ │ └── polyval v0.6.1
│ │ │ ├── cfg-if v1.0.0
│ │ │ ├── cpufeatures v0.2.12
│ │ │ ├── opaque-debug v0.3.0
│ │ │ └── universal-hash v0.5.1
│ │ │ ├── crypto-common v0.1.6 (*)
│ │ │ └── subtle v2.5.0
│ │ └── subtle v2.5.0
│ ├── bolero v0.10.0 (*)
│ ├── ghash v0.5.0 (*)
│ ├── hex-literal v0.4.1
│ ├── insta v1.34.0 (*)
│ ├── pretty-hex v0.4.1
│ └── s2n-quic-core v0.32.0 (/home/toidiu/projects/s2n-quic/quic/s2n-quic-core) (*)
├── s2n-quic-platform v0.32.0 (/home/toidiu/projects/s2n-quic/quic/s2n-quic-platform)
│ ├── bach v0.0.6
│ │ ├── arr_macro v0.1.3
│ │ │ ├── arr_macro_impl v0.1.3 (proc-macro)
│ │ │ │ ├── proc-macro-hack v0.5.20+deprecated (proc-macro)
│ │ │ │ ├── quote v1.0.35 (*)
│ │ │ │ └── syn v1.0.109 (*)
│ │ │ └── proc-macro-hack v0.5.20+deprecated (proc-macro)
│ │ ├── async-task v4.7.0
│ │ ├── futures v0.3.30 (*)
│ │ ├── intrusive-collections v0.9.6
│ │ │ └── memoffset v0.9.0
│ │ │ [build-dependencies]
│ │ │ └── autocfg v1.1.0
│ │ ├── parking_lot v0.12.1
│ │ │ ├── lock_api v0.4.11
│ │ │ │ └── scopeguard v1.2.0
│ │ │ │ [build-dependencies]
│ │ │ │ └── autocfg v1.1.0
│ │ │ └── parking_lot_core v0.9.9
│ │ │ ├── cfg-if v1.0.0
│ │ │ ├── libc v0.2.152
│ │ │ └── smallvec v1.13.1
│ │ ├── pin-project v1.1.4 (*)
│ │ ├── rand v0.8.5 (*)
│ │ └── rand_xoshiro v0.6.0
│ │ └── rand_core v0.6.4 (*)
│ ├── bolero-generator v0.10.1 (*)
│ ├── cfg-if v1.0.0
│ ├── futures v0.3.30 (*)
│ ├── lazy_static v1.4.0
│ ├── libc v0.2.152
│ ├── s2n-quic-core v0.32.0 (/home/toidiu/projects/s2n-quic/quic/s2n-quic-core) (*)
│ ├── socket2 v0.5.5
│ │ └── libc v0.2.152
│ ├── tokio v1.35.1
│ │ ├── bytes v1.5.0
│ │ ├── libc v0.2.152
│ │ ├── mio v0.8.10
│ │ │ └── libc v0.2.152
│ │ ├── num_cpus v1.16.0
│ │ │ └── libc v0.2.152
│ │ ├── parking_lot v0.12.1 (*)
│ │ ├── pin-project-lite v0.2.13
│ │ ├── signal-hook-registry v1.4.1
│ │ │ └── libc v0.2.152
│ │ ├── socket2 v0.5.5 (*)
│ │ └── tokio-macros v2.2.0 (proc-macro)
│ │ ├── proc-macro2 v1.0.78 (*)
│ │ ├── quote v1.0.35 (*)
│ │ └── syn v2.0.48 (*)
│ └── tracing v0.1.40 (*)
│ [dev-dependencies]
│ ├── bach v0.0.6 (*)
│ ├── bolero v0.10.0 (*)
│ ├── bolero-generator v0.10.1 (*)
│ ├── futures v0.3.30 (*)
│ ├── insta v1.34.0 (*)
│ ├── s2n-quic-core v0.32.0 (/home/toidiu/projects/s2n-quic/quic/s2n-quic-core) (*)
│ ├── tokio v1.35.1 (*)
│ └── tracing v0.1.40 (*)
├── s2n-quic-rustls v0.32.0 (/home/toidiu/projects/s2n-quic/quic/s2n-quic-rustls)
│ ├── bytes v1.5.0
│ ├── rustls v0.21.10
│ │ ├── log v0.4.20
│ │ ├── ring v0.17.7
│ │ │ ├── getrandom v0.2.12 (*)
│ │ │ ├── spin v0.9.8
│ │ │ └── untrusted v0.9.0
│ │ │ [build-dependencies]
│ │ │ └── cc v1.0.83 (*)
│ │ ├── rustls-webpki v0.101.7
│ │ │ ├── ring v0.17.7 (*)
│ │ │ └── untrusted v0.9.0
│ │ └── sct v0.7.1
│ │ ├── ring v0.17.7 (*)
│ │ └── untrusted v0.9.0
│ ├── rustls-pemfile v1.0.4
│ │ └── base64 v0.21.7
│ ├── s2n-codec v0.32.0 (/home/toidiu/projects/s2n-quic/common/s2n-codec) (*)
│ ├── s2n-quic-core v0.32.0 (/home/toidiu/projects/s2n-quic/quic/s2n-quic-core) (*)
│ └── s2n-quic-crypto v0.32.0 (/home/toidiu/projects/s2n-quic/quic/s2n-quic-crypto) (*)
│ [dev-dependencies]
│ ├── insta v1.34.0 (*)
│ └── s2n-quic-core v0.32.0 (/home/toidiu/projects/s2n-quic/quic/s2n-quic-core) (*)
├── s2n-quic-tls v0.32.0 (/home/toidiu/projects/s2n-quic/quic/s2n-quic-tls)
│ ├── bytes v1.5.0
│ ├── errno v0.3.8
│ │ └── libc v0.2.152
│ ├── libc v0.2.152
│ ├── s2n-codec v0.32.0 (/home/toidiu/projects/s2n-quic/common/s2n-codec) (*)
│ ├── s2n-quic-core v0.32.0 (/home/toidiu/projects/s2n-quic/quic/s2n-quic-core) (*)
│ ├── s2n-quic-crypto v0.32.0 (/home/toidiu/projects/s2n-quic/quic/s2n-quic-crypto) (*)
│ └── s2n-tls v0.1.2
│ ├── errno v0.3.8 (*)
│ ├── hex v0.4.3
│ ├── libc v0.2.152
│ ├── pin-project-lite v0.2.13
│ └── s2n-tls-sys v0.1.2
│ ├── aws-lc-sys v0.12.1
│ │ ├── libc v0.2.152
│ │ └── paste v1.0.14 (proc-macro)
│ │ [build-dependencies]
│ │ ├── cmake v0.1.50 (*)
│ │ ├── dunce v1.0.4
│ │ └── fs_extra v1.3.0
│ └── libc v0.2.152
│ [build-dependencies]
│ └── cc v1.0.83 (*)
│ [dev-dependencies]
│ ├── checkers v0.6.3
│ │ ├── checkers-macros v0.6.2 (proc-macro)
│ │ │ ├── quote v1.0.35 (*)
│ │ │ └── syn v1.0.109 (*)
│ │ └── fxhash v0.2.1
│ │ └── byteorder v1.5.0
│ ├── jobserver v0.1.27
│ │ └── libc v0.2.152
│ ├── openssl v0.10.63
│ │ ├── bitflags v2.4.2
│ │ ├── cfg-if v1.0.0
│ │ ├── foreign-types v0.3.2
│ │ │ └── foreign-types-shared v0.1.1
│ │ ├── libc v0.2.152
│ │ ├── once_cell v1.19.0
│ │ ├── openssl-macros v0.1.1 (proc-macro)
│ │ │ ├── proc-macro2 v1.0.78 (*)
│ │ │ ├── quote v1.0.35 (*)
│ │ │ └── syn v2.0.48 (*)
│ │ └── openssl-sys v0.9.99
│ │ └── libc v0.2.152
│ │ [build-dependencies]
│ │ ├── cc v1.0.83 (*)
│ │ ├── openssl-src v300.2.1+3.2.0
│ │ │ └── cc v1.0.83 (*)
│ │ ├── pkg-config v0.3.29
│ │ └── vcpkg v0.2.15
│ ├── openssl-sys v0.9.99 (*)
│ ├── pin-project v1.1.4 (*)
│ ├── s2n-quic-core v0.32.0 (/home/toidiu/projects/s2n-quic/quic/s2n-quic-core) (*)
│ └── s2n-quic-rustls v0.32.0 (/home/toidiu/projects/s2n-quic/quic/s2n-quic-rustls) (*)
├── s2n-quic-tls-default v0.32.0 (/home/toidiu/projects/s2n-quic/quic/s2n-quic-tls-default)
│ └── s2n-quic-tls v0.32.0 (/home/toidiu/projects/s2n-quic/quic/s2n-quic-tls) (*)
│ [dev-dependencies]
│ └── jobserver v0.1.27 (*)
├── s2n-quic-transport v0.32.0 (/home/toidiu/projects/s2n-quic/quic/s2n-quic-transport)
│ ├── bytes v1.5.0
│ ├── futures-channel v0.3.30 (*)
│ ├── futures-core v0.3.30
│ ├── hashbrown v0.14.3
│ │ ├── ahash v0.8.7
│ │ │ ├── cfg-if v1.0.0
│ │ │ ├── once_cell v1.19.0
│ │ │ └── zerocopy v0.7.32 (*)
│ │ │ [build-dependencies]
│ │ │ └── version_check v0.9.4
│ │ └── allocator-api2 v0.2.16
│ ├── intrusive-collections v0.9.6 (*)
│ ├── once_cell v1.19.0
│ ├── s2n-codec v0.32.0 (/home/toidiu/projects/s2n-quic/common/s2n-codec) (*)
│ ├── s2n-quic-core v0.32.0 (/home/toidiu/projects/s2n-quic/quic/s2n-quic-core) (*)
│ ├── siphasher v1.0.0
│ └── smallvec v1.13.1
│ [dev-dependencies]
│ ├── bolero v0.10.0 (*)
│ ├── futures-test v0.3.30 (*)
│ ├── insta v1.34.0 (*)
│ ├── s2n-codec v0.32.0 (/home/toidiu/projects/s2n-quic/common/s2n-codec) (*)
│ └── s2n-quic-core v0.32.0 (/home/toidiu/projects/s2n-quic/quic/s2n-quic-core) (*)
├── tokio v1.35.1 (*)
├── zerocopy v0.7.32 (*)
└── zeroize v1.7.0 (*)
[dev-dependencies]
├── backtrace v0.3.69 (*)
├── bolero v0.10.0 (*)
├── jobserver v0.1.27 (*)
├── regex v1.10.3
│ ├── aho-corasick v1.1.2
│ │ └── memchr v2.7.1
│ ├── memchr v2.7.1
│ ├── regex-automata v0.4.5
│ │ ├── aho-corasick v1.1.2 (*)
│ │ ├── memchr v2.7.1
│ │ └── regex-syntax v0.8.2
│ └── regex-syntax v0.8.2
├── s2n-quic-core v0.32.0 (/home/toidiu/projects/s2n-quic/quic/s2n-quic-core) (*)
├── s2n-quic-platform v0.32.0 (/home/toidiu/projects/s2n-quic/quic/s2n-quic-platform) (*)
├── s2n-quic-transport v0.32.0 (/home/toidiu/projects/s2n-quic/quic/s2n-quic-transport) (*)
├── tokio v1.35.1 (*)
├── tracing v0.1.40 (*)
└── tracing-subscriber v0.3.18
├── matchers v0.1.0
│ └── regex-automata v0.1.10
│ └── regex-syntax v0.6.29
├── nu-ansi-term v0.46.0
│ └── overload v0.1.1
├── once_cell v1.19.0
├── regex v1.10.3 (*)
├── sharded-slab v0.1.7
│ └── lazy_static v1.4.0
├── smallvec v1.13.1
├── thread_local v1.1.7
│ ├── cfg-if v1.0.0
│ └── once_cell v1.19.0
├── tracing v0.1.40 (*)
├── tracing-core v0.1.32 (*)
└── tracing-log v0.2.0
├── log v0.4.20
├── once_cell v1.19.0
└── tracing-core v0.1.32 (*)
s2n-quic-bench v0.1.0 (/home/toidiu/projects/s2n-quic/quic/s2n-quic-bench)
├── bytes v1.5.0
├── criterion v0.4.0
│ ├── anes v0.1.6
│ ├── atty v0.2.14
│ │ └── libc v0.2.152
│ ├── cast v0.3.0
│ ├── ciborium v0.2.2
│ │ ├── ciborium-io v0.2.2
│ │ ├── ciborium-ll v0.2.2
│ │ │ ├── ciborium-io v0.2.2
│ │ │ └── half v2.3.1
│ │ │ └── cfg-if v1.0.0
│ │ └── serde v1.0.196 (*)
│ ├── clap v3.2.25
│ │ ├── bitflags v1.3.2
│ │ ├── clap_lex v0.2.4
│ │ │ └── os_str_bytes v6.6.1
│ │ ├── indexmap v1.9.3
│ │ │ └── hashbrown v0.12.3
│ │ │ [build-dependencies]
│ │ │ └── autocfg v1.1.0
│ │ └── textwrap v0.16.0
│ ├── criterion-plot v0.5.0
│ │ ├── cast v0.3.0
│ │ └── itertools v0.10.5
│ │ └── either v1.9.0
│ ├── itertools v0.10.5 (*)
│ ├── lazy_static v1.4.0
│ ├── num-traits v0.2.17 (*)
│ ├── oorandom v11.1.3
│ ├── plotters v0.3.5 (*)
│ ├── rayon v1.8.1
│ │ ├── either v1.9.0
│ │ └── rayon-core v1.12.1
│ │ ├── crossbeam-deque v0.8.5
│ │ │ ├── crossbeam-epoch v0.9.18
│ │ │ │ └── crossbeam-utils v0.8.19
│ │ │ └── crossbeam-utils v0.8.19
│ │ └── crossbeam-utils v0.8.19
│ ├── regex v1.10.3 (*)
│ ├── serde v1.0.196 (*)
│ ├── serde_derive v1.0.196 (proc-macro) (*)
│ ├── serde_json v1.0.113
│ │ ├── itoa v1.0.10
│ │ ├── ryu v1.0.16
│ │ └── serde v1.0.196 (*)
│ ├── tinytemplate v1.2.1
│ │ ├── serde v1.0.196 (*)
│ │ └── serde_json v1.0.113 (*)
│ └── walkdir v2.4.0
│ └── same-file v1.0.6
├── crossbeam-channel v0.5.11
│ └── crossbeam-utils v0.8.19
├── internet-checksum v0.2.1
├── s2n-codec v0.32.0 (/home/toidiu/projects/s2n-quic/common/s2n-codec) (*)
├── s2n-quic-core v0.32.0 (/home/toidiu/projects/s2n-quic/quic/s2n-quic-core) (*)
└── s2n-quic-crypto v0.32.0 (/home/toidiu/projects/s2n-quic/quic/s2n-quic-crypto) (*)
s2n-quic-core v0.32.0 (/home/toidiu/projects/s2n-quic/quic/s2n-quic-core) (*)
s2n-quic-crypto v0.32.0 (/home/toidiu/projects/s2n-quic/quic/s2n-quic-crypto) (*)
s2n-quic-events v0.1.0 (/home/toidiu/projects/s2n-quic/quic/s2n-quic-events)
├── glob v0.3.1
├── heck v0.4.1
├── proc-macro2 v1.0.78
│ └── unicode-ident v1.0.12
├── quote v1.0.35
│ └── proc-macro2 v1.0.78 (*)
└── syn v2.0.48
├── proc-macro2 v1.0.78 (*)
├── quote v1.0.35 (*)
└── unicode-ident v1.0.12
s2n-quic-h3 v0.1.0 (/home/toidiu/projects/s2n-quic/quic/s2n-quic-h3)
├── bytes v1.5.0
├── futures v0.3.30 (*)
├── h3 v0.0.3
│ ├── bytes v1.5.0
│ ├── fastrand v2.0.1
│ ├── futures-util v0.3.30 (*)
│ ├── http v0.2.11
│ │ ├── bytes v1.5.0
│ │ ├── fnv v1.0.7
│ │ └── itoa v1.0.10
│ ├── pin-project-lite v0.2.13
│ ├── tokio v1.35.1 (*)
│ └── tracing v0.1.40 (*)
├── s2n-quic v1.32.0 (/home/toidiu/projects/s2n-quic/quic/s2n-quic) (*)
└── s2n-quic-core v0.32.0 (/home/toidiu/projects/s2n-quic/quic/s2n-quic-core) (*)
s2n-quic-platform v0.32.0 (/home/toidiu/projects/s2n-quic/quic/s2n-quic-platform) (*)
s2n-quic-qns v0.1.0 (/home/toidiu/projects/s2n-quic/quic/s2n-quic-qns)
├── bytes v1.5.0
├── cfg-if v1.0.0
├── futures v0.3.30 (*)
├── http v0.2.11 (*)
├── humansize v2.1.3 (*)
├── lru v0.10.1
│ └── hashbrown v0.13.2
│ └── ahash v0.8.7 (*)
├── mimalloc v0.1.39
│ └── libmimalloc-sys v0.1.35
│ └── libc v0.2.152
│ [build-dependencies]
│ └── cc v1.0.83 (*)
├── rand v0.8.5 (*)
├── rustls v0.21.10 (*)
├── s2n-codec v0.32.0 (/home/toidiu/projects/s2n-quic/common/s2n-codec) (*)
├── s2n-quic v1.32.0 (/home/toidiu/projects/s2n-quic/quic/s2n-quic) (*)
├── s2n-quic-core v0.32.0 (/home/toidiu/projects/s2n-quic/quic/s2n-quic-core) (*)
├── s2n-quic-h3 v0.1.0 (/home/toidiu/projects/s2n-quic/quic/s2n-quic-h3) (*)
├── structopt v0.3.26
│ ├── clap v2.34.0
│ │ ├── ansi_term v0.12.1
│ │ ├── atty v0.2.14 (*)
│ │ ├── bitflags v1.3.2
│ │ ├── strsim v0.8.0
│ │ ├── textwrap v0.11.0
│ │ │ └── unicode-width v0.1.11
│ │ ├── unicode-width v0.1.11
│ │ └── vec_map v0.8.2
│ ├── lazy_static v1.4.0
│ └── structopt-derive v0.4.18 (proc-macro)
│ ├── heck v0.3.3
│ │ └── unicode-segmentation v1.10.1
│ ├── proc-macro-error v1.0.4
│ │ ├── proc-macro-error-attr v1.0.4 (proc-macro)
│ │ │ ├── proc-macro2 v1.0.78 (*)
│ │ │ └── quote v1.0.35 (*)
│ │ │ [build-dependencies]
│ │ │ └── version_check v0.9.4
│ │ ├── proc-macro2 v1.0.78 (*)
│ │ ├── quote v1.0.35 (*)
│ │ └── syn v1.0.109 (*)
│ │ [build-dependencies]
│ │ └── version_check v0.9.4
│ ├── proc-macro2 v1.0.78 (*)
│ ├── quote v1.0.35 (*)
│ └── syn v1.0.109 (*)
├── tokio v1.35.1 (*)
├── tracing v0.1.40 (*)
├── tracing-subscriber v0.3.18 (*)
└── url v2.5.0
├── form_urlencoded v1.2.1
│ └── percent-encoding v2.3.1
├── idna v0.5.0
│ ├── unicode-bidi v0.3.15
│ └── unicode-normalization v0.1.22
│ └── tinyvec v1.6.0
│ └── tinyvec_macros v0.1.1
└── percent-encoding v2.3.1
s2n-quic-rustls v0.32.0 (/home/toidiu/projects/s2n-quic/quic/s2n-quic-rustls) (*)
s2n-quic-sim v0.1.0 (/home/toidiu/projects/s2n-quic/quic/s2n-quic-sim)
├── anyhow v1.0.79
├── humantime v2.1.0
├── indicatif v0.17.7
│ ├── console v0.15.8 (*)
│ ├── number_prefix v0.4.0
│ ├── portable-atomic v1.6.0
│ ├── rayon v1.8.1 (*)
│ └── unicode-width v0.1.11
├── once_cell v1.19.0
├── prost v0.12.3
│ ├── bytes v1.5.0
│ └── prost-derive v0.12.3 (proc-macro)
│ ├── anyhow v1.0.79
│ ├── itertools v0.10.5
│ │ └── either v1.9.0
│ ├── proc-macro2 v1.0.78 (*)
│ ├── quote v1.0.35 (*)
│ └── syn v2.0.48 (*)
├── rand v0.8.5 (*)
├── rayon v1.8.1 (*)
├── s2n-quic v1.32.0 (/home/toidiu/projects/s2n-quic/quic/s2n-quic) (*)
├── s2n-quic-core v0.32.0 (/home/toidiu/projects/s2n-quic/quic/s2n-quic-core) (*)
├── serde v1.0.196 (*)
├── serde_json v1.0.113 (*)
├── structopt v0.3.26 (*)
├── toml v0.7.8
│ ├── serde v1.0.196 (*)
│ ├── serde_spanned v0.6.5
│ │ └── serde v1.0.196 (*)
│ ├── toml_datetime v0.6.5
│ │ └── serde v1.0.196 (*)
│ └── toml_edit v0.19.15
│ ├── indexmap v2.2.1
│ │ ├── equivalent v1.0.1
│ │ └── hashbrown v0.14.3 (*)
│ ├── serde v1.0.196 (*)
│ ├── serde_spanned v0.6.5 (*)
│ ├── toml_datetime v0.6.5 (*)
│ └── winnow v0.5.35
└── tracing-subscriber v0.3.18 (*)
s2n-quic-tls v0.32.0 (/home/toidiu/projects/s2n-quic/quic/s2n-quic-tls) (*)
s2n-quic-tls-default v0.32.0 (/home/toidiu/projects/s2n-quic/quic/s2n-quic-tls-default) (*)
s2n-quic-transport v0.32.0 (/home/toidiu/projects/s2n-quic/quic/s2n-quic-transport) (*)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment