servo-base 0.1.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.86.0"
name = "servo-base"
version = "0.1.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 = "servo_base"
path = "lib.rs"
test = true
doctest = false

[dependencies.accesskit]
version = "0.24.0"
features = ["serde"]

[dependencies.crossbeam-channel]
version = "0.5"

[dependencies.ipc-channel]
version = "0.21"

[dependencies.log]
version = "0.4.29"

[dependencies.malloc_size_of]
version = "0.1.0"
package = "servo-malloc-size-of"

[dependencies.malloc_size_of_derive]
version = "0.1"

[dependencies.parking_lot]
version = "0.12"
features = ["serde"]

[dependencies.rayon]
version = "1"

[dependencies.regex]
version = "1.12"

[dependencies.serde]
version = "1.0.228"

[dependencies.serde_json]
version = "1.0"

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

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

[dependencies.unicode-segmentation]
version = "1.13.2"

[dependencies.webrender_api]
version = "0.68"

[target.'cfg(all(unix, not(any(target_os = "macos", target_os = "ios"))))'.dependencies.libc]
version = "0.2"

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

[target.'cfg(target_os = "windows")'.dependencies.windows-sys]
version = "0.61"
features = ["Win32_System_Performance"]