syndicate-rs/syndicate-server/Cargo.toml

35 lines
798 B
TOML
Raw Normal View History

2021-08-13 01:40:48 +00:00
[package]
name = "syndicate-server"
2021-08-25 15:38:59 +00:00
version = "0.9.2"
2021-08-13 01:40:48 +00:00
authors = ["Tony Garnock-Jones <tonyg@leastfixedpoint.com>"]
edition = "2018"
2021-08-13 16:50:11 +00:00
description = "Dataspace server."
homepage = "https://syndicate-lang.org/"
repository = "https://git.syndicate-lang.org/syndicate-lang/syndicate-rs"
license = "Apache-2.0"
2021-08-28 16:50:55 +00:00
[build-dependencies]
preserves-schema = "0.8.0"
2021-08-13 01:40:48 +00:00
[dependencies]
2021-08-28 16:50:55 +00:00
preserves-schema = "0.8.0"
2021-08-30 11:24:55 +00:00
syndicate = { path = "../syndicate", version = "^0.10.0"}
2021-08-30 11:24:55 +00:00
syndicate-macros = { path = "../syndicate-macros", version = "^0.5.0"}
2021-08-13 01:40:48 +00:00
futures = "0.3.5"
2021-08-30 10:08:11 +00:00
notify = "4.0.17"
2021-08-13 01:40:48 +00:00
structopt = "0.3.14"
tungstenite = "0.13.0"
tokio-tungstenite = "0.14.0"
2021-08-30 09:56:53 +00:00
tokio = { version = "1.10.0", features = ["io-std", "time"] }
2021-08-13 01:40:48 +00:00
tokio-util = "0.6.7"
tracing = "0.1.14"
tracing-subscriber = "0.2.5"
tracing-futures = "0.2.4"