# 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 = "zng-webrender-api" version = "0.64.0" authors = ["Glenn Watson "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Public API for WebRender" readme = "FORK.md" license = "MPL-2.0" repository = "https://github.com/zng-ui/zng-webrender" [lib] name = "zng_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.0.3" package = "zng-wr-malloc-size-of" [dependencies.malloc_size_of_derive] version = "0.1" [dependencies.peek-poke] version = "0.3.2" features = ["extras"] package = "zng-peek-poke" [dependencies.serde] version = "1.0" features = ["rc"] [dependencies.serde_bytes] version = "0.11" [dependencies.serde_derive] version = "1.0" [features] deserialize = [] display_list_stats = [] nightly = [ "euclid/unstable", "serde/unstable", ] serialize = []