empoorio-sdk 0.1.3

Official Rust SDK for EmpoorioChain, the Post-Quantum Layer 1 Blockchain for AI and Real World Assets.
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 = "empoorio-sdk"
version = "0.1.3"
authors = ["EmpoorioChain Team <support@empooriochain.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Official Rust SDK for EmpoorioChain, the Post-Quantum Layer 1 Blockchain for AI and Real World Assets."
homepage = "https://empooriochain.org"
readme = "README.md"
keywords = [
    "blockchain",
    "substrate",
    "quantum",
    "sdk",
    "ai",
]
license-file = "LICENSE"
repository = "https://github.com/Empoorio/EmpoorioChain"
resolver = "2"

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

[[bin]]
name = "empoorio-sdk-entry"
path = "src/main.rs"

[[example]]
name = "phase1_audit"
path = "examples/phase1_audit.rs"

[dependencies.anyhow]
version = "1.0.102"
default-features = false

[dependencies.codec]
version = "3.7.5"
features = [
    "derive",
    "max-encoded-len",
]
default-features = false
package = "parity-scale-codec"

[dependencies.futures]
version = "0.3.32"
default-features = false

[dependencies.hex]
version = "0.4.3"
features = ["alloc"]
default-features = false

[dependencies.jsonrpsee]
version = "0.24.7"
features = [
    "client",
    "ws-client",
    "http-client",
]

[dependencies.log]
version = "0.4.29"
default-features = false

[dependencies.reqwest]
version = "0.12.12"
features = [
    "json",
    "rustls-tls",
]
default-features = false

[dependencies.serde]
version = "=1.0.227"
features = [
    "derive",
    "alloc",
]
default-features = false

[dependencies.serde_json]
version = "=1.0.138"
features = ["alloc"]
default-features = false

[dependencies.subxt]
version = "0.38.0"
features = ["substrate-compat"]

[dependencies.thiserror]
version = "2.0.18"
default-features = false

[dependencies.tokio]
version = "1.50.0"
features = ["full"]
default-features = false

[lints.rust]
deprecated = "allow"
non_camel_case_types = "allow"
unused_imports = "allow"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = [
    "cfg(kani)",
    "cfg(substrate_runtime)",
]