1[package]
2authors = ["Nathan Sobo <nathansobo@gmail.com>"]
3edition = "2018"
4name = "gpui"
5version = "0.1.0"
6
7[features]
8test-support = ["env_logger"]
9
10[dependencies]
11gpui_macros = { path = "../gpui_macros" }
12sum_tree = { path = "../sum_tree" }
13async-task = "4.0.3"
14backtrace = "0.3"
15ctor = "0.1"
16env_logger = { version = "0.8", optional = true }
17etagere = "0.2"
18image = "0.23"
19lazy_static = "1.4.0"
20log = "0.4"
21num_cpus = "1.13"
22ordered-float = "2.1.1"
23parking = "2.0.0"
24parking_lot = "0.11.1"
25pathfinder_color = "0.5"
26pathfinder_geometry = "0.5"
27postage = { version = "0.4.1", features = ["futures-traits"] }
28rand = "0.8.3"
29resvg = "0.14"
30seahash = "4.1"
31serde = { version = "1.0.125", features = ["derive"] }
32serde_json = "1.0.64"
33smallvec = { version = "1.6", features = ["union"] }
34smol = "1.2"
35time = { version = "0.3" }
36tiny-skia = "0.5"
37tree-sitter = "0.19"
38usvg = "0.14"
39waker-fn = "1.1.0"
40
41[build-dependencies]
42bindgen = "0.58.1"
43cc = "1.0.67"
44
45[dev-dependencies]
46env_logger = "0.8"
47png = "0.16"
48simplelog = "0.9"
49
50[target.'cfg(target_os = "macos")'.dependencies]
51anyhow = "1"
52block = "0.1"
53cocoa = "0.24"
54core-foundation = "0.9"
55core-graphics = "0.22.2"
56core-text = "19.2"
57font-kit = { git = "https://github.com/zed-industries/font-kit", rev = "8eaf7a918eafa28b0a37dc759e2e0e7683fa24f1" }
58foreign-types = "0.3"
59log = "0.4"
60metal = "0.21.0"
61objc = "0.2"