Bug 1888590 - Mark some subtests on trusted-types-event-handlers.html as failing...
[gecko.git] / third_party / rust / freetype / Cargo.toml
blob399867953e495ff99dba1e51cdba8172c42152e6
1 # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
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
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)
13 [package]
14 name = "freetype"
15 version = "0.7.0"
16 authors = ["The Servo Project Developers"]
17 description = "Bindings for Freetype used by Servo"
18 documentation = "https://doc.servo.org/freetype/"
19 license = "Apache-2.0 / MIT"
20 repository = "https://github.com/servo/rust-freetype"
22 [lib]
23 name = "freetype"
24 crate-type = ["rlib"]
25 [dependencies.freetype-sys]
26 version = "0.13.0"
27 optional = true
29 [dependencies.libc]
30 version = "0.2"
32 [features]
33 default = ["freetype-sys"]