# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "sapio-ws" version = "0.2.0" authors = ["Jeremy Rubin "] description = "Websocket bindings for sapio-frontend" homepage = "https://sapio-lang.org" license = "MPL-2.0" repository = "https://github.com/sapio-lang/sapio" [dependencies.actix] version = "0.10.0" [dependencies.actix-web] version = "3" [dependencies.actix-web-actors] version = "3.0.0" [dependencies.bitcoin] version = "^0.26.0" features = ["use-serde", "rand"] package = "sapio-bitcoin" [dependencies.lazy_static] version = "1.4.0" [dependencies.sapio] version = "0.2.0" [dependencies.sapio-contrib] version = "0.2.0" [dependencies.sapio-front] version = "0.2.0" [dependencies.schemars] version = "0.8.0" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0"