[package] name = "chain-gateway-test-contract" version = { workspace = true } license = { workspace = true } edition = { workspace = true } repository = "https://github.com/near/mpc" [package.metadata.cargo-shear] ignored = ["borsh"] [package.metadata.near.reproducible_build] image = "sourcescan/cargo-near:0.21.1-rust-1.93.0" image_digest = "sha256:79b789c81ba19ec30794a6b1046b02dcaf5c055994b22cc7c9af67ab5096b095" passed_env = [] container_build_command = ["cargo", "near", "build", "non-reproducible-wasm", "--locked"] [lib] crate-type = ["cdylib", "lib"] [dependencies] borsh = { workspace = true } derive_more = { workspace = true } near-sdk = { workspace = true } serde_json = { workspace = true } [lints] workspace = true