stellar-token-utils 1.0.1

Token utilities contract for Stellar asset contract address resolution.
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"
name = "stellar-token-utils"
version = "1.0.1"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Token utilities contract for Stellar asset contract address resolution."
readme = false
license = "MIT OR Apache-2.0"

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

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

[dependencies.cfg-if]
version = "1.0"
default-features = false

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

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

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

[dev-dependencies.stellar-strkey]
version = "0.0.9"

[lints.clippy]
cloned_ref_to_slice_refs = "allow"
too_many_arguments = "allow"

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

[lints.rust]