msnp11-sdk 0.11.2

An MSNP11 client SDK
Documentation
# 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"
name = "msnp11-sdk"
version = "0.11.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An MSNP11 client SDK"
readme = "README.md"
license = "MIT"
repository = "https://github.com/campos02/msnp11-sdk"
resolver = "2"

[features]
config = []
uniffi = [
    "config",
    "dep:uniffi",
    "dep:async-trait",
]

[lib]
name = "msnp11_sdk"
crate-type = [
    "cdylib",
    "staticlib",
    "lib",
]
path = "src/lib.rs"

[dependencies.async-channel]
version = "2.5.0"

[dependencies.async-trait]
version = "0.1.89"
optional = true

[dependencies.base64]
version = "0.22.1"

[dependencies.deku]
version = "0.20.0"

[dependencies.guid-create]
version = "0.5.2"

[dependencies.log]
version = "0.4.28"
features = ["std"]

[dependencies.quick-xml]
version = "0.39.2"
features = ["serialize"]

[dependencies.rand]
version = "0.10.0"
features = ["thread_rng"]

[dependencies.reqwest]
version = "0.13.2"
features = [
    "charset",
    "http2",
    "rustls",
]
default-features = false

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.sha1_smol]
version = "1.0.1"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.tokio]
version = "1.48.0"
features = [
    "rt-multi-thread",
    "io-util",
    "net",
    "macros",
    "sync",
    "time",
]
default-features = false

[dependencies.tokio-util]
version = "0.7.17"

[dependencies.uniffi]
version = "0.31.0"
optional = true

[dependencies.urlencoding]
version = "2.1.3"

[build-dependencies.uniffi]
version = "0.31.0"
features = ["build"]
optional = true