summaryrefslogtreecommitdiffstats
path: root/servo/components/to_shmem/Cargo.toml
blob: 09e78f57d2edfe3703f6e9868ee9f21c344cb661 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[package]
name = "to_shmem"
version = "0.0.1"
authors = ["The Servo Project Developers"]
license = "MPL-2.0"
publish = false

[lib]
name = "to_shmem"
path = "lib.rs"

[features]
servo = ["cssparser/serde", "string_cache"]
gecko = []

[dependencies]
cssparser = "0.33"
servo_arc = { path = "../servo_arc" }
smallbitvec = "2.1.1"
smallvec = "1.0"
string_cache = { version = "0.8", optional = true }
thin-vec = { version = "0.2.1", features = ["gecko-ffi"] }