# 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 = "2021" name = "self_sdk" version = "0.1.0" authors = ["Tom Bevan "] description = "An SDK for interacting with the self network" homepage = "https://joinself.com" readme = "README.md" categories = [ "encoding", "no-std", ] license = "MIT" repository = "https://github.com/joinself/self-rust-sdk" [dependencies.base64] version = "0.13.1" [dependencies.chrono] version = "0.4.22" [dependencies.crossbeam] version = "0.8.2" [dependencies.dryoc] version = "0.4.2" [dependencies.flatbuffers] version = "2.1.2" [dependencies.futures-util] version = "0.3.25" [dependencies.hex] version = "0.4.3" [dependencies.ntp] version = "0.5.0" [dependencies.reqwest] version = "0.11" features = [ "blocking", "json", "rustls-tls", ] default-features = false [dependencies.serde] version = "1.0.147" features = ["derive"] [dependencies.serde_cbor] version = "0.10" [dependencies.serde_json] version = "1.0.87" [dependencies.tokio] version = "1.23.0" features = ["macros"] [dependencies.tokio-tungstenite] version = "0.18.0" features = ["rustls-tls-native-roots"] [dependencies.tungstenite] version = "0.18.0" [dependencies.url] version = "2.3.1" [dependencies.uuid] version = "1.2.1" [dev-dependencies.httptest] version = "0.15.4"