intent-transfer 0.1.2

Fogo Sessions intent-transfer program
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 = "intent-transfer"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fogo Sessions intent-transfer program"
readme = false
license = "Apache-2.0"
repository = "https://github.com/fogo-foundation/fogo-sessions"

[features]
cpi = ["no-entrypoint"]
default = []
idl-build = [
    "anchor-lang/idl-build",
    "anchor-spl/idl-build",
]
no-entrypoint = []
no-idl = []
no-log-ix-name = []

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

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

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

[dependencies.anchor-lang]
version = "0.31.1"
features = ["init-if-needed"]

[dependencies.anchor-spl]
version = "0.31.1"

[dependencies.chain-id]
version = "0.1.0"
features = ["no-entrypoint"]

[dependencies.hex]
version = "0.4.3"

[dependencies.mpl-token-metadata]
version = "5.1.0"

[dependencies.nom]
version = "8.0.0"

[dependencies.solana-intents]
version = "0.1.2"

[dev-dependencies.fogo-sessions-sdk]
version = "0.7.5"

[dev-dependencies.indoc]
version = "2.0.6"

[dev-dependencies.litesvm]
version = "0.7.1"

[dev-dependencies.solana-account]
version = "2.2.1"

[dev-dependencies.solana-address]
version = "1.0.0"

[dev-dependencies.solana-instruction]
version = "2.2.1"

[dev-dependencies.solana-keypair]
version = "2.2.1"

[dev-dependencies.solana-pubkey]
version = "2.2.1"

[dev-dependencies.solana-signature]
version = "2.2.1"

[dev-dependencies.solana-signer]
version = "2.2.1"

[dev-dependencies.solana-transaction]
version = "2.2.1"
features = ["bincode"]

[dev-dependencies.spl-associated-token-account]
version = "6.0.0"
features = ["no-entrypoint"]

[dev-dependencies.spl-token]
version = "7.0.0"
features = ["no-entrypoint"]

[lints.clippy]
cast_lossless = "warn"
cast_possible_truncation = "warn"
cast_possible_wrap = "warn"
cast_sign_loss = "warn"
collection_is_never_read = "warn"
fallible_impl_from = "warn"
indexing_slicing = "warn"
match_wild_err_arm = "warn"
panic = "warn"
panic_in_result_fn = "warn"
path_buf_push_overwrite = "warn"
read_zero_byte_vec = "warn"
same_name_method = "warn"
string_slice = "warn"
suspicious_operation_groupings = "warn"
suspicious_xor_used_as_pow = "warn"
todo = "warn"
unchecked_duration_subtraction = "warn"
unreachable = "warn"
unused_self = "warn"
unwrap_used = "warn"
used_underscore_binding = "warn"
while_float = "warn"
wildcard_dependencies = "deny"

[lints.rust]
unsafe_code = "deny"