Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ureq #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add ureq #1

wants to merge 1 commit into from

Conversation

orf
Copy link
Owner

@orf orf commented Apr 26, 2020

This is an example pull request showing what cargo-bloat-action outputs.

In this PR I am adding ureq as a dependency.

@github-actions
Copy link

🍎 Cargo bloat for toolchain stable-x86_64-apple-darwin 🍎

@@ Size breakdown @@

- Size       289.92 KB
+ Size       850.88 KB  +560.95 KB
- Text Size  140.22 KB
+ Text Size  330.84 KB  +190.63 KB
Size difference per crate

Note: The numbers below are not 100% accurate, use them as a rough estimate.

@@ Breakdown per crate @@

- std                    106.61 KB
+ std                    143.61 KB
+ ureq                   68.34 KB
+ url                    54.19 KB
+ idna                   22.44 KB
+ qstring                2.3 KB
+ percent_encoding       2.02 KB
+ base64                 1.78 KB
+ unicode_normalization  1.73 KB
Dependency tree
@@ Dependency tree @@
- Count: 11
+ Count: 26

  ├─ chrono v0.4.11
  │  ├─ num-integer v0.1.42
  │  │  ├─ num-traits v0.2.11
  │  │  │  └─ autocfg v1.0.0
  │  │  └─ autocfg v1.0.0 
  │  ├─ num-traits v0.2.11 
  │  └─ time v0.1.43
  │     └─ libc v0.2.69
- └─ chrono-humanize v0.0.11
-    └─ chrono v0.4.11 
+ ├─ chrono-humanize v0.0.11
+ │  └─ chrono v0.4.11 
+ └─ ureq v0.12.1
+    ├─ base64 v0.12.0
+    ├─ chunked_transfer v1.1.0
+    ├─ lazy_static v1.4.0
+    ├─ qstring v0.7.2
+    │  └─ percent-encoding v2.1.0
+    └─ url v2.1.1
+       ├─ idna v0.2.0
+       │  ├─ matches v0.1.8
+       │  ├─ unicode-bidi v0.3.4
+       │  │  └─ matches v0.1.8 
+       │  └─ unicode-normalization v0.1.12
+       │     └─ smallvec v1.4.0
+       ├─ matches v0.1.8 
+       └─ percent-encoding v2.1.0 

Commit: 0fbdaa7 (Compare with baseline commit)

@github-actions
Copy link

🤠 Cargo bloat for toolchain stable-x86_64-unknown-linux-gnu 🤠

@@ Size breakdown @@

- Size       2.61 MB
+ Size       3.33 MB    +731.48 KB
- Text Size  150.55 KB
+ Text Size  340.06 KB  +189.52 KB
Size difference per crate

Note: The numbers below are not 100% accurate, use them as a rough estimate.

@@ Breakdown per crate @@

- std                    100.58 KB
+ std                    136.03 KB
+ ureq                   66.26 KB
+ url                    51.86 KB
+ idna                   23.18 KB
+ qstring                2.31 KB
+ percent_encoding       2.04 KB
+ base64                 1.83 KB
+ unicode_normalization  1.66 KB
Dependency tree
@@ Dependency tree @@
- Count: 11
+ Count: 26

  ├─ chrono v0.4.11
  │  ├─ num-integer v0.1.42
  │  │  ├─ num-traits v0.2.11
  │  │  │  └─ autocfg v1.0.0
  │  │  └─ autocfg v1.0.0 
  │  ├─ num-traits v0.2.11 
  │  └─ time v0.1.43
  │     └─ libc v0.2.69
- └─ chrono-humanize v0.0.11
-    └─ chrono v0.4.11 
+ ├─ chrono-humanize v0.0.11
+ │  └─ chrono v0.4.11 
+ └─ ureq v0.12.1
+    ├─ base64 v0.12.0
+    ├─ chunked_transfer v1.1.0
+    ├─ lazy_static v1.4.0
+    ├─ qstring v0.7.2
+    │  └─ percent-encoding v2.1.0
+    └─ url v2.1.1
+       ├─ idna v0.2.0
+       │  ├─ matches v0.1.8
+       │  ├─ unicode-bidi v0.3.4
+       │  │  └─ matches v0.1.8 
+       │  └─ unicode-normalization v0.1.12
+       │     └─ smallvec v1.4.0
+       ├─ matches v0.1.8 
+       └─ percent-encoding v2.1.0 

Commit: 0fbdaa7 (Compare with baseline commit)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant