# 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 = "lighthouse-client" version = "3.4.0" description = "Client SDK for Project Lighthouse" readme = "README.md" categories = [ "api-bindings", "asynchronous", ] license = "MIT" repository = "https://github.com/ProjectLighthouseCAU/lighthouse-rust" [dependencies.async-std] version = "1.10" features = ["attributes"] optional = true [dependencies.async-tungstenite] version = "0.25" features = [] [dependencies.futures] version = "0.3" [dependencies.lighthouse-protocol] version = "^3.4.0" [dependencies.rand] version = "0.8" [dependencies.rmp-serde] version = "1.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_with] version = "3.4" [dependencies.stream-guard] version = "1.0.0" [dependencies.thiserror] version = "1.0.58" [dependencies.tokio] version = "1.21" features = ["rt"] optional = true [dependencies.tracing] version = "0.1" [dev-dependencies.clap] version = "4.5" features = [ "derive", "env", ] [dev-dependencies.dotenvy] version = "0.15" [dev-dependencies.tokio] version = "1.21" features = [ "rt", "rt-multi-thread", "macros", "time", ] [dev-dependencies.tracing-subscriber] version = "0.3" features = [ "env-filter", "std", ] [features] async-std = [ "dep:async-std", "async-tungstenite/async-std-runtime", "async-tungstenite/async-native-tls", ] default = ["tokio"] tokio = [ "dep:tokio", "async-tungstenite/tokio-runtime", "async-tungstenite/tokio-native-tls", ]