1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
6# to registry (e.g., crates.io) dependencies
7#
8# If you believe there's an error in this file please file an
9# issue against the rust-lang/cargo repository. If you're
10# editing this file be aware that the upstream Cargo.toml
11# will likely look very different (and much more reasonable)
12
13[package]
14edition = "2018"
15name = "dwrote"
16version = "0.11.0"
17authors = ["The Servo Project Developers", "Vladimir Vukicevic <vladimir@pobox.com>"]
18description = "Lightweight binding to DirectWrite."
19license = "MPL-2.0"
20repository = "https://github.com/servo/dwrote-rs"
21
22[lib]
23name = "dwrote"
24[dependencies.lazy_static]
25version = "1"
26
27[dependencies.libc]
28version = "0.2"
29
30[dependencies.serde]
31version = "1.0"
32optional = true
33
34[dependencies.serde_derive]
35version = "1.0"
36optional = true
37
38[dependencies.winapi]
39version = "0.3.6"
40features = ["dwrite", "dwrite_1", "dwrite_3", "winnt", "unknwnbase", "libloaderapi", "winnls"]
41
42[dependencies.wio]
43version = "0.2"
44
45[features]
46default = ["serde_serialization"]
47serde_serialization = ["serde", "serde_derive"]
48