OpenPoolProject / stratum

Library for the stratum protocol and it's many derivatives. Supports Stratum, Stratum V2, Websockets, and more
https://openpool.dev
Apache License 2.0
3 stars 5 forks source link

release: v5.6.0 #679

Closed kilpatty closed 8 months ago

github-actions[bot] commented 8 months ago

:cowboy_hat_face: Cargo bloat for toolchain stable-x86_64-unknown-linux-gnu :cowboy_hat_face:

@@ Size breakdown @@

Size       2.74 MB
Text size  2.74 MB

No changes to crate sizes

Dependency tree
```diff @@ Dependency tree @@ Count: 238 ├─ async-trait v0.1.77 (proc-macro) │ ├─ 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 ├─ axum v0.7.4 │ ├─ async-trait v0.1.77 (proc-macro) │ ├─ axum-core v0.4.3 │ │ ├─ async-trait v0.1.77 (proc-macro) │ │ ├─ bytes v1.5.0 │ │ ├─ futures-util v0.3.30 │ │ │ ├─ futures-channel v0.3.30 │ │ │ │ ├─ futures-core v0.3.30 │ │ │ │ └─ futures-sink 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 │ │ │ └─ autocfg v1.1.0 │ │ ├─ http v1.0.0 │ │ │ ├─ bytes v1.5.0 │ │ │ ├─ fnv v1.0.7 │ │ │ └─ itoa v1.0.10 │ │ ├─ http-body v1.0.0 │ │ │ ├─ bytes v1.5.0 │ │ │ └─ http v1.0.0 │ │ ├─ http-body-util v0.1.0 │ │ │ ├─ bytes v1.5.0 │ │ │ ├─ futures-util v0.3.30 │ │ │ ├─ http v1.0.0 │ │ │ ├─ http-body v1.0.0 │ │ │ └─ pin-project-lite v0.2.13 │ │ ├─ mime v0.3.17 │ │ ├─ pin-project-lite v0.2.13 │ │ ├─ sync_wrapper v0.1.2 │ │ ├─ tower-layer v0.3.2 │ │ ├─ tower-service v0.3.2 │ │ ├─ tracing v0.1.40 │ │ │ ├─ log v0.4.20 │ │ │ ├─ 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 │ │ └─ rustversion v1.0.14 (proc-macro) │ ├─ bytes v1.5.0 │ ├─ futures-util v0.3.30 │ ├─ http v1.0.0 │ ├─ http-body v1.0.0 │ ├─ http-body-util v0.1.0 │ ├─ hyper v1.1.0 │ │ ├─ bytes v1.5.0 │ │ ├─ futures-channel v0.3.30 │ │ ├─ futures-util v0.3.30 │ │ ├─ h2 v0.4.2 │ │ │ ├─ bytes v1.5.0 │ │ │ ├─ fnv v1.0.7 │ │ │ ├─ futures-core v0.3.30 │ │ │ ├─ futures-sink v0.3.30 │ │ │ ├─ futures-util v0.3.30 │ │ │ ├─ http v1.0.0 │ │ │ ├─ indexmap v2.2.2 │ │ │ │ ├─ equivalent v1.0.1 │ │ │ │ └─ hashbrown v0.14.3 │ │ │ ├─ slab v0.4.9 │ │ │ ├─ tokio v1.36.0 │ │ │ │ ├─ bytes v1.5.0 │ │ │ │ ├─ libc v0.2.153 │ │ │ │ ├─ mio v0.8.10 │ │ │ │ │ └─ libc v0.2.153 │ │ │ │ ├─ num_cpus v1.16.0 │ │ │ │ │ └─ libc v0.2.153 │ │ │ │ ├─ parking_lot v0.12.1 │ │ │ │ │ ├─ lock_api v0.4.11 │ │ │ │ │ │ ├─ scopeguard v1.2.0 │ │ │ │ │ │ └─ autocfg v1.1.0 │ │ │ │ │ └─ parking_lot_core v0.9.9 │ │ │ │ │ ├─ cfg-if v1.0.0 │ │ │ │ │ ├─ libc v0.2.153 │ │ │ │ │ └─ smallvec v1.13.1 │ │ │ │ ├─ pin-project-lite v0.2.13 │ │ │ │ ├─ signal-hook-registry v1.4.1 │ │ │ │ │ └─ libc v0.2.153 │ │ │ │ ├─ socket2 v0.5.5 │ │ │ │ │ └─ libc v0.2.153 │ │ │ │ └─ tokio-macros v2.2.0 (proc-macro) │ │ │ │ ├─ proc-macro2 v1.0.78 │ │ │ │ ├─ quote v1.0.35 │ │ │ │ └─ syn v2.0.48 │ │ │ ├─ tokio-util v0.7.10 │ │ │ │ ├─ bytes v1.5.0 │ │ │ │ ├─ futures-core v0.3.30 │ │ │ │ ├─ futures-sink v0.3.30 │ │ │ │ ├─ pin-project-lite v0.2.13 │ │ │ │ ├─ slab v0.4.9 │ │ │ │ ├─ tokio v1.36.0 │ │ │ │ └─ tracing v0.1.40 │ │ │ └─ tracing v0.1.40 │ │ ├─ http v1.0.0 │ │ ├─ http-body v1.0.0 │ │ ├─ httparse v1.8.0 │ │ ├─ httpdate v1.0.3 │ │ ├─ itoa v1.0.10 │ │ ├─ pin-project-lite v0.2.13 │ │ └─ tokio v1.36.0 │ ├─ hyper-util v0.1.3 │ │ ├─ bytes v1.5.0 │ │ ├─ futures-util v0.3.30 │ │ ├─ http v1.0.0 │ │ ├─ http-body v1.0.0 │ │ ├─ hyper v1.1.0 │ │ ├─ pin-project-lite v0.2.13 │ │ ├─ socket2 v0.5.5 │ │ └─ tokio v1.36.0 │ ├─ itoa v1.0.10 │ ├─ matchit v0.7.3 │ ├─ memchr v2.7.1 │ ├─ mime v0.3.17 │ ├─ percent-encoding v2.3.1 │ ├─ pin-project-lite v0.2.13 │ ├─ serde v1.0.196 │ │ └─ serde_derive v1.0.196 (proc-macro) │ │ ├─ proc-macro2 v1.0.78 │ │ ├─ quote v1.0.35 │ │ └─ syn v2.0.48 │ ├─ serde_json v1.0.113 │ │ ├─ itoa v1.0.10 │ │ ├─ ryu v1.0.16 │ │ └─ serde v1.0.196 │ ├─ serde_path_to_error v0.1.15 │ │ ├─ itoa v1.0.10 │ │ └─ serde v1.0.196 │ ├─ serde_urlencoded v0.7.1 │ │ ├─ form_urlencoded v1.2.1 │ │ │ └─ percent-encoding v2.3.1 │ │ ├─ itoa v1.0.10 │ │ ├─ ryu v1.0.16 │ │ └─ serde v1.0.196 │ ├─ sync_wrapper v0.1.2 │ ├─ tokio v1.36.0 │ ├─ tower v0.4.13 │ │ ├─ futures-core 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-project-lite v0.2.13 │ │ ├─ tokio v1.36.0 │ │ ├─ tower-layer v0.3.2 │ │ ├─ tower-service v0.3.2 │ │ └─ tracing v0.1.40 │ ├─ tower-layer v0.3.2 │ ├─ tower-service v0.3.2 │ ├─ tracing v0.1.40 │ └─ rustversion v1.0.14 (proc-macro) ├─ bit-set v0.5.3 │ └─ bit-vec v0.6.3 ├─ bytes v1.5.0 ├─ dashmap v5.5.3 │ ├─ cfg-if v1.0.0 │ ├─ hashbrown v0.14.3 │ ├─ lock_api v0.4.11 │ ├─ once_cell v1.19.0 │ └─ parking_lot_core v0.9.9 ├─ extended-primitives v0.3.8 │ ├─ encodings v0.1.0 │ └─ thiserror v1.0.56 │ └─ thiserror-impl v1.0.56 (proc-macro) │ ├─ proc-macro2 v1.0.78 │ ├─ quote v1.0.35 │ └─ syn v2.0.48 ├─ futures v0.3.30 │ ├─ futures-channel 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-io v0.3.30 │ ├─ futures-sink v0.3.30 │ ├─ futures-task v0.3.30 │ └─ futures-util v0.3.30 ├─ hyper v1.1.0 ├─ parking_lot v0.12.1 ├─ rlimit v0.10.1 │ └─ libc v0.2.153 ├─ serde v1.0.196 ├─ serde_json v1.0.113 ├─ thiserror v1.0.56 ├─ tokio v1.36.0 ├─ tokio-stream v0.1.14 │ ├─ futures-core v0.3.30 │ ├─ pin-project-lite v0.2.13 │ └─ tokio v1.36.0 ├─ tokio-util v0.7.10 ├─ tower-http v0.5.1 │ ├─ bitflags v2.4.2 │ ├─ bytes v1.5.0 │ ├─ http v1.0.0 │ ├─ http-body v1.0.0 │ ├─ http-body-util v0.1.0 │ ├─ pin-project-lite v0.2.13 │ ├─ tower-layer v0.3.2 │ └─ tower-service v0.3.2 ├─ tracing v0.1.40 └─ uuid v1.7.0 ├─ getrandom v0.2.12 │ ├─ cfg-if v1.0.0 │ └─ libc v0.2.153 ├─ rand v0.8.5 │ ├─ libc v0.2.153 │ ├─ rand_chacha v0.3.1 │ │ ├─ ppv-lite86 v0.2.17 │ │ └─ rand_core v0.6.4 │ │ └─ getrandom v0.2.12 │ └─ rand_core v0.6.4 ├─ serde v1.0.196 └─ uuid-macro-internal v1.7.0 (proc-macro) ├─ proc-macro2 v1.0.78 ├─ quote v1.0.35 └─ syn v2.0.48 ```

Commit: 2f5965295bdc00f09cc62a394c99ebf45dd168ab (Compare with baseline commit)