e-imzo 0.2.6

E-IMZO SDK for easier accessing
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 = "e-imzo"
version = "0.2.6"
authors = ["Xinux Dvelopers <support@oss.uzinfocom.uz>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "E-IMZO SDK for easier accessing"
homepage = "https://github.com/rust-lang-uz"
readme = "README.md"
keywords = [
    "e-imzo",
    "uzbek",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-lang-uz/e-imzo"

[lib]
name = "e_imzo"
path = "src/lib.rs"

[[bin]]
name = "e-imzo"
path = "src/main.rs"

[dependencies.chrono]
version = "0.4.43"

[dependencies.env_logger]
version = "0.11.3"

[dependencies.futures-channel]
version = "0.3.31"

[dependencies.futures-util]
version = "0.3"

[dependencies.log]
version = "0.4.29"

[dependencies.native-tls]
version = "0.2.14"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tungstenite]
version = "0.28.0"
features = ["native-tls"]

[dependencies.url]
version = "2.5.8"

[profile.release]
opt-level = "z"
lto = true
codegen-units = 1
incremental = true
strip = true