servo-capi 0.5.0

C API for the Servo rendering engine
# 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-capi"
version = "0.5.0"
authors = ["The Servo Project Developers"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "C API for the Servo rendering engine"
readme = "README.md"
license = "MPL-2.0"
repository = "https://github.com/servo/servo"
resolver = "2"

[package.metadata.capi.header]
subdirectory = "servo"

[package.metadata.capi.library]
name = "servo_capi"

[features]
capi = []

[lib]
name = "servo_capi"
crate-type = ["cdylib"]
path = "lib.rs"

[dependencies.dpi]
version = "0.1"

[dependencies.libc]
version = "0.2"

[dependencies.log]
version = "0.4.32"

[dependencies.servo]
version = "=0.5.0"
features = [
    "js_jit",
    "baked-in-resources",
    "bundled_freetype",
]
default-features = false

[dependencies.url]
version = "2.5"

[target.'cfg(target_os = "windows")'.dependencies.servo]
version = "=0.5.0"
features = ["no-wgl"]
default-features = false