Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
142 changes: 90 additions & 52 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

58 changes: 25 additions & 33 deletions cargo/licenses.json
Original file line number Diff line number Diff line change
Expand Up @@ -775,14 +775,6 @@
"name": "cssparser",
"repository": "https://github.com/servo/rust-cssparser"
},
{
"authors": "Simon Sapin <simon.sapin@exyr.org>",
"description": "Procedural macros for cssparser",
"license": "MPL-2.0",
"license_file": null,
"name": "cssparser-macros",
"repository": "https://github.com/servo/rust-cssparser"
},
{
"authors": "Andrew Gallant <jamslam@gmail.com>",
"description": "Fast CSV parsing with support for serde.",
Expand Down Expand Up @@ -1351,14 +1343,6 @@
"name": "fsrs",
"repository": "https://github.com/open-spaced-repetition/fsrs-rs"
},
{
"authors": "Keegan McAllister <kmcallister@mozilla.com>",
"description": "Handling fragments of UTF-8",
"license": "Apache-2.0 OR MIT",
"license_file": null,
"name": "futf",
"repository": "https://github.com/servo/futf"
},
{
"authors": null,
"description": "An implementation of futures and streams featuring zero allocations, composability, and iterator-like interfaces.",
Expand Down Expand Up @@ -2199,14 +2183,6 @@
"name": "lru-slab",
"repository": "https://github.com/Ralith/lru-slab"
},
{
"authors": "Jonathan Reem <jonathan.reem@gmail.com>",
"description": "A collection of great and ubiqutitous macros.",
"license": "Apache-2.0 OR MIT",
"license_file": null,
"name": "mac",
"repository": "https://github.com/reem/rust-mac.git"
},
{
"authors": "Genna Wingert",
"description": "Type and target-generic SIMD",
Expand Down Expand Up @@ -2247,14 +2223,6 @@
"name": "markup5ever",
"repository": "https://github.com/servo/html5ever"
},
{
"authors": "The html5ever Project Developers",
"description": "Procedural macro for html5ever.",
"license": "Apache-2.0 OR MIT",
"license_file": null,
"name": "match_token",
"repository": "https://github.com/servo/html5ever"
},
{
"authors": "Eliza Weisman <eliza@buoyant.io>",
"description": "Regex matching on character and byte streams.",
Expand Down Expand Up @@ -2735,6 +2703,14 @@
"name": "phf",
"repository": "https://github.com/rust-phf/rust-phf"
},
{
"authors": "Steven Fackler <sfackler@gmail.com>",
"description": "Runtime support for perfect hash function data structures",
"license": "MIT",
"license_file": null,
"name": "phf",
"repository": "https://github.com/rust-phf/rust-phf"
},
{
"authors": "Steven Fackler <sfackler@gmail.com>",
"description": "Codegen library for PHF types",
Expand All @@ -2751,6 +2727,14 @@
"name": "phf_generator",
"repository": "https://github.com/rust-phf/rust-phf"
},
{
"authors": "Steven Fackler <sfackler@gmail.com>",
"description": "PHF generation logic",
"license": "MIT",
"license_file": null,
"name": "phf_generator",
"repository": "https://github.com/rust-phf/rust-phf"
},
{
"authors": "Steven Fackler <sfackler@gmail.com>",
"description": "Macros to generate types in the phf crate",
Expand All @@ -2767,6 +2751,14 @@
"name": "phf_shared",
"repository": "https://github.com/rust-phf/rust-phf"
},
{
"authors": "Steven Fackler <sfackler@gmail.com>",
"description": "Support code shared by PHF libraries",
"license": "MIT",
"license_file": null,
"name": "phf_shared",
"repository": "https://github.com/rust-phf/rust-phf"
},
{
"authors": null,
"description": "A crate for safe and ergonomic pin-projection.",
Expand Down Expand Up @@ -3845,7 +3837,7 @@
"license": "Apache-2.0 OR MIT",
"license_file": null,
"name": "tendril",
"repository": "https://github.com/servo/tendril"
"repository": "https://github.com/servo/html5ever"
},
{
"authors": "Andrew Gallant <jamslam@gmail.com>",
Expand Down
Loading