[package] name = "nifty-bridge" version = "0.0.0" description = "Rust SDK for Nifty Asset Bridge" authors = ["Nifty maintainers "] repository = "https://github.com/nifty-oss/asset" edition = "2021" license-file = "../../../LICENSE" [lib] crate-type = ["cdylib", "lib"] [features] test-sbf = [] serde = ["dep:serde", "dep:serde_with"] [dependencies] borsh = "^0.10" num-derive = "^0.3" num-traits = "^0.2" serde = { version = "^1.0", features = ["derive"], optional = true } serde_with = { version = "^3.0", optional = true } solana-program = "~1.16" thiserror = "^1.0" [dev-dependencies] assert_matches = "1.5.0" solana-program-test = "~1.16" solana-sdk = "~1.16"