servo-profile 0.3.0

A component of the servo web-engine.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.88.0"
name = "servo-profile"
version = "0.3.0"
authors = ["The Servo Project Developers"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A component of the servo web-engine."
readme = false
license = "MPL-2.0"
repository = "https://github.com/servo/servo"
resolver = "2"

[lib]
name = "profile"
path = "lib.rs"

[dependencies.log]
version = "0.4.30"

[dependencies.profile_traits]
version = "=0.3.0"
package = "servo-profile-traits"

[dependencies.serde]
version = "1.0.228"

[dependencies.serde_json]
version = "1.0"

[dependencies.servo-allocator]
version = "=0.3.0"

[dependencies.servo-base]
version = "=0.3.0"

[dependencies.servo-config]
version = "=0.3.0"

[dependencies.time]
version = "0.3"
features = [
    "large-dates",
    "local-offset",
    "serde",
]
package = "time"

[target.'cfg(not(any(target_os = "windows", target_env = "ohos")))'.dependencies.tikv-jemalloc-sys]
version = "0.6.1"

[target.'cfg(not(target_os = "windows"))'.dependencies.libc]
version = "0.2"

[target.'cfg(target_os = "linux")'.dependencies.regex]
version = "1.12"

[target.'cfg(target_os = "macos")'.dependencies.mach2]
version = "0.6"