100 lines
1.9 KiB
TOML
100 lines
1.9 KiB
TOML
# 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 = "2024"
|
|
rust-version = "1.88"
|
|
name = "mentra-provider"
|
|
version = "0.5.1"
|
|
build = false
|
|
autolib = false
|
|
autobins = false
|
|
autoexamples = false
|
|
autotests = false
|
|
autobenches = false
|
|
description = "Shared provider core for Mentra"
|
|
homepage = "https://github.com/oops-rs/mentra"
|
|
documentation = "https://docs.rs/mentra-provider"
|
|
readme = "README.md"
|
|
license = "MIT"
|
|
repository = "https://github.com/oops-rs/mentra"
|
|
|
|
[features]
|
|
default = ["responses-websocket"]
|
|
responses-websocket = [
|
|
"dep:tokio-tungstenite",
|
|
"futures-util/sink",
|
|
]
|
|
|
|
[lib]
|
|
name = "mentra_provider"
|
|
path = "src/lib.rs"
|
|
|
|
[dependencies.async-trait]
|
|
version = "0.1.89"
|
|
|
|
[dependencies.base64]
|
|
version = "0.22.1"
|
|
|
|
[dependencies.futures-util]
|
|
version = "0.3.31"
|
|
|
|
[dependencies.http]
|
|
version = "1.3.1"
|
|
|
|
[dependencies.reqwest]
|
|
version = "0.12"
|
|
features = [
|
|
"json",
|
|
"rustls-tls",
|
|
"stream",
|
|
]
|
|
default-features = false
|
|
|
|
[dependencies.serde]
|
|
version = "1.0.228"
|
|
features = ["derive"]
|
|
|
|
[dependencies.serde_json]
|
|
version = "1.0.149"
|
|
|
|
[dependencies.strum]
|
|
version = "0.27"
|
|
features = ["derive"]
|
|
|
|
[dependencies.thiserror]
|
|
version = "2.0.18"
|
|
|
|
[dependencies.time]
|
|
version = "0.3"
|
|
features = [
|
|
"formatting",
|
|
"parsing",
|
|
"serde",
|
|
]
|
|
|
|
[dependencies.tokio]
|
|
version = "1.50.0"
|
|
features = [
|
|
"macros",
|
|
"sync",
|
|
]
|
|
|
|
[dependencies.tokio-tungstenite]
|
|
version = "0.28"
|
|
optional = true
|
|
|
|
[dependencies.url]
|
|
version = "2.5"
|
|
|
|
[dependencies.zstd]
|
|
version = "0.13"
|