webrender_api 0.68.0

Public API for WebRender
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 = "2018"
name = "webrender_api"
version = "0.68.0"
authors = ["Glenn Watson <gw@intuitionlibrary.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Public API for WebRender"
readme = false
license = "MPL-2.0"
repository = "https://github.com/servo/webrender"
resolver = "2"

[lib]
name = "webrender_api"
path = "src/lib.rs"

[dependencies.app_units]
version = "0.7.3"

[dependencies.bitflags]
version = "2"
features = ["serde"]

[dependencies.byteorder]
version = "1.2.1"

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

[dependencies.euclid]
version = "0.22.6"
features = ["serde"]

[dependencies.malloc_size_of]
version = "0.2.2"
package = "wr_malloc_size_of"

[dependencies.malloc_size_of_derive]
version = "0.1"

[dependencies.peek-poke]
version = "0.3"
features = ["extras"]
package = "peek-poke"

[dependencies.serde]
version = "1.0"
features = ["rc"]

[dependencies.serde_bytes]
version = "0.11"

[dependencies.serde_derive]
version = "1.0"

[dependencies.zeitstempel]
version = "0.1.2"

[features]
debugger = []
deserialize = []
display_list_stats = []
nightly = [
    "euclid/unstable",
    "serde/unstable",
]
serialize = []