# 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" rust-version = "1.70.0" name = "matic-portal-client" version = "0.3.2" authors = ["Eric Seppanen "] description = "Client library for the Matic Portal service" license = "Apache-2.0" repository = "https://github.com/MaticianInc/portal" [dependencies.anyhow] version = "1.0.70" [dependencies.futures-util] version = "0.3.28" default-features = false [dependencies.matic-portal-types] version = "0.2" [dependencies.pin-project] version = "1.1.0" [dependencies.rustls] version = "0.22.4" [dependencies.rustls-platform-verifier] version = "0.2.0" [dependencies.serde_json] version = "1.0.97" [dependencies.thiserror] version = "1.0.40" [dependencies.tokio] version = "1.30.0" features = [ "sync", "time", "macros", "rt", ] [dependencies.tokio-tungstenite] version = "0.21.0" features = ["rustls-tls-native-roots"] [dependencies.tokio-util] version = "0.7.8" features = ["io"] [dependencies.tracing] version = "0.1.40" [dependencies.url] version = "2.4.0" [dev-dependencies.clap] version = "4.5.2" features = ["derive"] [dev-dependencies.tokio] version = "1.30.0" features = ["io-std"] [dev-dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] [lints.clippy] cast_lossless = "warn" cast_possible_truncation = "warn" get_unwrap = "warn" mem_forget = "warn" [lints.rust] missing_docs = "warn" unsafe_code = "deny"