Rust编写的JavaScript引擎,该项目是一个试验性质的项目。
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
613 B

[package]
name = "boa_profiler"
description = "Profiler for the Boa JavaScript engine."
keywords = ["javascript", "js", "compiler", "profiler"]
categories = ["development-tools::profiling"]
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
rust-version.workspace = true
[features]
profiler = ["dep:measureme", "dep:once_cell", "dep:rustc-hash"]
[dependencies]
Bump measureme from 10.1.0 to 10.1.1 (#2595) Bumps [measureme](https://github.com/rust-lang/measureme) from 10.1.0 to 10.1.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/measureme/releases">measureme's releases</a>.</em></p> <blockquote> <h2>10.1.1</h2> <h3>Changed</h3> <ul> <li><code>measureme</code>: Update <code>perf-event-open-sys</code> to 3.0 (<a href="https://github-redirect.dependabot.com/rust-lang/measureme/issues/198">GH-198</a>)</li> <li>Move profile data analysis into analyzeme from summarizeme (<a href="https://github-redirect.dependabot.com/rust-lang/measureme/issues/200">GH-200</a>)</li> <li><code>summarize</code>: Update <code>prettytable</code> dependency to avoid segfaults on large profiles (<a href="https://github-redirect.dependabot.com/rust-lang/measureme/issues/202">GH-202</a>)</li> </ul> <p><a href="https://github-redirect.dependabot.com/rust-lang/measureme/issues/198">GH-198</a>: <a href="https://github-redirect.dependabot.com/rust-lang/measureme/pull/198">rust-lang/measureme#198</a> <a href="https://github-redirect.dependabot.com/rust-lang/measureme/issues/200">GH-200</a>: <a href="https://github-redirect.dependabot.com/rust-lang/measureme/pull/200">rust-lang/measureme#200</a> <a href="https://github-redirect.dependabot.com/rust-lang/measureme/issues/202">GH-202</a>: <a href="https://github-redirect.dependabot.com/rust-lang/measureme/pull/202">rust-lang/measureme#202</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/measureme/blob/master/CHANGELOG.md">measureme's changelog</a>.</em></p> <blockquote> <h2>[10.1.1] - 2023-02-08</h2> <h3>Changed</h3> <ul> <li><code>measureme</code>: Update <code>perf-event-open-sys</code> to 3.0 (<a href="https://github-redirect.dependabot.com/rust-lang/measureme/issues/198">GH-198</a>)</li> <li>Move profile data analysis into analyzeme from summarizeme (<a href="https://github-redirect.dependabot.com/rust-lang/measureme/issues/200">GH-200</a>)</li> <li><code>summarize</code>: Update <code>prettytable</code> dependency to avoid segfaults on large profiles (<a href="https://github-redirect.dependabot.com/rust-lang/measureme/issues/202">GH-202</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/measureme/commit/6b8bc6d04f26fa33e371dceaafd2db48b2b12aa3"><code>6b8bc6d</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rust-lang/measureme/issues/203">#203</a> from wesleywiser/new_release</li> <li><a href="https://github.com/rust-lang/measureme/commit/e5566045c04330274e97b00b4bf0377189b46d35"><code>e556604</code></a> Prepare for 10.1.1 release</li> <li><a href="https://github.com/rust-lang/measureme/commit/f2261c158a88763f9bc6b2c2584dee3c99e09fdc"><code>f2261c1</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rust-lang/measureme/issues/202">#202</a> from pinkforest/chore-bump-prettytable</li> <li><a href="https://github.com/rust-lang/measureme/commit/1cea44bc8fea64d359066442733cc5f6089b735e"><code>1cea44b</code></a> Update prettytable to 0.10</li> <li><a href="https://github.com/rust-lang/measureme/commit/86799597696dc7b7f2d1fa3d39ef10c8fa7dc955"><code>8679959</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rust-lang/measureme/issues/200">#200</a> from rust-lang/analysis-in-analyzeme</li> <li><a href="https://github.com/rust-lang/measureme/commit/5ee583bd9e2db6da161c0698fb569f3e30212aed"><code>5ee583b</code></a> Move analysis into analyzeme</li> <li><a href="https://github.com/rust-lang/measureme/commit/e2d7d6a1bb269927116ac6e81e33c7bcf51f3449"><code>e2d7d6a</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/rust-lang/measureme/issues/198">#198</a> - jimblandy:update-perf-event-open-sys-3.0.0, r=wesleywiser</li> <li><a href="https://github.com/rust-lang/measureme/commit/4adb48db45d1f62a53c8264589d3fe1f070138e2"><code>4adb48d</code></a> Update perf-event-open-sys to 3.0.0.</li> <li>See full diff in <a href="https://github.com/rust-lang/measureme/compare/10.1.0...10.1.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=measureme&package-manager=cargo&previous-version=10.1.0&new-version=10.1.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
2 years ago
measureme = { version = "10.1.1", optional = true }
once_cell = { workspace = true, optional = true, features = ["std"] }
rustc-hash = { workspace = true, optional = true }