[package] name = "siderite" version = "0.1.2" authors = ["Maxime Augier "] edition = "2018" license = "MIT OR Apache-2.0" description = "Meteor DDP client library" readme = "README.md" repository = "https://github.com/maugier/siderite/" homepage = "https://github.com/maugier/siderite/" keywords = ["meteor", "ddp"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0" async-tungstenite = { version = "0.13", features = ["tokio-runtime", "tokio-rustls"]} fastrand = "1.4" futures = "0.3" log = "0.4" tokio = { version = "1.4", features = ["rt","net","sync"]} tokio-rustls = "0.22" rustls-native-certs = "0.5" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" slab = "0.4"