aelf-sdk 0.1.0-alpha.1

AElf Rust SDK facade crate.
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 = "2021"
rust-version = "1.85"
name = "aelf-sdk"
version = "0.1.0-alpha.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "AElf Rust SDK facade crate."
readme = false
license = "MIT"
repository = "https://github.com/AElfProject/aelf-web3.rust"

[features]
default = ["native-http"]
native-http = [
    "aelf-client/native-http",
    "aelf-contract/native-http",
]

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

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

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

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

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

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

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

[[test]]
name = "funded_transaction_smoke"
path = "tests/funded_transaction_smoke.rs"

[[test]]
name = "local_node"
path = "tests/local_node.rs"

[[test]]
name = "public_readonly_smoke"
path = "tests/public_readonly_smoke.rs"

[dependencies.aelf-client]
version = "=0.1.0-alpha.1"
default-features = false

[dependencies.aelf-contract]
version = "=0.1.0-alpha.1"
default-features = false

[dependencies.aelf-crypto]
version = "=0.1.0-alpha.1"

[dependencies.aelf-keystore]
version = "=0.1.0-alpha.1"

[dependencies.aelf-proto]
version = "=0.1.0-alpha.1"

[dev-dependencies.hex]
version = "0.4.3"

[dev-dependencies.prost]
version = "0.14.3"

[dev-dependencies.serde_json]
version = "1.0.140"

[dev-dependencies.tokio]
version = "1.47.1"
features = [
    "macros",
    "rt",
    "sync",
    "time",
]

[lints.clippy]
dbg_macro = "deny"
todo = "deny"
unwrap_used = "deny"

[lints.rust]
unsafe_code = "forbid"