stellar-interchain-token 1.1.2

InterchainToken contract, responsible for implementing an interchain token that is compatible with SEP-41.
Documentation
[dependencies.cfg-if]
default-features = false
version = "1.0"

[dependencies.soroban-token-sdk]
version = "22.0.6"

[dependencies.stellar-axelar-std]
features = ["derive"]
version = "^1.1.2"

[dev-dependencies.goldie]
default-features = false
version = "0.5.0"

[dev-dependencies.paste]
default-features = false
version = "1.0"

[dev-dependencies.stellar-axelar-std]
features = ["derive", "testutils"]
version = "^1.1.2"

[features]
library = []
testutils = ["stellar-axelar-std/testutils"]

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

[lints.clippy]
too_many_arguments = "allow"

[lints.clippy.nursery]
level = "warn"
priority = -1

[lints.rust]

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "InterchainToken contract, responsible for implementing an interchain token that is compatible with SEP-41."
edition = "2021"
license = "MIT OR Apache-2.0"
name = "stellar-interchain-token"
publish = true
readme = "README.md"
version = "1.1.2"