2021-10-04 19:07:35 +00:00
|
|
|
[package]
|
2021-10-05 00:14:21 +00:00
|
|
|
name = "client"
|
2021-10-04 19:07:35 +00:00
|
|
|
version = "0.1.0"
|
2022-01-26 20:50:31 +00:00
|
|
|
edition = "2021"
|
2023-01-18 20:28:02 +00:00
|
|
|
publish = false
|
2024-01-27 12:51:16 +00:00
|
|
|
license = "GPL-3.0-or-later"
|
2024-01-23 16:40:30 +00:00
|
|
|
|
2024-03-05 17:01:17 +00:00
|
|
|
[lints]
|
|
|
|
workspace = true
|
|
|
|
|
2021-11-30 19:46:39 +00:00
|
|
|
[lib]
|
|
|
|
path = "src/client.rs"
|
2022-03-04 00:15:56 +00:00
|
|
|
doctest = false
|
2021-11-30 19:46:39 +00:00
|
|
|
|
2021-10-04 19:07:35 +00:00
|
|
|
[features]
|
2024-02-23 03:28:08 +00:00
|
|
|
test-support = ["clock/test-support", "collections/test-support", "gpui/test-support", "rpc/test-support"]
|
2021-10-04 19:07:35 +00:00
|
|
|
|
|
|
|
[dependencies]
|
2024-05-07 17:59:18 +00:00
|
|
|
anyhow.workspace = true
|
|
|
|
async-recursion = "0.3"
|
2024-07-23 22:01:05 +00:00
|
|
|
async-tungstenite = { workspace = true, features = ["async-std", "async-native-tls"] }
|
2024-02-25 23:52:59 +00:00
|
|
|
chrono = { workspace = true, features = ["serde"] }
|
2024-02-23 03:28:08 +00:00
|
|
|
clock.workspace = true
|
2024-02-06 19:41:36 +00:00
|
|
|
collections.workspace = true
|
|
|
|
feature_flags.workspace = true
|
2024-06-11 18:43:12 +00:00
|
|
|
fs.workspace = true
|
2023-04-25 00:41:55 +00:00
|
|
|
futures.workspace = true
|
2024-05-07 17:59:18 +00:00
|
|
|
gpui.workspace = true
|
2024-07-23 22:01:05 +00:00
|
|
|
http_client.workspace = true
|
2023-04-25 00:41:55 +00:00
|
|
|
log.workspace = true
|
2024-05-10 03:08:49 +00:00
|
|
|
once_cell.workspace = true
|
2024-06-17 23:27:42 +00:00
|
|
|
paths.workspace = true
|
2023-04-25 00:41:55 +00:00
|
|
|
parking_lot.workspace = true
|
|
|
|
postage.workspace = true
|
|
|
|
rand.workspace = true
|
2024-05-07 17:59:18 +00:00
|
|
|
release_channel.workspace = true
|
|
|
|
rpc.workspace = true
|
2023-05-10 19:17:52 +00:00
|
|
|
schemars.workspace = true
|
2023-10-02 23:35:31 +00:00
|
|
|
serde.workspace = true
|
2024-01-07 13:14:21 +00:00
|
|
|
serde_json.workspace = true
|
2024-05-07 17:59:18 +00:00
|
|
|
settings.workspace = true
|
2024-02-23 16:13:28 +00:00
|
|
|
sha2.workspace = true
|
2023-04-25 00:41:55 +00:00
|
|
|
smol.workspace = true
|
2023-10-02 23:35:31 +00:00
|
|
|
sysinfo.workspace = true
|
2024-02-23 16:13:28 +00:00
|
|
|
telemetry_events.workspace = true
|
2024-01-31 02:41:29 +00:00
|
|
|
tempfile.workspace = true
|
2024-05-07 17:59:18 +00:00
|
|
|
text.workspace = true
|
2023-04-25 00:41:55 +00:00
|
|
|
thiserror.workspace = true
|
|
|
|
time.workspace = true
|
2021-10-04 19:07:35 +00:00
|
|
|
tiny_http = "0.8"
|
2024-08-22 20:52:18 +00:00
|
|
|
tokio-socks = { version = "0.5.2", default-features = false, features = ["futures-io"] }
|
2024-01-31 00:20:15 +00:00
|
|
|
url.workspace = true
|
2024-05-07 17:59:18 +00:00
|
|
|
util.workspace = true
|
2024-06-17 19:52:59 +00:00
|
|
|
worktree.workspace = true
|
2022-01-10 15:03:55 +00:00
|
|
|
|
|
|
|
[dev-dependencies]
|
2024-02-23 03:28:08 +00:00
|
|
|
clock = { workspace = true, features = ["test-support"] }
|
2024-02-06 19:41:36 +00:00
|
|
|
collections = { workspace = true, features = ["test-support"] }
|
|
|
|
gpui = { workspace = true, features = ["test-support"] }
|
|
|
|
rpc = { workspace = true, features = ["test-support"] }
|
|
|
|
settings = { workspace = true, features = ["test-support"] }
|
|
|
|
util = { workspace = true, features = ["test-support"] }
|
2024-07-23 22:01:05 +00:00
|
|
|
http_client = { workspace = true, features = ["test-support"] }
|
2024-05-13 20:10:03 +00:00
|
|
|
|
2024-06-11 18:43:12 +00:00
|
|
|
[target.'cfg(target_os = "windows")'.dependencies]
|
|
|
|
windows.workspace = true
|
|
|
|
|
|
|
|
[target.'cfg(target_os = "macos")'.dependencies]
|
|
|
|
cocoa.workspace = true
|
2024-06-21 23:32:32 +00:00
|
|
|
async-native-tls = { version = "0.5.0", features = ["vendored"] }
|