exochain-sdk 0.2.0-beta

EXOCHAIN SDK — ergonomic Rust API for the constitutional governance fabric
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"
rust-version = "1.85"
name = "exochain-sdk"
version = "0.2.0-beta"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "EXOCHAIN SDK — ergonomic Rust API for the constitutional governance fabric"
documentation = "https://docs.exochain.io/sdk"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/exochain/exochain"
resolver = "2"

[features]
default = []
http-client = [
    "dep:reqwest",
    "dep:zeroize",
]

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

[dependencies.blake3]
version = "=1.8.2"

[dependencies.exo-avc]
version = "=0.2.0-beta"
package = "exochain-avc"

[dependencies.exo-core]
version = "=0.2.0-beta"
package = "exochain-core"

[dependencies.exo-dag-db-api]
version = "=0.2.0-beta"
package = "exochain-dag-db-api"

[dependencies.exo-economy]
version = "=0.2.0-beta"
package = "exochain-economy"

[dependencies.exo-gatekeeper]
version = "=0.2.0-beta"
package = "exochain-gatekeeper"

[dependencies.exo-identity]
version = "=0.2.0-beta"
package = "exochain-identity"

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

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

[dependencies.serde_json]
version = "=1.0.145"

[dependencies.thiserror]
version = "=2.0.17"

[dependencies.zeroize]
version = "=1.8.2"
features = ["derive"]
optional = true

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

[lints.clippy]
as_conversions = "warn"
expect_used = "deny"
float_arithmetic = "deny"
float_cmp = "deny"
float_cmp_const = "deny"
unwrap_used = "deny"

[lints.rust]
unsafe_code = "deny"