{"_id":"@codama/renderers-rust","_rev":"46-99faece0113b36cbc08bcd2a50ba83fe","name":"@codama/renderers-rust","dist-tags":{"latest":"3.1.3","release-2.x":"2.0.2","release-1.x":"1.2.10"},"versions":{"1.0.0":{"name":"@codama/renderers-rust","version":"1.0.0","keywords":["solana","framework","standard","renderers","rust","client"],"license":"MIT","_id":"@codama/renderers-rust@1.0.0","maintainers":[{"name":"lorisleiva","email":"loris.leiva@gmail.com"}],"homepage":"https://github.com/codama-idl/codama#readme","bugs":{"url":"http://github.com/codama-idl/codama/issues"},"dist":{"shasum":"e31fefe2ad5b3c4a3b28378351044c83a0e10766","tarball":"https://registry.npmjs.org/@codama/renderers-rust/-/renderers-rust-1.0.0.tgz","fileCount":43,"integrity":"sha512-2z+XN6KCTQFDfE30OQcRo2LW4+9dnYlqs8rSUhKO2YsRiCnOoMu/zrNSqLtjL84T2PAwReRq+vBifcE0zaOuRw==","signatures":[{"sig":"MEYCIQDpvt8g/YmrzQ1AbDrnIKpjbG3UGZ8hn7plSFYBECLHLQIhALCUI/FDc5FkdapP/obLBgWt6o/poCcQjZ3inj4bxd6H","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":302392},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:codama-renderers-rust-1.0.0.tgz","types":"./dist/types/index.d.ts","module":"./dist/index.node.mjs","exports":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"types":"./dist/types/index.d.ts"},"scripts":{"dev":"zx ../../node_modules/@codama/internals/scripts/test-unit.mjs node --watch","lint":"zx ../../node_modules/@codama/internals/scripts/lint.mjs","test":"pnpm test:types && pnpm test:treeshakability && pnpm test:node && pnpm test:e2e && pnpm test:exports","build":"rimraf dist && pnpm build:src && pnpm build:types","lint:fix":"zx ../../node_modules/@codama/internals/scripts/lint.mjs --fix","test:e2e":"./e2e/test.sh","build:src":"zx ../../node_modules/@codama/internals/scripts/build-src.mjs node","test:node":"zx ../../node_modules/@codama/internals/scripts/test-unit.mjs node","test:types":"zx ../../node_modules/@codama/internals/scripts/test-types.mjs","build:types":"zx ../../node_modules/@codama/internals/scripts/build-types.mjs","test:exports":"node ./test/exports/module.mjs && node ./test/exports/commonjs.cjs","test:treeshakability":"zx ../../node_modules/@codama/internals/scripts/test-treeshakability.mjs"},"_npmUser":{"name":"lorisleiva","email":"loris.leiva@gmail.com"},"_resolved":"/tmp/c991ab654727e9af86ba65685ee3fe36/codama-renderers-rust-1.0.0.tgz","_integrity":"sha512-2z+XN6KCTQFDfE30OQcRo2LW4+9dnYlqs8rSUhKO2YsRiCnOoMu/zrNSqLtjL84T2PAwReRq+vBifcE0zaOuRw==","repository":{"url":"git+https://github.com/codama-idl/codama.git","type":"git"},"_npmVersion":"10.7.0","description":"Renders Rust clients for your programs","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","browserslist":["supports bigint and not dead","maintained node versions"],"dependencies":{"nunjucks":"^3.2.4","@codama/nodes":"1.0.0","@codama/errors":"1.0.0","@codama/visitors-core":"1.0.0","@codama/renderers-core":"1.0.0","@solana/codecs-strings":"rc"},"_hasShrinkwrap":false,"devDependencies":{"@types/nunjucks":"^3.2.6"},"_npmOperationalInternal":{"tmp":"tmp/renderers-rust_1.0.0_1728491089544_0.42330186566049965","host":"s3://npm-registry-packages"}},"1.0.1":{"name":"@codama/renderers-rust","version":"1.0.1","keywords":["solana","framework","standard","renderers","rust","client"],"license":"MIT","_id":"@codama/renderers-rust@1.0.1","maintainers":[{"name":"lorisleiva","email":"loris.leiva@gmail.com"}],"homepage":"https://github.com/codama-idl/codama#readme","bugs":{"url":"http://github.com/codama-idl/codama/issues"},"dist":{"shasum":"f29735528646a9f31c944473359da354fd53767c","tarball":"https://registry.npmjs.org/@codama/renderers-rust/-/renderers-rust-1.0.1.tgz","fileCount":43,"integrity":"sha512-O4M7XHAovUskq5rYvTIqQ/JBLJXiUpPaeb2r5TBH+3BSwcdV/zZLrecsPYdj47JeFgI8FECqNzXLdEI7wm3QtA==","signatures":[{"sig":"MEQCIQD+ffndxVs4np9uZIeU7MdsKFXcuDX8Md4cFonozPbMzwIfSDokcX+FTJyPo4G1bkHE6+TzO2tKxqDyWHcIpySKJg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":302406},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:codama-renderers-rust-1.0.1.tgz","types":"./dist/types/index.d.ts","module":"./dist/index.node.mjs","exports":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"types":"./dist/types/index.d.ts"},"scripts":{"dev":"zx ../../node_modules/@codama/internals/scripts/test-unit.mjs node --watch","lint":"zx ../../node_modules/@codama/internals/scripts/lint.mjs","test":"pnpm test:types && pnpm test:treeshakability && pnpm test:node && pnpm test:e2e && pnpm test:exports","build":"rimraf dist && pnpm build:src && pnpm build:types","lint:fix":"zx ../../node_modules/@codama/internals/scripts/lint.mjs --fix","test:e2e":"./e2e/test.sh","build:src":"zx ../../node_modules/@codama/internals/scripts/build-src.mjs node","test:node":"zx ../../node_modules/@codama/internals/scripts/test-unit.mjs node","test:types":"zx ../../node_modules/@codama/internals/scripts/test-types.mjs","build:types":"zx ../../node_modules/@codama/internals/scripts/build-types.mjs","test:exports":"node ./test/exports/module.mjs && node ./test/exports/commonjs.cjs","test:treeshakability":"zx ../../node_modules/@codama/internals/scripts/test-treeshakability.mjs"},"_npmUser":{"name":"lorisleiva","email":"loris.leiva@gmail.com"},"_resolved":"/tmp/178866b4f8b07bf423ba4190f1d4011e/codama-renderers-rust-1.0.1.tgz","_integrity":"sha512-O4M7XHAovUskq5rYvTIqQ/JBLJXiUpPaeb2r5TBH+3BSwcdV/zZLrecsPYdj47JeFgI8FECqNzXLdEI7wm3QtA==","repository":{"url":"git+https://github.com/codama-idl/codama.git","type":"git"},"_npmVersion":"10.7.0","description":"Renders Rust clients for your programs","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","browserslist":["supports bigint and not dead","maintained node versions"],"dependencies":{"nunjucks":"^3.2.4","@codama/nodes":"1.0.0","@codama/errors":"1.0.0","@codama/visitors-core":"1.0.0","@codama/renderers-core":"1.0.0","@solana/codecs-strings":"rc"},"_hasShrinkwrap":false,"devDependencies":{"@types/nunjucks":"^3.2.6"},"_npmOperationalInternal":{"tmp":"tmp/renderers-rust_1.0.1_1728560914513_0.9002088452294859","host":"s3://npm-registry-packages"}},"1.0.2":{"name":"@codama/renderers-rust","version":"1.0.2","keywords":["solana","framework","standard","renderers","rust","client"],"license":"MIT","_id":"@codama/renderers-rust@1.0.2","maintainers":[{"name":"lorisleiva","email":"loris.leiva@gmail.com"}],"homepage":"https://github.com/codama-idl/codama#readme","bugs":{"url":"http://github.com/codama-idl/codama/issues"},"dist":{"shasum":"c5f0edafacefd4453df087ef94b4fce5d71cac43","tarball":"https://registry.npmjs.org/@codama/renderers-rust/-/renderers-rust-1.0.2.tgz","fileCount":45,"integrity":"sha512-iNJY4gTb0MJ8aXmWHVpazumVzFpLgtH5tNpt267IS/NU9NURDfsehAZtpq46jiK/RqazCWMCpb55YC3tjqi+pA==","signatures":[{"sig":"MEUCIQDk47oOHq3sc8KFFbAFhGGE0MLqE/5POajYAxBe1N2TuAIgFJ8x1swrpj1kWxBFEAGuUc4oWuSf282bdP7IxoiGt4o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":334253},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:codama-renderers-rust-1.0.2.tgz","types":"./dist/types/index.d.ts","module":"./dist/index.node.mjs","exports":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"types":"./dist/types/index.d.ts"},"scripts":{"dev":"zx ../../node_modules/@codama/internals/scripts/test-unit.mjs node --watch","lint":"zx ../../node_modules/@codama/internals/scripts/lint.mjs","test":"pnpm test:types && pnpm test:treeshakability && pnpm test:node && pnpm test:e2e && pnpm test:exports","build":"rimraf dist && pnpm build:src && pnpm build:types","lint:fix":"zx ../../node_modules/@codama/internals/scripts/lint.mjs --fix","test:e2e":"./e2e/test.sh","build:src":"zx ../../node_modules/@codama/internals/scripts/build-src.mjs node","test:node":"zx ../../node_modules/@codama/internals/scripts/test-unit.mjs node","test:types":"zx ../../node_modules/@codama/internals/scripts/test-types.mjs","build:types":"zx ../../node_modules/@codama/internals/scripts/build-types.mjs","test:exports":"node ./test/exports/module.mjs && node ./test/exports/commonjs.cjs","test:treeshakability":"zx ../../node_modules/@codama/internals/scripts/test-treeshakability.mjs"},"_npmUser":{"name":"lorisleiva","email":"loris.leiva@gmail.com"},"_resolved":"/tmp/2c79d87b68328070be019c0f27243df2/codama-renderers-rust-1.0.2.tgz","_integrity":"sha512-iNJY4gTb0MJ8aXmWHVpazumVzFpLgtH5tNpt267IS/NU9NURDfsehAZtpq46jiK/RqazCWMCpb55YC3tjqi+pA==","repository":{"url":"git+https://github.com/codama-idl/codama.git","type":"git"},"_npmVersion":"10.7.0","description":"Renders Rust clients for your programs","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","browserslist":["supports bigint and not dead","maintained node versions"],"dependencies":{"nunjucks":"^3.2.4","@codama/nodes":"1.0.0","@codama/errors":"1.0.0","@codama/visitors-core":"1.0.0","@codama/renderers-core":"1.0.0","@solana/codecs-strings":"rc"},"_hasShrinkwrap":false,"devDependencies":{"@types/nunjucks":"^3.2.6"},"_npmOperationalInternal":{"tmp":"tmp/renderers-rust_1.0.2_1729162555118_0.9930159705177715","host":"s3://npm-registry-packages"}},"1.0.3":{"name":"@codama/renderers-rust","version":"1.0.3","keywords":["solana","framework","standard","renderers","rust","client"],"license":"MIT","_id":"@codama/renderers-rust@1.0.3","maintainers":[{"name":"lorisleiva","email":"loris.leiva@gmail.com"}],"homepage":"https://github.com/codama-idl/codama#readme","bugs":{"url":"http://github.com/codama-idl/codama/issues"},"dist":{"shasum":"aa3ffa62108b683519a880c5154386ad88d32452","tarball":"https://registry.npmjs.org/@codama/renderers-rust/-/renderers-rust-1.0.3.tgz","fileCount":45,"integrity":"sha512-S2n+bq92q5YZ01Z+8klNNbvgVErKsJzUYWN0Y0rPymx2vwkHfTkeQHEOuckb/kzHJm9QGXrzkDtSDBy5EDS1Wg==","signatures":[{"sig":"MEUCIQCHRFrWLVu2o+OIOqSFpeOh3Y8QHcMwUxallPH9kd9P7QIgCdcwfDltLFa3KYWf/p1ZvNPRGcmWYjr4EKjc8LL+XBk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":335319},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:codama-renderers-rust-1.0.3.tgz","types":"./dist/types/index.d.ts","module":"./dist/index.node.mjs","exports":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"types":"./dist/types/index.d.ts"},"scripts":{"dev":"zx ../../node_modules/@codama/internals/scripts/test-unit.mjs node --watch","lint":"zx ../../node_modules/@codama/internals/scripts/lint.mjs","test":"pnpm test:types && pnpm test:treeshakability && pnpm test:node && pnpm test:e2e && pnpm test:exports","build":"rimraf dist && pnpm build:src && pnpm build:types","lint:fix":"zx ../../node_modules/@codama/internals/scripts/lint.mjs --fix","test:e2e":"./e2e/test.sh","build:src":"zx ../../node_modules/@codama/internals/scripts/build-src.mjs node","test:node":"zx ../../node_modules/@codama/internals/scripts/test-unit.mjs node","test:types":"zx ../../node_modules/@codama/internals/scripts/test-types.mjs","build:types":"zx ../../node_modules/@codama/internals/scripts/build-types.mjs","test:exports":"node ./test/exports/module.mjs && node ./test/exports/commonjs.cjs","test:treeshakability":"zx ../../node_modules/@codama/internals/scripts/test-treeshakability.mjs"},"_npmUser":{"name":"lorisleiva","email":"loris.leiva@gmail.com"},"_resolved":"/tmp/4de80173f493aec2b400b04f8c11971f/codama-renderers-rust-1.0.3.tgz","_integrity":"sha512-S2n+bq92q5YZ01Z+8klNNbvgVErKsJzUYWN0Y0rPymx2vwkHfTkeQHEOuckb/kzHJm9QGXrzkDtSDBy5EDS1Wg==","repository":{"url":"git+https://github.com/codama-idl/codama.git","type":"git"},"_npmVersion":"10.7.0","description":"Renders Rust clients for your programs","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","browserslist":["supports bigint and not dead","maintained node versions"],"dependencies":{"nunjucks":"^3.2.4","@codama/nodes":"1.0.0","@codama/errors":"1.0.0","@codama/visitors-core":"1.0.0","@codama/renderers-core":"1.0.0","@solana/codecs-strings":"rc"},"_hasShrinkwrap":false,"devDependencies":{"@types/nunjucks":"^3.2.6"},"_npmOperationalInternal":{"tmp":"tmp/renderers-rust_1.0.3_1729516776284_0.28830188786932176","host":"s3://npm-registry-packages"}},"1.0.4":{"name":"@codama/renderers-rust","version":"1.0.4","keywords":["solana","framework","standard","renderers","rust","client"],"license":"MIT","_id":"@codama/renderers-rust@1.0.4","maintainers":[{"name":"lorisleiva","email":"loris.leiva@gmail.com"}],"homepage":"https://github.com/codama-idl/codama#readme","bugs":{"url":"http://github.com/codama-idl/codama/issues"},"dist":{"shasum":"6a64cba990803ff5b7cc14a2d977804ceb4b6bc5","tarball":"https://registry.npmjs.org/@codama/renderers-rust/-/renderers-rust-1.0.4.tgz","fileCount":45,"integrity":"sha512-+THq6bCInn30dKEGGNrilnbaitA8A3pOjfsqwka/i3Aip5x5At6lk7VcQwoWzDvvcy/2FHaOVi3hmlc28d8maw==","signatures":[{"sig":"MEUCIHPcfIZplbtn2elVwiCyjF/4BczCUb0EA9mV3Xm+qlLZAiEA14C384vt54IN21uZK+3JySGCIK3uBDv4wHg2cltArP4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":330977},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:codama-renderers-rust-1.0.4.tgz","types":"./dist/types/index.d.ts","module":"./dist/index.node.mjs","exports":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"types":"./dist/types/index.d.ts"},"scripts":{"dev":"zx ../../node_modules/@codama/internals/scripts/test-unit.mjs node --watch","lint":"zx ../../node_modules/@codama/internals/scripts/lint.mjs","test":"pnpm test:types && pnpm test:treeshakability && pnpm test:node && pnpm test:e2e && pnpm test:exports","build":"rimraf dist && pnpm build:src && pnpm build:types","lint:fix":"zx ../../node_modules/@codama/internals/scripts/lint.mjs --fix","test:e2e":"./e2e/test.sh","build:src":"zx ../../node_modules/@codama/internals/scripts/build-src.mjs node","test:node":"zx ../../node_modules/@codama/internals/scripts/test-unit.mjs node","test:types":"zx ../../node_modules/@codama/internals/scripts/test-types.mjs","build:types":"zx ../../node_modules/@codama/internals/scripts/build-types.mjs","test:exports":"node ./test/exports/module.mjs && node ./test/exports/commonjs.cjs","test:treeshakability":"zx ../../node_modules/@codama/internals/scripts/test-treeshakability.mjs"},"_npmUser":{"name":"lorisleiva","email":"loris.leiva@gmail.com"},"_resolved":"/tmp/ebca3083a3dcf7b68499da4a0345ae80/codama-renderers-rust-1.0.4.tgz","_integrity":"sha512-+THq6bCInn30dKEGGNrilnbaitA8A3pOjfsqwka/i3Aip5x5At6lk7VcQwoWzDvvcy/2FHaOVi3hmlc28d8maw==","repository":{"url":"git+https://github.com/codama-idl/codama.git","type":"git"},"_npmVersion":"10.7.0","description":"Renders Rust clients for your programs","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","browserslist":["supports bigint and not dead","maintained node versions"],"dependencies":{"nunjucks":"^3.2.4","@codama/nodes":"1.1.0","@codama/errors":"1.1.0","@codama/visitors-core":"1.1.0","@codama/renderers-core":"1.0.1","@solana/codecs-strings":"rc"},"_hasShrinkwrap":false,"devDependencies":{"@types/nunjucks":"^3.2.6"},"_npmOperationalInternal":{"tmp":"tmp/renderers-rust_1.0.4_1730980116172_0.10004890816682788","host":"s3://npm-registry-packages"}},"1.0.5":{"name":"@codama/renderers-rust","version":"1.0.5","keywords":["solana","framework","standard","renderers","rust","client"],"license":"MIT","_id":"@codama/renderers-rust@1.0.5","maintainers":[{"name":"lorisleiva","email":"loris.leiva@gmail.com"}],"homepage":"https://github.com/codama-idl/codama#readme","bugs":{"url":"http://github.com/codama-idl/codama/issues"},"dist":{"shasum":"6c898a1e8f4ff7c041789ab782252c7f03417ec5","tarball":"https://registry.npmjs.org/@codama/renderers-rust/-/renderers-rust-1.0.5.tgz","fileCount":45,"integrity":"sha512-1b+VVcww1Po/2xza3FReEhjoDvpIOdVKjToxnIGZWSy1RWmc+ULEmzJr8OfzWX4+9cIHAuGqrf/Nvqb9Z4tJRQ==","signatures":[{"sig":"MEYCIQCccwzZDwqZFFeClLFCfOn8hmET3V+jf5D4jKwozIWaQAIhAJSL0rdKbK+q3LLvZHZA7rpdaWPARCNrKAkv5uf1A4Tq","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":331862},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:codama-renderers-rust-1.0.5.tgz","types":"./dist/types/index.d.ts","module":"./dist/index.node.mjs","exports":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"types":"./dist/types/index.d.ts"},"scripts":{"dev":"zx ../../node_modules/@codama/internals/scripts/test-unit.mjs node --watch","lint":"zx ../../node_modules/@codama/internals/scripts/lint.mjs","test":"pnpm test:types && pnpm test:treeshakability && pnpm test:node && pnpm test:e2e && pnpm test:exports","build":"rimraf dist && pnpm build:src && pnpm build:types","lint:fix":"zx ../../node_modules/@codama/internals/scripts/lint.mjs --fix","test:e2e":"./e2e/test.sh","build:src":"zx ../../node_modules/@codama/internals/scripts/build-src.mjs node","test:node":"zx ../../node_modules/@codama/internals/scripts/test-unit.mjs node","test:types":"zx ../../node_modules/@codama/internals/scripts/test-types.mjs","build:types":"zx ../../node_modules/@codama/internals/scripts/build-types.mjs","test:exports":"node ./test/exports/module.mjs && node ./test/exports/commonjs.cjs","test:treeshakability":"zx ../../node_modules/@codama/internals/scripts/test-treeshakability.mjs"},"_npmUser":{"name":"lorisleiva","email":"loris.leiva@gmail.com"},"_resolved":"/tmp/c3c8c8cf6ed62d4925bb1ab1507f3786/codama-renderers-rust-1.0.5.tgz","_integrity":"sha512-1b+VVcww1Po/2xza3FReEhjoDvpIOdVKjToxnIGZWSy1RWmc+ULEmzJr8OfzWX4+9cIHAuGqrf/Nvqb9Z4tJRQ==","repository":{"url":"git+https://github.com/codama-idl/codama.git","type":"git"},"_npmVersion":"10.8.2","description":"Renders Rust clients for your programs","directories":{},"sideEffects":false,"_nodeVersion":"18.20.5","browserslist":["supports bigint and not dead","maintained node versions"],"dependencies":{"nunjucks":"^3.2.4","@codama/nodes":"1.2.0","@codama/errors":"1.2.0","@codama/visitors-core":"1.2.0","@codama/renderers-core":"1.0.2","@solana/codecs-strings":"rc"},"_hasShrinkwrap":false,"devDependencies":{"@types/nunjucks":"^3.2.6"},"_npmOperationalInternal":{"tmp":"tmp/renderers-rust_1.0.5_1735483115169_0.42172305454174297","host":"s3://npm-registry-packages-npm-production"}},"1.0.6":{"name":"@codama/renderers-rust","version":"1.0.6","keywords":["solana","framework","standard","renderers","rust","client"],"license":"MIT","_id":"@codama/renderers-rust@1.0.6","maintainers":[{"name":"lorisleiva","email":"loris.leiva@gmail.com"}],"homepage":"https://github.com/codama-idl/codama#readme","bugs":{"url":"http://github.com/codama-idl/codama/issues"},"dist":{"shasum":"423d2b8fcbaca22952ecd53d24216ed8eef551b1","tarball":"https://registry.npmjs.org/@codama/renderers-rust/-/renderers-rust-1.0.6.tgz","fileCount":45,"integrity":"sha512-7i4/t5Vq0iQAK2DCmtDHJxjoD2zNLpghanAYXTZWKVdYpBx/ynbH6DFTxUBqssTTRLRli4c4N4MpODmLOTHVuA==","signatures":[{"sig":"MEUCIGLvEaGyWRJqnP+XG2lD0z1poJoVINnRnikESAkXSA/tAiEAq42frQtSYbABBAgfTZlHJSvDDcqOGE8tqSwNjPBSeag=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":332049},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:codama-renderers-rust-1.0.6.tgz","types":"./dist/types/index.d.ts","module":"./dist/index.node.mjs","exports":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"types":"./dist/types/index.d.ts"},"scripts":{"dev":"zx ../../node_modules/@codama/internals/scripts/test-unit.mjs node --watch","lint":"zx ../../node_modules/@codama/internals/scripts/lint.mjs","test":"pnpm test:types && pnpm test:treeshakability && pnpm test:node && pnpm test:e2e && pnpm test:exports","build":"rimraf dist && pnpm build:src && pnpm build:types","lint:fix":"zx ../../node_modules/@codama/internals/scripts/lint.mjs --fix","test:e2e":"./e2e/test.sh","build:src":"zx ../../node_modules/@codama/internals/scripts/build-src.mjs node","test:node":"zx ../../node_modules/@codama/internals/scripts/test-unit.mjs node","test:types":"zx ../../node_modules/@codama/internals/scripts/test-types.mjs","build:types":"zx ../../node_modules/@codama/internals/scripts/build-types.mjs","test:exports":"node ./test/exports/module.mjs && node ./test/exports/commonjs.cjs","test:treeshakability":"zx ../../node_modules/@codama/internals/scripts/test-treeshakability.mjs"},"_npmUser":{"name":"lorisleiva","email":"loris.leiva@gmail.com"},"_resolved":"/tmp/85df4be70cb90075a2110f6d825c89fe/codama-renderers-rust-1.0.6.tgz","_integrity":"sha512-7i4/t5Vq0iQAK2DCmtDHJxjoD2zNLpghanAYXTZWKVdYpBx/ynbH6DFTxUBqssTTRLRli4c4N4MpODmLOTHVuA==","repository":{"url":"git+https://github.com/codama-idl/codama.git","type":"git"},"_npmVersion":"10.8.2","description":"Renders Rust clients for your programs","directories":{},"sideEffects":false,"_nodeVersion":"18.20.5","browserslist":["supports bigint and not dead","maintained node versions"],"dependencies":{"nunjucks":"^3.2.4","@codama/nodes":"1.2.0","@codama/errors":"1.2.0","@codama/visitors-core":"1.2.0","@codama/renderers-core":"1.0.2","@solana/codecs-strings":"rc"},"_hasShrinkwrap":false,"devDependencies":{"@types/nunjucks":"^3.2.6"},"_npmOperationalInternal":{"tmp":"tmp/renderers-rust_1.0.6_1736870052236_0.39513565670001816","host":"s3://npm-registry-packages-npm-production"}},"1.0.7":{"name":"@codama/renderers-rust","version":"1.0.7","keywords":["solana","framework","standard","renderers","rust","client"],"license":"MIT","_id":"@codama/renderers-rust@1.0.7","maintainers":[{"name":"lorisleiva","email":"loris.leiva@gmail.com"}],"homepage":"https://github.com/codama-idl/codama#readme","bugs":{"url":"http://github.com/codama-idl/codama/issues"},"dist":{"shasum":"1cae95d189205f85e977c976bbc46a1005a72dd3","tarball":"https://registry.npmjs.org/@codama/renderers-rust/-/renderers-rust-1.0.7.tgz","fileCount":45,"integrity":"sha512-AgHzJ4pOah7obNVlDUKhvl+A226q6ZSIXxogENjx6RbVvjAufHlYsXsNIjXpa0NPo2f/x0KlpRA+mbR31qGUoA==","signatures":[{"sig":"MEUCIQDNiYSzndZMBXLQnr/QptJfOv//D2efCoSNbadd4jtakwIgaexvZYR5u2OPUt+QCbRLvy6xAVnNCJfYtHWJ4G7IjBE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":333530},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:codama-renderers-rust-1.0.7.tgz","types":"./dist/types/index.d.ts","module":"./dist/index.node.mjs","exports":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"types":"./dist/types/index.d.ts"},"scripts":{"dev":"zx ../../node_modules/@codama/internals/scripts/test-unit.mjs node --watch","lint":"zx ../../node_modules/@codama/internals/scripts/lint.mjs","test":"pnpm test:types && pnpm test:treeshakability && pnpm test:node && pnpm test:e2e && pnpm test:exports","build":"rimraf dist && pnpm build:src && pnpm build:types","lint:fix":"zx ../../node_modules/@codama/internals/scripts/lint.mjs --fix","test:e2e":"./e2e/test.sh","build:src":"zx ../../node_modules/@codama/internals/scripts/build-src.mjs node","test:node":"zx ../../node_modules/@codama/internals/scripts/test-unit.mjs node","test:types":"zx ../../node_modules/@codama/internals/scripts/test-types.mjs","build:types":"zx ../../node_modules/@codama/internals/scripts/build-types.mjs","test:exports":"node ./test/exports/module.mjs && node ./test/exports/commonjs.cjs","test:treeshakability":"zx ../../node_modules/@codama/internals/scripts/test-treeshakability.mjs"},"_npmUser":{"name":"lorisleiva","email":"loris.leiva@gmail.com"},"_resolved":"/tmp/ce651d42328fd77e374eaf1bd411f6d4/codama-renderers-rust-1.0.7.tgz","_integrity":"sha512-AgHzJ4pOah7obNVlDUKhvl+A226q6ZSIXxogENjx6RbVvjAufHlYsXsNIjXpa0NPo2f/x0KlpRA+mbR31qGUoA==","repository":{"url":"git+https://github.com/codama-idl/codama.git","type":"git"},"_npmVersion":"10.8.2","description":"Renders Rust clients for your programs","directories":{},"sideEffects":false,"_nodeVersion":"18.20.5","browserslist":["supports bigint and not dead","maintained node versions"],"dependencies":{"nunjucks":"^3.2.4","@codama/nodes":"1.2.1","@codama/errors":"1.2.1","@codama/visitors-core":"1.2.1","@codama/renderers-core":"1.0.3","@solana/codecs-strings":"rc"},"_hasShrinkwrap":false,"devDependencies":{"@types/nunjucks":"^3.2.6"},"_npmOperationalInternal":{"tmp":"tmp/renderers-rust_1.0.7_1737648999213_0.2172365932843756","host":"s3://npm-registry-packages-npm-production"}},"1.0.8":{"name":"@codama/renderers-rust","version":"1.0.8","keywords":["solana","framework","standard","renderers","rust","client"],"license":"MIT","_id":"@codama/renderers-rust@1.0.8","maintainers":[{"name":"lorisleiva","email":"loris.leiva@gmail.com"}],"homepage":"https://github.com/codama-idl/codama#readme","bugs":{"url":"http://github.com/codama-idl/codama/issues"},"dist":{"shasum":"7097710bc4022fafaf649d64e082bd7b10c6eb7f","tarball":"https://registry.npmjs.org/@codama/renderers-rust/-/renderers-rust-1.0.8.tgz","fileCount":45,"integrity":"sha512-9qBA8ZtSMEaVGEF0DL2ps1bHaq49ylOFBz2V0FlKEMBpNWZNRhXYg0k4TnRhnIXDnWKgxzRGKFKSiRrAFZkCew==","signatures":[{"sig":"MEQCIBkObnD7/YrSN4tQQ1pGQvB1yPFbOsexXy5W8nzVYehyAiA34pakh/QWmzkUjEV0udJ1/jMOf1/H9KgINGogJPRjAw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":334098},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:codama-renderers-rust-1.0.8.tgz","types":"./dist/types/index.d.ts","module":"./dist/index.node.mjs","exports":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"types":"./dist/types/index.d.ts"},"scripts":{"dev":"zx ../../node_modules/@codama/internals/scripts/test-unit.mjs node --watch","lint":"zx ../../node_modules/@codama/internals/scripts/lint.mjs","test":"pnpm test:types && pnpm test:treeshakability && pnpm test:node && pnpm test:e2e && pnpm test:exports","build":"rimraf dist && pnpm build:src && pnpm build:types","lint:fix":"zx ../../node_modules/@codama/internals/scripts/lint.mjs --fix","test:e2e":"./e2e/test.sh","build:src":"zx ../../node_modules/@codama/internals/scripts/build-src.mjs node","test:node":"zx ../../node_modules/@codama/internals/scripts/test-unit.mjs node","test:types":"zx ../../node_modules/@codama/internals/scripts/test-types.mjs","build:types":"zx ../../node_modules/@codama/internals/scripts/build-types.mjs","test:exports":"node ./test/exports/module.mjs && node ./test/exports/commonjs.cjs","test:treeshakability":"zx ../../node_modules/@codama/internals/scripts/test-treeshakability.mjs"},"_npmUser":{"name":"lorisleiva","email":"loris.leiva@gmail.com"},"_resolved":"/tmp/0935fea24d4198ad7e4d1de2a245e5ff/codama-renderers-rust-1.0.8.tgz","_integrity":"sha512-9qBA8ZtSMEaVGEF0DL2ps1bHaq49ylOFBz2V0FlKEMBpNWZNRhXYg0k4TnRhnIXDnWKgxzRGKFKSiRrAFZkCew==","repository":{"url":"git+https://github.com/codama-idl/codama.git","type":"git"},"_npmVersion":"10.8.2","description":"Renders Rust clients for your programs","directories":{},"sideEffects":false,"_nodeVersion":"20.18.1","browserslist":["supports bigint and not dead","maintained node versions"],"dependencies":{"nunjucks":"^3.2.4","@codama/nodes":"1.2.1","@codama/errors":"1.2.1","@codama/visitors-core":"1.2.1","@codama/renderers-core":"1.0.3","@solana/codecs-strings":"rc"},"_hasShrinkwrap":false,"devDependencies":{"@types/nunjucks":"^3.2.6"},"_npmOperationalInternal":{"tmp":"tmp/renderers-rust_1.0.8_1738055918788_0.055352701792368064","host":"s3://npm-registry-packages-npm-production"}},"1.0.9":{"name":"@codama/renderers-rust","version":"1.0.9","keywords":["solana","framework","standard","renderers","rust","client"],"license":"MIT","_id":"@codama/renderers-rust@1.0.9","maintainers":[{"name":"lorisleiva","email":"loris.leiva@gmail.com"}],"homepage":"https://github.com/codama-idl/codama#readme","bugs":{"url":"http://github.com/codama-idl/codama/issues"},"dist":{"shasum":"0f65504b6e5481ff69f022f1b381008632278f41","tarball":"https://registry.npmjs.org/@codama/renderers-rust/-/renderers-rust-1.0.9.tgz","fileCount":45,"integrity":"sha512-YgCdKN3Z4fmUvySLIBTzZBc7ZmDq2705Ln5jrvWX5KwtsNeAElxYM/nGqhDfMGjm/kaIJin/XRqV2bZ1PqUDHg==","signatures":[{"sig":"MEQCIBtkf3FiZul5Zwp7FMhXXygEFguotyqX9PiDyHrCRbczAiBSriY1UcGq4KFKt1Q1us/ie5u/ggDsH4rem+bP8RQvMw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":334486},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:codama-renderers-rust-1.0.9.tgz","types":"./dist/types/index.d.ts","module":"./dist/index.node.mjs","exports":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"types":"./dist/types/index.d.ts"},"scripts":{"dev":"zx ../../node_modules/@codama/internals/scripts/test-unit.mjs node --watch","lint":"zx ../../node_modules/@codama/internals/scripts/lint.mjs","test":"pnpm test:types && pnpm test:treeshakability && pnpm test:node && pnpm test:e2e && pnpm test:exports","build":"rimraf dist && pnpm build:src && pnpm build:types","lint:fix":"zx ../../node_modules/@codama/internals/scripts/lint.mjs --fix","test:e2e":"./e2e/test.sh","build:src":"zx ../../node_modules/@codama/internals/scripts/build-src.mjs node","test:node":"zx ../../node_modules/@codama/internals/scripts/test-unit.mjs node","test:types":"zx ../../node_modules/@codama/internals/scripts/test-types.mjs","build:types":"zx ../../node_modules/@codama/internals/scripts/build-types.mjs","test:exports":"node ./test/exports/module.mjs && node ./test/exports/commonjs.cjs","test:treeshakability":"zx ../../node_modules/@codama/internals/scripts/test-treeshakability.mjs"},"_npmUser":{"name":"lorisleiva","email":"loris.leiva@gmail.com"},"_resolved":"/tmp/5b2c689e431ca415c688dbc3802994b3/codama-renderers-rust-1.0.9.tgz","_integrity":"sha512-YgCdKN3Z4fmUvySLIBTzZBc7ZmDq2705Ln5jrvWX5KwtsNeAElxYM/nGqhDfMGjm/kaIJin/XRqV2bZ1PqUDHg==","repository":{"url":"git+https://github.com/codama-idl/codama.git","type":"git"},"_npmVersion":"10.8.2","description":"Renders Rust clients for your programs","directories":{},"sideEffects":false,"_nodeVersion":"20.18.2","browserslist":["supports bigint and not dead","maintained node versions"],"dependencies":{"nunjucks":"^3.2.4","@codama/nodes":"1.2.1","@codama/errors":"1.2.1","@codama/visitors-core":"1.2.1","@codama/renderers-core":"1.0.3","@solana/codecs-strings":"rc"},"_hasShrinkwrap":false,"devDependencies":{"@types/nunjucks":"^3.2.6","@codama/nodes-from-anchor":"1.1.1"},"_npmOperationalInternal":{"tmp":"tmp/renderers-rust_1.0.9_1738329707032_0.6291774215242123","host":"s3://npm-registry-packages-npm-production"}},"1.0.10":{"name":"@codama/renderers-rust","version":"1.0.10","keywords":["solana","framework","standard","renderers","rust","client"],"license":"MIT","_id":"@codama/renderers-rust@1.0.10","maintainers":[{"name":"lorisleiva","email":"loris.leiva@gmail.com"}],"homepage":"https://github.com/codama-idl/codama#readme","bugs":{"url":"http://github.com/codama-idl/codama/issues"},"dist":{"shasum":"3d4a1c4b88477262332f09e6e53b5afe195beb7a","tarball":"https://registry.npmjs.org/@codama/renderers-rust/-/renderers-rust-1.0.10.tgz","fileCount":45,"integrity":"sha512-T1v3FUT+HpxQ93206Ki+Y8j46Aa+N2tRZLC1B69t3xvnZvR3ERk2J6JnYojHj+Fhij0m4GS/66D5Mw5heaXrBw==","signatures":[{"sig":"MEQCIGujguFWX+HDPJmRHOKPoBU+MnCTRBMgkDX7PQhrnaRkAiBHV0zthxf7XySMCy8KrtozLgij0YZLWwL11sO49asJyA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":334725},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:codama-renderers-rust-1.0.10.tgz","types":"./dist/types/index.d.ts","module":"./dist/index.node.mjs","exports":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"types":"./dist/types/index.d.ts"},"scripts":{"dev":"zx ../../node_modules/@codama/internals/scripts/test-unit.mjs node --watch","lint":"zx ../../node_modules/@codama/internals/scripts/lint.mjs","test":"pnpm test:types && pnpm test:treeshakability && pnpm test:node && pnpm test:e2e && pnpm test:exports","build":"rimraf dist && pnpm build:src && pnpm build:types","lint:fix":"zx ../../node_modules/@codama/internals/scripts/lint.mjs --fix","test:e2e":"./e2e/test.sh","build:src":"zx ../../node_modules/@codama/internals/scripts/build-src.mjs node","test:node":"zx ../../node_modules/@codama/internals/scripts/test-unit.mjs node","test:types":"zx ../../node_modules/@codama/internals/scripts/test-types.mjs","build:types":"zx ../../node_modules/@codama/internals/scripts/build-types.mjs","test:exports":"node ./test/exports/module.mjs && node ./test/exports/commonjs.cjs","test:treeshakability":"zx ../../node_modules/@codama/internals/scripts/test-treeshakability.mjs"},"_npmUser":{"name":"lorisleiva","email":"loris.leiva@gmail.com"},"_resolved":"/tmp/b05cdaa2be7de9e1133e72b90db7fb00/codama-renderers-rust-1.0.10.tgz","_integrity":"sha512-T1v3FUT+HpxQ93206Ki+Y8j46Aa+N2tRZLC1B69t3xvnZvR3ERk2J6JnYojHj+Fhij0m4GS/66D5Mw5heaXrBw==","repository":{"url":"git+https://github.com/codama-idl/codama.git","type":"git"},"_npmVersion":"10.8.2","description":"Renders Rust clients for your programs","directories":{},"sideEffects":false,"_nodeVersion":"20.18.2","browserslist":["supports bigint and not dead","maintained node versions"],"dependencies":{"nunjucks":"^3.2.4","@codama/nodes":"1.2.2","@codama/errors":"1.2.2","@codama/visitors-core":"1.2.2","@codama/renderers-core":"1.0.4","@solana/codecs-strings":"rc"},"_hasShrinkwrap":false,"devDependencies":{"@types/nunjucks":"^3.2.6","@codama/nodes-from-anchor":"1.1.2"},"_npmOperationalInternal":{"tmp":"tmp/renderers-rust_1.0.10_1738346988100_0.23158411880537932","host":"s3://npm-registry-packages-npm-production"}},"1.0.11":{"name":"@codama/renderers-rust","version":"1.0.11","keywords":["solana","framework","standard","renderers","rust","client"],"license":"MIT","_id":"@codama/renderers-rust@1.0.11","maintainers":[{"name":"lorisleiva","email":"loris.leiva@gmail.com"}],"homepage":"https://github.com/codama-idl/codama#readme","bugs":{"url":"http://github.com/codama-idl/codama/issues"},"dist":{"shasum":"c7653230e72dc619e71502aebcb183706806eba8","tarball":"https://registry.npmjs.org/@codama/renderers-rust/-/renderers-rust-1.0.11.tgz","fileCount":45,"integrity":"sha512-1IZwpLfEXhIqE55rbDCYavCvCRvDBsKsMxQ321QLN8t4emoq1byGfUUjI6Va9JeMK2mK7N39oOEEwzyJ9BCcoA==","signatures":[{"sig":"MEQCID6rqPfX3OaI+iJXn4fboaVLdlLWSPiePK9HB9ZTi+Q8AiBWCG/g9d2PJglTos8dUzW5TbVgCUNUgyAO5T/AWiuBVQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":334725},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:codama-renderers-rust-1.0.11.tgz","types":"./dist/types/index.d.ts","module":"./dist/index.node.mjs","exports":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"types":"./dist/types/index.d.ts"},"scripts":{"dev":"zx ../../node_modules/@codama/internals/scripts/test-unit.mjs node --watch","lint":"zx ../../node_modules/@codama/internals/scripts/lint.mjs","test":"pnpm test:types && pnpm test:treeshakability && pnpm test:node && pnpm test:e2e && pnpm test:exports","build":"rimraf dist && pnpm build:src && pnpm build:types","lint:fix":"zx ../../node_modules/@codama/internals/scripts/lint.mjs --fix","test:e2e":"./e2e/test.sh","build:src":"zx ../../node_modules/@codama/internals/scripts/build-src.mjs node","test:node":"zx ../../node_modules/@codama/internals/scripts/test-unit.mjs node","test:types":"zx ../../node_modules/@codama/internals/scripts/test-types.mjs","build:types":"zx ../../node_modules/@codama/internals/scripts/build-types.mjs","test:exports":"node ./test/exports/module.mjs && node ./test/exports/commonjs.cjs","test:treeshakability":"zx ../../node_modules/@codama/internals/scripts/test-treeshakability.mjs"},"_npmUser":{"name":"lorisleiva","email":"loris.leiva@gmail.com"},"_resolved":"/tmp/066513c161c2afa2021f442c5bae86c7/codama-renderers-rust-1.0.11.tgz","_integrity":"sha512-1IZwpLfEXhIqE55rbDCYavCvCRvDBsKsMxQ321QLN8t4emoq1byGfUUjI6Va9JeMK2mK7N39oOEEwzyJ9BCcoA==","repository":{"url":"git+https://github.com/codama-idl/codama.git","type":"git"},"_npmVersion":"10.8.2","description":"Renders Rust clients for your programs","directories":{},"sideEffects":false,"_nodeVersion":"20.18.2","browserslist":["supports bigint and not dead","maintained node versions"],"dependencies":{"nunjucks":"^3.2.4","@codama/nodes":"1.2.3","@codama/errors":"1.2.3","@codama/visitors-core":"1.2.3","@codama/renderers-core":"1.0.5","@solana/codecs-strings":"rc"},"_hasShrinkwrap":false,"devDependencies":{"@types/nunjucks":"^3.2.6","@codama/nodes-from-anchor":"1.1.3"},"_npmOperationalInternal":{"tmp":"tmp/renderers-rust_1.0.11_1738590756021_0.19203232743256882","host":"s3://npm-registry-packages-npm-production"}},"1.0.12":{"name":"@codama/renderers-rust","version":"1.0.12","keywords":["solana","framework","standard","renderers","rust","client"],"license":"MIT","_id":"@codama/renderers-rust@1.0.12","maintainers":[{"name":"lorisleiva","email":"loris.leiva@gmail.com"}],"homepage":"https://github.com/codama-idl/codama#readme","bugs":{"url":"http://github.com/codama-idl/codama/issues"},"dist":{"shasum":"6b836a26c57ffa6cf9cd18888e2a25d5dd462c6f","tarball":"https://registry.npmjs.org/@codama/renderers-rust/-/renderers-rust-1.0.12.tgz","fileCount":45,"integrity":"sha512-1u7cY0qAp5Lmy0BF21/zCaG7nzFGcGDjVDqCveX4j4JBfmVd5IGMLNZdU8IOyBL8qpFgo+eZCD/T/kmtgCwV0A==","signatures":[{"sig":"MEUCIQC30Ew1dUdVWx36KvH8QuW8SRLJEOFWi1WFuH10GRg7SAIgdDiunRYlrcgaKMi1h91xwl0jVvXVmUMPfWWDDSuSwlI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":334725},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:codama-renderers-rust-1.0.12.tgz","types":"./dist/types/index.d.ts","module":"./dist/index.node.mjs","exports":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"types":"./dist/types/index.d.ts"},"scripts":{"dev":"zx ../../node_modules/@codama/internals/scripts/test-unit.mjs node --watch","lint":"zx ../../node_modules/@codama/internals/scripts/lint.mjs","test":"pnpm test:types && pnpm test:treeshakability && pnpm test:node && pnpm test:e2e && pnpm test:exports","build":"rimraf dist && pnpm build:src && pnpm build:types","lint:fix":"zx ../../node_modules/@codama/internals/scripts/lint.mjs --fix","test:e2e":"./e2e/test.sh","build:src":"zx ../../node_modules/@codama/internals/scripts/build-src.mjs node","test:node":"zx ../../node_modules/@codama/internals/scripts/test-unit.mjs node","test:types":"zx ../../node_modules/@codama/internals/scripts/test-types.mjs","build:types":"zx ../../node_modules/@codama/internals/scripts/build-types.mjs","test:exports":"node ./test/exports/module.mjs && node ./test/exports/commonjs.cjs","test:treeshakability":"zx ../../node_modules/@codama/internals/scripts/test-treeshakability.mjs"},"_npmUser":{"name":"lorisleiva","email":"loris.leiva@gmail.com"},"_resolved":"/tmp/f3ce6ca0df768acb666b937e50089a4d/codama-renderers-rust-1.0.12.tgz","_integrity":"sha512-1u7cY0qAp5Lmy0BF21/zCaG7nzFGcGDjVDqCveX4j4JBfmVd5IGMLNZdU8IOyBL8qpFgo+eZCD/T/kmtgCwV0A==","repository":{"url":"git+https://github.com/codama-idl/codama.git","type":"git"},"_npmVersion":"10.8.2","description":"Renders Rust clients for your programs","directories":{},"sideEffects":false,"_nodeVersion":"20.18.2","browserslist":["supports bigint and not dead","maintained node versions"],"dependencies":{"nunjucks":"^3.2.4","@codama/nodes":"1.2.4","@codama/errors":"1.2.4","@codama/visitors-core":"1.2.4","@codama/renderers-core":"1.0.6","@solana/codecs-strings":"rc"},"_hasShrinkwrap":false,"devDependencies":{"@types/nunjucks":"^3.2.6","@codama/nodes-from-anchor":"1.1.4"},"_npmOperationalInternal":{"tmp":"tmp/renderers-rust_1.0.12_1738592900602_0.18080825363698216","host":"s3://npm-registry-packages-npm-production"}},"1.0.13":{"name":"@codama/renderers-rust","version":"1.0.13","keywords":["solana","framework","standard","renderers","rust","client"],"license":"MIT","_id":"@codama/renderers-rust@1.0.13","maintainers":[{"name":"lorisleiva","email":"loris.leiva@gmail.com"}],"homepage":"https://github.com/codama-idl/codama#readme","bugs":{"url":"http://github.com/codama-idl/codama/issues"},"dist":{"shasum":"48cdad10b19a3c9796957f4c6feba3c3d5477e54","tarball":"https://registry.npmjs.org/@codama/renderers-rust/-/renderers-rust-1.0.13.tgz","fileCount":45,"integrity":"sha512-3XfC+I9npFWbv4ceAeI5JQDmfo/ZuEW4K56Qq5qTeh940OMHF+julo34dnRD0F4tqEH3cTqLaDyJxSK8cQmpFA==","signatures":[{"sig":"MEQCIFiZtrj/QUv9tZ33jhlkUF3rnOGJu82J61NbJj+BreQAAiBtUG27NwSEix2vUDkmSefN5xqEYyr2/Yoyd+iveM0+6A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":334737},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:codama-renderers-rust-1.0.13.tgz","types":"./dist/types/index.d.ts","module":"./dist/index.node.mjs","exports":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"types":"./dist/types/index.d.ts"},"scripts":{"dev":"zx ../../node_modules/@codama/internals/scripts/test-unit.mjs node --watch","lint":"zx ../../node_modules/@codama/internals/scripts/lint.mjs","test":"pnpm test:types && pnpm test:treeshakability && pnpm test:node && pnpm test:e2e && pnpm test:exports","build":"rimraf dist && pnpm build:src && pnpm build:types","lint:fix":"zx ../../node_modules/@codama/internals/scripts/lint.mjs --fix","test:e2e":"./e2e/test.sh","build:src":"zx ../../node_modules/@codama/internals/scripts/build-src.mjs node","test:node":"zx ../../node_modules/@codama/internals/scripts/test-unit.mjs node","test:types":"zx ../../node_modules/@codama/internals/scripts/test-types.mjs","build:types":"zx ../../node_modules/@codama/internals/scripts/build-types.mjs","test:exports":"node ./test/exports/module.mjs && node ./test/exports/commonjs.cjs","test:treeshakability":"zx ../../node_modules/@codama/internals/scripts/test-treeshakability.mjs"},"_npmUser":{"name":"lorisleiva","email":"loris.leiva@gmail.com"},"_resolved":"/tmp/df02fc661d5a04982da6404acc9eb6da/codama-renderers-rust-1.0.13.tgz","_integrity":"sha512-3XfC+I9npFWbv4ceAeI5JQDmfo/ZuEW4K56Qq5qTeh940OMHF+julo34dnRD0F4tqEH3cTqLaDyJxSK8cQmpFA==","repository":{"url":"git+https://github.com/codama-idl/codama.git","type":"git"},"_npmVersion":"10.8.2","description":"Renders Rust clients for your programs","directories":{},"sideEffects":false,"_nodeVersion":"20.18.2","browserslist":["supports bigint and not dead","maintained node versions"],"dependencies":{"nunjucks":"^3.2.4","@codama/nodes":"1.2.5","@codama/errors":"1.2.5","@codama/visitors-core":"1.2.5","@codama/renderers-core":"1.0.7","@solana/codecs-strings":"rc"},"_hasShrinkwrap":false,"devDependencies":{"@types/nunjucks":"^3.2.6","@codama/nodes-from-anchor":"1.1.5"},"_npmOperationalInternal":{"tmp":"tmp/renderers-rust_1.0.13_1739186462097_0.3243276534180186","host":"s3://npm-registry-packages-npm-production"}},"1.0.14":{"name":"@codama/renderers-rust","version":"1.0.14","keywords":["solana","framework","standard","renderers","rust","client"],"license":"MIT","_id":"@codama/renderers-rust@1.0.14","maintainers":[{"name":"lorisleiva","email":"loris.leiva@gmail.com"}],"homepage":"https://github.com/codama-idl/codama#readme","bugs":{"url":"http://github.com/codama-idl/codama/issues"},"dist":{"shasum":"6271071b6876ea36cdc81048672605b90a62f7f7","tarball":"https://registry.npmjs.org/@codama/renderers-rust/-/renderers-rust-1.0.14.tgz","fileCount":45,"integrity":"sha512-HqMsemllMmqKkl5oN1aef4Q3M4GKusp6D3K6QNzdCRh6gJwujmuptK13TflYPwoDx6Nik+GBJpyE8HwkWw8ckw==","signatures":[{"sig":"MEQCIFd1bGAVBb5q0olW5HH4+1Y7vmk9B90f0TsXtoCvELN2AiBJxKJ77fsEtjnFI+zL+/pB2+bZmvO4ysmSUEUFcKAfqg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":334737},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:codama-renderers-rust-1.0.14.tgz","types":"./dist/types/index.d.ts","module":"./dist/index.node.mjs","exports":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"types":"./dist/types/index.d.ts"},"scripts":{"dev":"zx ../../node_modules/@codama/internals/scripts/test-unit.mjs node --watch","lint":"zx ../../node_modules/@codama/internals/scripts/lint.mjs","test":"pnpm test:types && pnpm test:treeshakability && pnpm test:node && pnpm test:e2e && pnpm test:exports","build":"rimraf dist && pnpm build:src && pnpm build:types","lint:fix":"zx ../../node_modules/@codama/internals/scripts/lint.mjs --fix","test:e2e":"./e2e/test.sh","build:src":"zx ../../node_modules/@codama/internals/scripts/build-src.mjs node","test:node":"zx ../../node_modules/@codama/internals/scripts/test-unit.mjs node","test:types":"zx ../../node_modules/@codama/internals/scripts/test-types.mjs","build:types":"zx ../../node_modules/@codama/internals/scripts/build-types.mjs","test:exports":"node ./test/exports/module.mjs && node ./test/exports/commonjs.cjs","test:treeshakability":"zx ../../node_modules/@codama/internals/scripts/test-treeshakability.mjs"},"_npmUser":{"name":"lorisleiva","email":"loris.leiva@gmail.com"},"_resolved":"/tmp/6e8a24f1871326e0e9797e3736f09e25/codama-renderers-rust-1.0.14.tgz","_integrity":"sha512-HqMsemllMmqKkl5oN1aef4Q3M4GKusp6D3K6QNzdCRh6gJwujmuptK13TflYPwoDx6Nik+GBJpyE8HwkWw8ckw==","repository":{"url":"git+https://github.com/codama-idl/codama.git","type":"git"},"_npmVersion":"10.8.2","description":"Renders Rust clients for your programs","directories":{},"sideEffects":false,"_nodeVersion":"20.18.2","browserslist":["supports bigint and not dead","maintained node versions"],"dependencies":{"nunjucks":"^3.2.4","@codama/nodes":"1.2.6","@codama/errors":"1.2.6","@codama/visitors-core":"1.2.6","@codama/renderers-core":"1.0.8","@solana/codecs-strings":"rc"},"_hasShrinkwrap":false,"devDependencies":{"@types/nunjucks":"^3.2.6","@codama/nodes-from-anchor":"1.1.6"},"_npmOperationalInternal":{"tmp":"tmp/renderers-rust_1.0.14_1739700033143_0.6856971021825984","host":"s3://npm-registry-packages-npm-production"}},"1.0.15":{"name":"@codama/renderers-rust","version":"1.0.15","keywords":["solana","framework","standard","renderers","rust","client"],"license":"MIT","_id":"@codama/renderers-rust@1.0.15","maintainers":[{"name":"lorisleiva","email":"loris.leiva@gmail.com"}],"homepage":"https://github.com/codama-idl/codama#readme","bugs":{"url":"http://github.com/codama-idl/codama/issues"},"dist":{"shasum":"6deaa4a964d46178db2eec15af2387f909d38659","tarball":"https://registry.npmjs.org/@codama/renderers-rust/-/renderers-rust-1.0.15.tgz","fileCount":45,"integrity":"sha512-NsLjTPL/T8hZwemg3OvUBcW3cd7e74FN06WXLmLl9A3BPDQRLZhDpz2dk+lSb3pbjPLgatwHBMk5eH35vpaiBQ==","signatures":[{"sig":"MEUCIDqgiGTUMKEcHBrEd6GVfT8EuJqXbaTX4md3uv8WrDLuAiEAjo2HkHo0iAtST0odi8S4YJFAI4dd3xzVJCJn3n7nMA8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":334719},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:codama-renderers-rust-1.0.15.tgz","types":"./dist/types/index.d.ts","module":"./dist/index.node.mjs","exports":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"types":"./dist/types/index.d.ts"},"scripts":{"dev":"zx ../../node_modules/@codama/internals/scripts/test-unit.mjs node --watch","lint":"zx ../../node_modules/@codama/internals/scripts/lint.mjs","test":"pnpm test:types && pnpm test:treeshakability && pnpm test:node && pnpm test:e2e && pnpm test:exports","build":"rimraf dist && pnpm build:src && pnpm build:types","lint:fix":"zx ../../node_modules/@codama/internals/scripts/lint.mjs --fix","test:e2e":"./e2e/test.sh","build:src":"zx ../../node_modules/@codama/internals/scripts/build-src.mjs node","test:node":"zx ../../node_modules/@codama/internals/scripts/test-unit.mjs node","test:types":"zx ../../node_modules/@codama/internals/scripts/test-types.mjs","build:types":"zx ../../node_modules/@codama/internals/scripts/build-types.mjs","test:exports":"node ./test/exports/module.mjs && node ./test/exports/commonjs.cjs","test:treeshakability":"zx ../../node_modules/@codama/internals/scripts/test-treeshakability.mjs"},"_npmUser":{"name":"lorisleiva","email":"loris.leiva@gmail.com"},"_resolved":"/tmp/c65dd24c1288c54eb7e547099f7cc6f4/codama-renderers-rust-1.0.15.tgz","_integrity":"sha512-NsLjTPL/T8hZwemg3OvUBcW3cd7e74FN06WXLmLl9A3BPDQRLZhDpz2dk+lSb3pbjPLgatwHBMk5eH35vpaiBQ==","repository":{"url":"git+https://github.com/codama-idl/codama.git","type":"git"},"_npmVersion":"10.8.2","description":"Renders Rust clients for your programs","directories":{},"sideEffects":false,"_nodeVersion":"20.18.3","browserslist":["supports bigint and not dead","maintained node versions"],"dependencies":{"nunjucks":"^3.2.4","@codama/nodes":"1.2.7","@codama/errors":"1.2.7","@codama/visitors-core":"1.2.7","@codama/renderers-core":"1.0.9","@solana/codecs-strings":"rc"},"_hasShrinkwrap":false,"devDependencies":{"@types/nunjucks":"^3.2.6","@codama/nodes-from-anchor":"1.1.7"},"_npmOperationalInternal":{"tmp":"tmp/renderers-rust_1.0.15_1740707291081_0.5488026681216926","host":"s3://npm-registry-packages-npm-production"}},"1.0.16":{"name":"@codama/renderers-rust","version":"1.0.16","keywords":["solana","framework","standard","renderers","rust","client"],"license":"MIT","_id":"@codama/renderers-rust@1.0.16","maintainers":[{"name":"lorisleiva","email":"loris.leiva@gmail.com"}],"homepage":"https://github.com/codama-idl/codama#readme","bugs":{"url":"http://github.com/codama-idl/codama/issues"},"dist":{"shasum":"d76f6aa6e9520c491259b3c556d86c1fc4ecd7db","tarball":"https://registry.npmjs.org/@codama/renderers-rust/-/renderers-rust-1.0.16.tgz","fileCount":45,"integrity":"sha512-pFHwHN6X4Yuk26Yfh+VT9Ps1i/QEjuK3EoT8BpsCTATOk6ntJNqyD5aQngG2lE4KWx3uQrCYYbQEAN4vG6v+EA==","signatures":[{"sig":"MEUCIQCeFYYKltei2+aYpN5uMp8AEpRu1xGIHy7I26oSCy/3fQIgNBP27ChjNyNVOWpD89AhPox0xUi/tsj8FLdl1tqy1JU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":316900},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:codama-renderers-rust-1.0.16.tgz","types":"./dist/types/index.d.ts","module":"./dist/index.node.mjs","exports":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"types":"./dist/types/index.d.ts"},"scripts":{"dev":"zx ../../node_modules/@codama/internals/scripts/test-unit.mjs node --watch","lint":"zx ../../node_modules/@codama/internals/scripts/lint.mjs","test":"pnpm test:types && pnpm test:treeshakability && pnpm test:node && pnpm test:e2e && pnpm test:exports","build":"rimraf dist && pnpm build:src && pnpm build:types","lint:fix":"zx ../../node_modules/@codama/internals/scripts/lint.mjs --fix","test:e2e":"./e2e/test.sh","build:src":"zx ../../node_modules/@codama/internals/scripts/build-src.mjs node","test:node":"zx ../../node_modules/@codama/internals/scripts/test-unit.mjs node","test:types":"zx ../../node_modules/@codama/internals/scripts/test-types.mjs","build:types":"zx ../../node_modules/@codama/internals/scripts/build-types.mjs","test:exports":"node ./test/exports/module.mjs && node ./test/exports/commonjs.cjs","test:treeshakability":"zx ../../node_modules/@codama/internals/scripts/test-treeshakability.mjs"},"_npmUser":{"name":"lorisleiva","email":"loris.leiva@gmail.com"},"_resolved":"/tmp/bc47571f463a01f57158688444d11a09/codama-renderers-rust-1.0.16.tgz","_integrity":"sha512-pFHwHN6X4Yuk26Yfh+VT9Ps1i/QEjuK3EoT8BpsCTATOk6ntJNqyD5aQngG2lE4KWx3uQrCYYbQEAN4vG6v+EA==","repository":{"url":"git+https://github.com/codama-idl/codama.git","type":"git"},"_npmVersion":"10.8.2","description":"Renders Rust clients for your programs","directories":{},"sideEffects":false,"_nodeVersion":"20.18.3","browserslist":["supports bigint and not dead","maintained node versions"],"dependencies":{"nunjucks":"^3.2.4","@codama/nodes":"1.2.8","@codama/errors":"1.2.8","@codama/visitors-core":"1.2.8","@codama/renderers-core":"1.0.10","@solana/codecs-strings":"rc"},"_hasShrinkwrap":false,"devDependencies":{"@types/nunjucks":"^3.2.6","@codama/nodes-from-anchor":"1.1.8"},"_npmOperationalInternal":{"tmp":"tmp/renderers-rust_1.0.16_1740877881383_0.6007339657765158","host":"s3://npm-registry-packages-npm-production"}},"1.0.17":{"name":"@codama/renderers-rust","version":"1.0.17","keywords":["solana","framework","standard","renderers","rust","client"],"license":"MIT","_id":"@codama/renderers-rust@1.0.17","maintainers":[{"name":"lorisleiva","email":"loris.leiva@gmail.com"}],"homepage":"https://github.com/codama-idl/codama#readme","bugs":{"url":"http://github.com/codama-idl/codama/issues"},"dist":{"shasum":"07407234a41eac87fc392f2b3a04b5786a8d64a9","tarball":"https://registry.npmjs.org/@codama/renderers-rust/-/renderers-rust-1.0.17.tgz","fileCount":45,"integrity":"sha512-2UCfHD+x4PWRq2a/TWQG+yZ0YP7v2x1V3UeMTQloQ2mflA9fiD1LeizZ1zlFqNcOeYBx46RzFF8bjaQvb6YTBQ==","signatures":[{"sig":"MEUCIG8l/x8jFFV1bZ50WXgAxFvo6zVd//ZlmW/gE+r64MG9AiEAyT4UASY1OFD/jqczQSmMrLwpDo4/ULspW1hW7zNIoJo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":317009},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:codama-renderers-rust-1.0.17.tgz","types":"./dist/types/index.d.ts","module":"./dist/index.node.mjs","exports":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"types":"./dist/types/index.d.ts"},"scripts":{"dev":"zx ../../node_modules/@codama/internals/scripts/test-unit.mjs node --watch","lint":"zx ../../node_modules/@codama/internals/scripts/lint.mjs","test":"pnpm test:types && pnpm test:treeshakability && pnpm test:node && pnpm test:e2e && pnpm test:exports","build":"rimraf dist && pnpm build:src && pnpm build:types","lint:fix":"zx ../../node_modules/@codama/internals/scripts/lint.mjs --fix","test:e2e":"./e2e/test.sh","build:src":"zx ../../node_modules/@codama/internals/scripts/build-src.mjs node","test:node":"zx ../../node_modules/@codama/internals/scripts/test-unit.mjs node","test:types":"zx ../../node_modules/@codama/internals/scripts/test-types.mjs","build:types":"zx ../../node_modules/@codama/internals/scripts/build-types.mjs","test:exports":"node ./test/exports/module.mjs && node ./test/exports/commonjs.cjs","test:treeshakability":"zx ../../node_modules/@codama/internals/scripts/test-treeshakability.mjs"},"_npmUser":{"name":"lorisleiva","email":"loris.leiva@gmail.com"},"_resolved":"/tmp/3c13057a19819af6b416b87ce8fded15/codama-renderers-rust-1.0.17.tgz","_integrity":"sha512-2UCfHD+x4PWRq2a/TWQG+yZ0YP7v2x1V3UeMTQloQ2mflA9fiD1LeizZ1zlFqNcOeYBx46RzFF8bjaQvb6YTBQ==","repository":{"url":"git+https://github.com/codama-idl/codama.git","type":"git"},"_npmVersion":"10.8.2","description":"Renders Rust clients for your programs","directories":{},"sideEffects":false,"_nodeVersion":"20.18.3","browserslist":["supports bigint and not dead","maintained node versions"],"dependencies":{"nunjucks":"^3.2.4","@codama/nodes":"1.2.9","@codama/errors":"1.2.9","@codama/visitors-core":"1.2.9","@codama/renderers-core":"1.0.11","@solana/codecs-strings":"rc"},"_hasShrinkwrap":false,"devDependencies":{"@types/nunjucks":"^3.2.6","@codama/nodes-from-anchor":"1.1.9"},"_npmOperationalInternal":{"tmp":"tmp/renderers-rust_1.0.17_1742294008791_0.6216851824756864","host":"s3://npm-registry-packages-npm-production"}},"1.0.18":{"name":"@codama/renderers-rust","version":"1.0.18","keywords":["solana","framework","standard","renderers","rust","client"],"license":"MIT","_id":"@codama/renderers-rust@1.0.18","maintainers":[{"name":"lorisleiva","email":"loris.leiva@gmail.com"}],"homepage":"https://github.com/codama-idl/codama#readme","bugs":{"url":"http://github.com/codama-idl/codama/issues"},"dist":{"shasum":"dbff2352771626def59c7d9917d6db933e1cf78e","tarball":"https://registry.npmjs.org/@codama/renderers-rust/-/renderers-rust-1.0.18.tgz","fileCount":45,"integrity":"sha512-SrohRhXScNXY8+x2ehFBKXidp6VTdHXtaD4TfIVIzIrYtvMzUKHtzEleWfwsTd/9JE+XXwwIk8ztQgbehMmVEw==","signatures":[{"sig":"MEUCIQDSlI+Uo/+l0t1agupj5fV/mNM0BR4lzk/f4jBchyojmAIgTeDHP2G+jCqJhAnMJkwilj9cGNm+/LUsEECE4TQ5wr4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":317101},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:codama-renderers-rust-1.0.18.tgz","types":"./dist/types/index.d.ts","module":"./dist/index.node.mjs","exports":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"types":"./dist/types/index.d.ts"},"scripts":{"dev":"zx ../../node_modules/@codama/internals/scripts/test-unit.mjs node --watch","lint":"zx ../../node_modules/@codama/internals/scripts/lint.mjs","test":"pnpm test:types && pnpm test:treeshakability && pnpm test:node && pnpm test:e2e && pnpm test:exports","build":"rimraf dist && pnpm build:src && pnpm build:types","lint:fix":"zx ../../node_modules/@codama/internals/scripts/lint.mjs --fix","test:e2e":"./e2e/test.sh","build:src":"zx ../../node_modules/@codama/internals/scripts/build-src.mjs node","test:node":"zx ../../node_modules/@codama/internals/scripts/test-unit.mjs node","test:types":"zx ../../node_modules/@codama/internals/scripts/test-types.mjs","build:types":"zx ../../node_modules/@codama/internals/scripts/build-types.mjs","test:exports":"node ./test/exports/module.mjs && node ./test/exports/commonjs.cjs","test:treeshakability":"zx ../../node_modules/@codama/internals/scripts/test-treeshakability.mjs"},"_npmUser":{"name":"lorisleiva","email":"loris.leiva@gmail.com"},"_resolved":"/tmp/4ac755015d5c075e6936fd35dbdb0aa5/codama-renderers-rust-1.0.18.tgz","_integrity":"sha512-SrohRhXScNXY8+x2ehFBKXidp6VTdHXtaD4TfIVIzIrYtvMzUKHtzEleWfwsTd/9JE+XXwwIk8ztQgbehMmVEw==","repository":{"url":"git+https://github.com/codama-idl/codama.git","type":"git"},"_npmVersion":"10.8.2","description":"Renders Rust clients for your programs","directories":{},"sideEffects":false,"_nodeVersion":"20.19.0","browserslist":["supports bigint and not dead","maintained node versions"],"dependencies":{"nunjucks":"^3.2.4","@codama/nodes":"1.2.10","@codama/errors":"1.2.10","@codama/visitors-core":"1.2.10","@codama/renderers-core":"1.0.12","@solana/codecs-strings":"rc"},"_hasShrinkwrap":false,"devDependencies":{"@types/nunjucks":"^3.2.6","@codama/nodes-from-anchor":"1.1.10"},"_npmOperationalInternal":{"tmp":"tmp/renderers-rust_1.0.18_1742309455824_0.9882275911273144","host":"s3://npm-registry-packages-npm-production"}},"1.0.19":{"name":"@codama/renderers-rust","version":"1.0.19","keywords":["solana","framework","standard","renderers","rust","client"],"license":"MIT","_id":"@codama/renderers-rust@1.0.19","maintainers":[{"name":"lorisleiva","email":"loris.leiva@gmail.com"}],"homepage":"https://github.com/codama-idl/codama#readme","bugs":{"url":"http://github.com/codama-idl/codama/issues"},"dist":{"shasum":"81c97286a520af30327136e1c9870b5376a7917d","tarball":"https://registry.npmjs.org/@codama/renderers-rust/-/renderers-rust-1.0.19.tgz","fileCount":45,"integrity":"sha512-ur2oQsMZ0P/g0DXY4tcw6Hznsq8ax1n968lfUNnxMHNBYr3zdhfJRBvzsF7RtcYkEvengOafQn1N5AlsNv1GBA==","signatures":[{"sig":"MEYCIQD8301Wix7lYX7+QDLNvuaszPwYmaQa0WN6XfW4tncjUAIhANgVK5WmvrdNCTq7WID2WXodA+RUg3Wf4y+agYwJLXlE","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":317243},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:codama-renderers-rust-1.0.19.tgz","types":"./dist/types/index.d.ts","module":"./dist/index.node.mjs","exports":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"types":"./dist/types/index.d.ts"},"scripts":{"dev":"zx ../../node_modules/@codama/internals/scripts/test-unit.mjs node --watch","lint":"zx ../../node_modules/@codama/internals/scripts/lint.mjs","test":"pnpm test:types && pnpm test:treeshakability && pnpm test:node && pnpm test:e2e && pnpm test:exports","build":"rimraf dist && pnpm build:src && pnpm build:types","lint:fix":"zx ../../node_modules/@codama/internals/scripts/lint.mjs --fix","test:e2e":"./e2e/test.sh","build:src":"zx ../../node_modules/@codama/internals/scripts/build-src.mjs node","test:node":"zx ../../node_modules/@codama/internals/scripts/test-unit.mjs node","test:types":"zx ../../node_modules/@codama/internals/scripts/test-types.mjs","build:types":"zx ../../node_modules/@codama/internals/scripts/build-types.mjs","test:exports":"node ./test/exports/module.mjs && node ./test/exports/commonjs.cjs","test:treeshakability":"zx ../../node_modules/@codama/internals/scripts/test-treeshakability.mjs"},"_npmUser":{"name":"lorisleiva","email":"loris.leiva@gmail.com"},"_resolved":"/tmp/0757c7fdb89ab1aabf29dd0179914f13/codama-renderers-rust-1.0.19.tgz","_integrity":"sha512-ur2oQsMZ0P/g0DXY4tcw6Hznsq8ax1n968lfUNnxMHNBYr3zdhfJRBvzsF7RtcYkEvengOafQn1N5AlsNv1GBA==","repository":{"url":"git+https://github.com/codama-idl/codama.git","type":"git"},"_npmVersion":"10.8.2","description":"Renders Rust clients for your programs","directories":{},"sideEffects":false,"_nodeVersion":"20.19.0","browserslist":["supports bigint and not dead","maintained node versions"],"dependencies":{"nunjucks":"^3.2.4","@codama/nodes":"1.2.11","@codama/errors":"1.2.11","@codama/visitors-core":"1.2.11","@codama/renderers-core":"1.0.13","@solana/codecs-strings":"rc"},"_hasShrinkwrap":false,"devDependencies":{"@types/nunjucks":"^3.2.6","@codama/nodes-from-anchor":"1.1.11"},"_npmOperationalInternal":{"tmp":"tmp/renderers-rust_1.0.19_1742815538970_0.21029416316725524","host":"s3://npm-registry-packages-npm-production"}},"1.0.20":{"name":"@codama/renderers-rust","version":"1.0.20","keywords":["solana","framework","standard","renderers","rust","client"],"license":"MIT","_id":"@codama/renderers-rust@1.0.20","maintainers":[{"name":"lorisleiva","email":"loris.leiva@gmail.com"}],"homepage":"https://github.com/codama-idl/codama#readme","bugs":{"url":"http://github.com/codama-idl/codama/issues"},"dist":{"shasum":"07610f42aa1b653c982b8dcfc1a7f946c35b230a","tarball":"https://registry.npmjs.org/@codama/renderers-rust/-/renderers-rust-1.0.20.tgz","fileCount":45,"integrity":"sha512-EBlY8RsKimCZJVFHrxL0uLiTnkVZp/8kMgR1CxDkLn2czJ1VrjgnvzjfFCFJe6LPBBgBFrckHs4cvDcj8738vA==","signatures":[{"sig":"MEYCIQDenyt19Ys1C/BO+5rK0SvlhsCBSVzLvUJIIOS+0xxb1wIhAPyN5SJ572dS0TFD2PNfiNcBzyynQH4wcmfen3hmAnQY","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":317243},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:codama-renderers-rust-1.0.20.tgz","types":"./dist/types/index.d.ts","module":"./dist/index.node.mjs","exports":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"types":"./dist/types/index.d.ts"},"scripts":{"dev":"zx ../../node_modules/@codama/internals/scripts/test-unit.mjs node --watch","lint":"zx ../../node_modules/@codama/internals/scripts/lint.mjs","test":"pnpm test:types && pnpm test:treeshakability && pnpm test:node && pnpm test:e2e && pnpm test:exports","build":"rimraf dist && pnpm build:src && pnpm build:types","lint:fix":"zx ../../node_modules/@codama/internals/scripts/lint.mjs --fix","test:e2e":"./e2e/test.sh","build:src":"zx ../../node_modules/@codama/internals/scripts/build-src.mjs node","test:node":"zx ../../node_modules/@codama/internals/scripts/test-unit.mjs node","test:types":"zx ../../node_modules/@codama/internals/scripts/test-types.mjs","build:types":"zx ../../node_modules/@codama/internals/scripts/build-types.mjs","test:exports":"node ./test/exports/module.mjs && node ./test/exports/commonjs.cjs","test:treeshakability":"zx ../../node_modules/@codama/internals/scripts/test-treeshakability.mjs"},"_npmUser":{"name":"lorisleiva","email":"loris.leiva@gmail.com"},"_resolved":"/tmp/118101a7228bccd7836b697d2e2530ce/codama-renderers-rust-1.0.20.tgz","_integrity":"sha512-EBlY8RsKimCZJVFHrxL0uLiTnkVZp/8kMgR1CxDkLn2czJ1VrjgnvzjfFCFJe6LPBBgBFrckHs4cvDcj8738vA==","repository":{"url":"git+https://github.com/codama-idl/codama.git","type":"git"},"_npmVersion":"10.8.2","description":"Renders Rust clients for your programs","directories":{},"sideEffects":false,"_nodeVersion":"20.19.0","browserslist":["supports bigint and not dead","maintained node versions"],"dependencies":{"nunjucks":"^3.2.4","@codama/nodes":"1.2.12","@codama/errors":"1.2.12","@codama/visitors-core":"1.2.12","@codama/renderers-core":"1.0.14","@solana/codecs-strings":"rc"},"_hasShrinkwrap":false,"devDependencies":{"@types/nunjucks":"^3.2.6","@codama/nodes-from-anchor":"1.1.12"},"_npmOperationalInternal":{"tmp":"tmp/renderers-rust_1.0.20_1745571169862_0.8433028661099862","host":"s3://npm-registry-packages-npm-production"}},"1.0.21":{"name":"@codama/renderers-rust","version":"1.0.21","keywords":["solana","framework","standard","renderers","rust","client"],"license":"MIT","_id":"@codama/renderers-rust@1.0.21","maintainers":[{"name":"lorisleiva","email":"loris.leiva@gmail.com"}],"homepage":"https://github.com/codama-idl/codama#readme","bugs":{"url":"http://github.com/codama-idl/codama/issues"},"dist":{"shasum":"fdcd4bb48b1b8c724dc100ec997cbb76a6f5ef03","tarball":"https://registry.npmjs.org/@codama/renderers-rust/-/renderers-rust-1.0.21.tgz","fileCount":45,"integrity":"sha512-4iR/vyGxpzcSledbiligXvs7/4HjmKBrPFYKA+W1Fhfa3QVRPWhuIAQLsxbmTWbWbetxBWAxItM4nY1W1ln+JQ==","signatures":[{"sig":"MEUCIQDxk6SXE7DZMLEFrl+FsQcqaRjMyXOeIp1ktXie63+tDAIgTTbuuG5kUEHlXs8Lr4DnrUOm0tZElZqF5wQpgnqGQ50=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":317243},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:codama-renderers-rust-1.0.21.tgz","types":"./dist/types/index.d.ts","module":"./dist/index.node.mjs","exports":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"types":"./dist/types/index.d.ts"},"scripts":{"dev":"zx ../../node_modules/@codama/internals/scripts/test-unit.mjs node --watch","lint":"zx ../../node_modules/@codama/internals/scripts/lint.mjs","test":"pnpm test:types && pnpm test:treeshakability && pnpm test:node && pnpm test:e2e && pnpm test:exports","build":"rimraf dist && pnpm build:src && pnpm build:types","lint:fix":"zx ../../node_modules/@codama/internals/scripts/lint.mjs --fix","test:e2e":"./e2e/test.sh","build:src":"zx ../../node_modules/@codama/internals/scripts/build-src.mjs node","test:node":"zx ../../node_modules/@codama/internals/scripts/test-unit.mjs node","test:types":"zx ../../node_modules/@codama/internals/scripts/test-types.mjs","build:types":"zx ../../node_modules/@codama/internals/scripts/build-types.mjs","test:exports":"node ./test/exports/module.mjs && node ./test/exports/commonjs.cjs","test:treeshakability":"zx ../../node_modules/@codama/internals/scripts/test-treeshakability.mjs"},"_npmUser":{"name":"lorisleiva","email":"loris.leiva@gmail.com"},"_resolved":"/tmp/9a0ad915a7d3bb2fb2602742ac6ed72e/codama-renderers-rust-1.0.21.tgz","_integrity":"sha512-4iR/vyGxpzcSledbiligXvs7/4HjmKBrPFYKA+W1Fhfa3QVRPWhuIAQLsxbmTWbWbetxBWAxItM4nY1W1ln+JQ==","repository":{"url":"git+https://github.com/codama-idl/codama.git","type":"git"},"_npmVersion":"10.8.2","description":"Renders Rust clients for your programs","directories":{},"sideEffects":false,"_nodeVersion":"20.19.0","browserslist":["supports bigint and not dead","maintained node versions"],"dependencies":{"nunjucks":"^3.2.4","@codama/nodes":"1.2.13","@codama/errors":"1.2.13","@codama/visitors-core":"1.2.13","@codama/renderers-core":"1.0.15","@solana/codecs-strings":"rc"},"_hasShrinkwrap":false,"devDependencies":{"@types/nunjucks":"^3.2.6","@codama/nodes-from-anchor":"1.1.13"},"_npmOperationalInternal":{"tmp":"tmp/renderers-rust_1.0.21_1745942378976_0.7001155866719557","host":"s3://npm-registry-packages-npm-production"}},"1.0.22":{"name":"@codama/renderers-rust","version":"1.0.22","keywords":["solana","framework","standard","renderers","rust","client"],"license":"MIT","_id":"@codama/renderers-rust@1.0.22","maintainers":[{"name":"lorisleiva","email":"loris.leiva@gmail.com"}],"homepage":"https://github.com/codama-idl/codama#readme","bugs":{"url":"http://github.com/codama-idl/codama/issues"},"dist":{"shasum":"67212aaac50fe08aca28a690be805004bdf9edf2","tarball":"https://registry.npmjs.org/@codama/renderers-rust/-/renderers-rust-1.0.22.tgz","fileCount":45,"integrity":"sha512-ovK1UyFYt/oWW8W2B6ghe/nc1kvITakVQqVIlK21l2VHGo6yEFcdWvBRYn5VXMuwW0nMwPuC7Hv0eZmGLRR7xg==","signatures":[{"sig":"MEYCIQC/tcvdAivEjl7YQauDTNHq3zkRW6QxRHYp1UvtvAAbNAIhAIxoNbpP2+H4tr2AXbuiqSaNKris6EJ6PEmFWcJtF7yi","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":317240},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:codama-renderers-rust-1.0.22.tgz","types":"./dist/types/index.d.ts","module":"./dist/index.node.mjs","exports":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"types":"./dist/types/index.d.ts"},"scripts":{"dev":"zx ../../node_modules/@codama/internals/scripts/test-unit.mjs node --watch","lint":"zx ../../node_modules/@codama/internals/scripts/lint.mjs","test":"pnpm test:types && pnpm test:treeshakability && pnpm test:node && pnpm test:e2e && pnpm test:exports","build":"rimraf dist && pnpm build:src && pnpm build:types","lint:fix":"zx ../../node_modules/@codama/internals/scripts/lint.mjs --fix","test:e2e":"./e2e/test.sh","build:src":"zx ../../node_modules/@codama/internals/scripts/build-src.mjs node","test:node":"zx ../../node_modules/@codama/internals/scripts/test-unit.mjs node","test:types":"zx ../../node_modules/@codama/internals/scripts/test-types.mjs","build:types":"zx ../../node_modules/@codama/internals/scripts/build-types.mjs","test:exports":"node ./test/exports/module.mjs && node ./test/exports/commonjs.cjs","test:treeshakability":"zx ../../node_modules/@codama/internals/scripts/test-treeshakability.mjs"},"_npmUser":{"name":"lorisleiva","email":"loris.leiva@gmail.com"},"_resolved":"/tmp/e9be79162a19a78996f0e9cc110da62c/codama-renderers-rust-1.0.22.tgz","_integrity":"sha512-ovK1UyFYt/oWW8W2B6ghe/nc1kvITakVQqVIlK21l2VHGo6yEFcdWvBRYn5VXMuwW0nMwPuC7Hv0eZmGLRR7xg==","repository":{"url":"git+https://github.com/codama-idl/codama.git","type":"git"},"_npmVersion":"10.8.2","description":"Renders Rust clients for your programs","directories":{},"sideEffects":false,"_nodeVersion":"20.19.1","browserslist":["supports bigint and not dead","maintained node versions"],"dependencies":{"nunjucks":"^3.2.4","@codama/nodes":"1.3.0","@codama/errors":"1.3.0","@codama/visitors-core":"1.3.0","@codama/renderers-core":"1.0.16","@solana/codecs-strings":"rc"},"_hasShrinkwrap":false,"devDependencies":{"@types/nunjucks":"^3.2.6","@codama/nodes-from-anchor":"1.1.14"},"_npmOperationalInternal":{"tmp":"tmp/renderers-rust_1.0.22_1747052427632_0.39895895124468894","host":"s3://npm-registry-packages-npm-production"}},"1.1.0":{"name":"@codama/renderers-rust","version":"1.1.0","keywords":["solana","framework","standard","renderers","rust","client"],"license":"MIT","_id":"@codama/renderers-rust@1.1.0","maintainers":[{"name":"lorisleiva","email":"loris.leiva@gmail.com"}],"homepage":"https://github.com/codama-idl/codama#readme","bugs":{"url":"http://github.com/codama-idl/codama/issues"},"dist":{"shasum":"9d6b7e074f81bde5fd447738111821b9036956c3","tarball":"https://registry.npmjs.org/@codama/renderers-rust/-/renderers-rust-1.1.0.tgz","fileCount":45,"integrity":"sha512-rddbb+gg25rC5F8x+F3E6q/Ms26cdzbPHFlWAv37TcqzZxT/Tzn/WWo+wMcAVTuM2IGx03PJ1a25kQ05NfXsVw==","signatures":[{"sig":"MEYCIQCRpVcnaBDMablcs74XI+NKtDczUUFnc6cC9DigOPIa7wIhAMHZ5OjKn385pTtVoLEXFiw4fKy5I60SE/if8CwuOvfC","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":316453},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:codama-renderers-rust-1.1.0.tgz","types":"./dist/types/index.d.ts","module":"./dist/index.node.mjs","exports":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"types":"./dist/types/index.d.ts"},"scripts":{"dev":"zx ../../node_modules/@codama/internals/scripts/test-unit.mjs node --watch","lint":"zx ../../node_modules/@codama/internals/scripts/lint.mjs","test":"pnpm test:types && pnpm test:treeshakability && pnpm test:node && pnpm test:e2e && pnpm test:exports","build":"rimraf dist && pnpm build:src && pnpm build:types","lint:fix":"zx ../../node_modules/@codama/internals/scripts/lint.mjs --fix","test:e2e":"./e2e/test.sh","build:src":"zx ../../node_modules/@codama/internals/scripts/build-src.mjs node","test:node":"zx ../../node_modules/@codama/internals/scripts/test-unit.mjs node","test:types":"zx ../../node_modules/@codama/internals/scripts/test-types.mjs","build:types":"zx ../../node_modules/@codama/internals/scripts/build-types.mjs","test:exports":"node ./test/exports/module.mjs && node ./test/exports/commonjs.cjs","test:treeshakability":"zx ../../node_modules/@codama/internals/scripts/test-treeshakability.mjs"},"_npmUser":{"name":"lorisleiva","actor":{"name":"lorisleiva","type":"user","email":"loris.leiva@gmail.com"},"email":"loris.leiva@gmail.com"},"_resolved":"/tmp/c1b2864826413ccb1f1f61a41aef8184/codama-renderers-rust-1.1.0.tgz","_integrity":"sha512-rddbb+gg25rC5F8x+F3E6q/Ms26cdzbPHFlWAv37TcqzZxT/Tzn/WWo+wMcAVTuM2IGx03PJ1a25kQ05NfXsVw==","repository":{"url":"git+https://github.com/codama-idl/codama.git","type":"git"},"_npmVersion":"10.8.2","description":"Renders Rust clients for your programs","directories":{},"sideEffects":false,"_nodeVersion":"20.19.2","browserslist":["supports bigint and not dead","maintained node versions"],"dependencies":{"nunjucks":"^3.2.4","@codama/nodes":"1.3.0","@codama/errors":"1.3.0","@codama/visitors-core":"1.3.0","@codama/renderers-core":"1.0.16","@solana/codecs-strings":"rc"},"_hasShrinkwrap":false,"devDependencies":{"@types/nunjucks":"^3.2.6","@codama/nodes-from-anchor":"1.2.1"},"_npmOperationalInternal":{"tmp":"tmp/renderers-rust_1.1.0_1750435737102_0.5506807217981937","host":"s3://npm-registry-packages-npm-production"}},"1.1.1":{"name":"@codama/renderers-rust","version":"1.1.1","keywords":["solana","framework","standard","renderers","rust","client"],"license":"MIT","_id":"@codama/renderers-rust@1.1.1","maintainers":[{"name":"lorisleiva","email":"loris.leiva@gmail.com"}],"homepage":"https://github.com/codama-idl/codama#readme","bugs":{"url":"http://github.com/codama-idl/codama/issues"},"dist":{"shasum":"da340c9a878e231b1b41011346292dcfd613df01","tarball":"https://registry.npmjs.org/@codama/renderers-rust/-/renderers-rust-1.1.1.tgz","fileCount":45,"integrity":"sha512-kWaNgYI+02NbohcnDUQ6lI4bKEysAQLr+SGx7HmqMPoIAXfCOYw2TLYVnRqYl8fVhOWMMohSi5YM8Iw+p9r3rg==","signatures":[{"sig":"MEUCIQDb6Ovb/fXmjUux9s7IvRPoacW9O48tTLCx/owDCk8uFgIgWu+P7f5O4wR37ZEvZMmRCe/B7/nbf7r5zj81ryzwEWs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":316457},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:codama-renderers-rust-1.1.1.tgz","types":"./dist/types/index.d.ts","module":"./dist/index.node.mjs","exports":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"types":"./dist/types/index.d.ts"},"scripts":{"dev":"zx ../../node_modules/@codama/internals/scripts/test-unit.mjs node --watch","lint":"zx ../../node_modules/@codama/internals/scripts/lint.mjs","test":"pnpm test:types && pnpm test:treeshakability && pnpm test:node && pnpm test:e2e && pnpm test:exports","build":"rimraf dist && pnpm build:src && pnpm build:types","lint:fix":"zx ../../node_modules/@codama/internals/scripts/lint.mjs --fix","test:e2e":"./e2e/test.sh","build:src":"zx ../../node_modules/@codama/internals/scripts/build-src.mjs node","test:node":"zx ../../node_modules/@codama/internals/scripts/test-unit.mjs node","test:types":"zx ../../node_modules/@codama/internals/scripts/test-types.mjs","build:types":"zx ../../node_modules/@codama/internals/scripts/build-types.mjs","test:exports":"node ./test/exports/module.mjs && node ./test/exports/commonjs.cjs","test:treeshakability":"zx ../../node_modules/@codama/internals/scripts/test-treeshakability.mjs"},"_npmUser":{"name":"lorisleiva","email":"loris.leiva@gmail.com"},"_resolved":"/tmp/01c25e488f1fff4b783ea3d5b016a648/codama-renderers-rust-1.1.1.tgz","_integrity":"sha512-kWaNgYI+02NbohcnDUQ6lI4bKEysAQLr+SGx7HmqMPoIAXfCOYw2TLYVnRqYl8fVhOWMMohSi5YM8Iw+p9r3rg==","repository":{"url":"git+https://github.com/codama-idl/codama.git","type":"git"},"_npmVersion":"10.8.2","description":"Renders Rust clients for your programs","directories":{},"sideEffects":false,"_nodeVersion":"20.19.3","browserslist":["supports bigint and not dead","maintained node versions"],"dependencies":{"nunjucks":"^3.2.4","@codama/nodes":"1.3.0","@codama/errors":"1.3.0","@codama/visitors-core":"1.3.0","@codama/renderers-core":"1.0.16","@solana/codecs-strings":"^2.3.0"},"_hasShrinkwrap":false,"devDependencies":{"@types/nunjucks":"^3.2.6","@codama/nodes-from-anchor":"1.2.2"},"_npmOperationalInternal":{"tmp":"tmp/renderers-rust_1.1.1_1752608943841_0.6044164362502635","host":"s3://npm-registry-packages-npm-production"}},"1.1.2":{"name":"@codama/renderers-rust","version":"1.1.2","keywords":["solana","framework","standard","renderers","rust","client"],"license":"MIT","_id":"@codama/renderers-rust@1.1.2","maintainers":[{"name":"lorisleiva","email":"loris.leiva@gmail.com"}],"homepage":"https://github.com/codama-idl/codama#readme","bugs":{"url":"http://github.com/codama-idl/codama/issues"},"dist":{"shasum":"771aefd6c332d384f72ec830ec2a340ccc0d3842","tarball":"https://registry.npmjs.org/@codama/renderers-rust/-/renderers-rust-1.1.2.tgz","fileCount":47,"integrity":"sha512-R93rGpx+GE1PUzXK/H0eNd+xE1AvyWt1Q9Xi1HiVzw9T1aw3b9RY3X2IPeoR+d82YRNPP/ch5y6gjJO/Syh2Xw==","signatures":[{"sig":"MEUCIQC9rTEKjxCAUKgiix5+F2iZpJLgY5FYal857KfrExZdSAIgGp0u17RnxliTIdjBwE7bI8ZHsyB0I/Iuh4IozyNRcYM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":339666},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:codama-renderers-rust-1.1.2.tgz","types":"./dist/types/index.d.ts","module":"./dist/index.node.mjs","exports":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"types":"./dist/types/index.d.ts"},"scripts":{"dev":"zx ../../node_modules/@codama/internals/scripts/test-unit.mjs node --watch","lint":"zx ../../node_modules/@codama/internals/scripts/lint.mjs","test":"pnpm test:types && pnpm test:treeshakability && pnpm test:node && pnpm test:e2e && pnpm test:exports","build":"rimraf dist && pnpm build:src && pnpm build:types","lint:fix":"zx ../../node_modules/@codama/internals/scripts/lint.mjs --fix","test:e2e":"./e2e/test.sh","build:src":"zx ../../node_modules/@codama/internals/scripts/build-src.mjs node","test:node":"zx ../../node_modules/@codama/internals/scripts/test-unit.mjs node","test:types":"zx ../../node_modules/@codama/internals/scripts/test-types.mjs","build:types":"zx ../../node_modules/@codama/internals/scripts/build-types.mjs","test:exports":"node ./test/exports/module.mjs && node ./test/exports/commonjs.cjs","test:treeshakability":"zx ../../node_modules/@codama/internals/scripts/test-treeshakability.mjs"},"_npmUser":{"name":"lorisleiva","email":"loris.leiva@gmail.com"},"_resolved":"/tmp/8388247051c81ba66d30d91ab080d64f/codama-renderers-rust-1.1.2.tgz","_integrity":"sha512-R93rGpx+GE1PUzXK/H0eNd+xE1AvyWt1Q9Xi1HiVzw9T1aw3b9RY3X2IPeoR+d82YRNPP/ch5y6gjJO/Syh2Xw==","repository":{"url":"git+https://github.com/codama-idl/codama.git","type":"git"},"_npmVersion":"10.8.2","description":"Renders Rust clients for your programs","directories":{},"sideEffects":false,"_nodeVersion":"20.19.3","browserslist":["supports bigint and not dead","maintained node versions"],"dependencies":{"nunjucks":"^3.2.4","@codama/nodes":"1.3.0","@codama/errors":"1.3.0","@codama/visitors-core":"1.3.0","@codama/renderers-core":"1.0.16","@solana/codecs-strings":"^2.3.0"},"_hasShrinkwrap":false,"devDependencies":{"@types/nunjucks":"^3.2.6","@codama/nodes-from-anchor":"1.2.2"},"_npmOperationalInternal":{"tmp":"tmp/renderers-rust_1.1.2_1753298076648_0.08298026554226001","host":"s3://npm-registry-packages-npm-production"}},"1.1.3":{"name":"@codama/renderers-rust","version":"1.1.3","keywords":["solana","framework","standard","renderers","rust","client"],"license":"MIT","_id":"@codama/renderers-rust@1.1.3","maintainers":[{"name":"lorisleiva","email":"loris.leiva@gmail.com"}],"homepage":"https://github.com/codama-idl/codama#readme","bugs":{"url":"http://github.com/codama-idl/codama/issues"},"dist":{"shasum":"c795c31dfc5b62467bb4365818107d4d3f8aa246","tarball":"https://registry.npmjs.org/@codama/renderers-rust/-/renderers-rust-1.1.3.tgz","fileCount":47,"integrity":"sha512-hUk9yFfyq376x41jU4sSUAx3CKemybGH6mjqmIvMmjPPcupPxdoRPkI+CpidbfNMlkSG6vlpJR5CHSR3j909eQ==","signatures":[{"sig":"MEYCIQDsYCFW73xWxgITDSGYxftoty2lAS7Fo7BEmO3kpbxEiAIhAMSpGHtSN8EmR/r2qpBuJkrhB30rs0S63mPLWW1PBXBV","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":339666},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:codama-renderers-rust-1.1.3.tgz","types":"./dist/types/index.d.ts","module":"./dist/index.node.mjs","exports":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"types":"./dist/types/index.d.ts"},"scripts":{"dev":"zx ../../node_modules/@codama/internals/scripts/test-unit.mjs node --watch","lint":"zx ../../node_modules/@codama/internals/scripts/lint.mjs","test":"pnpm test:types && pnpm test:treeshakability && pnpm test:node && pnpm test:e2e && pnpm test:exports","build":"rimraf dist && pnpm build:src && pnpm build:types","lint:fix":"zx ../../node_modules/@codama/internals/scripts/lint.mjs --fix","test:e2e":"./e2e/test.sh","build:src":"zx ../../node_modules/@codama/internals/scripts/build-src.mjs node","test:node":"zx ../../node_modules/@codama/internals/scripts/test-unit.mjs node","test:types":"zx ../../node_modules/@codama/internals/scripts/test-types.mjs","build:types":"zx ../../node_modules/@codama/internals/scripts/build-types.mjs","test:exports":"node ./test/exports/module.mjs && node ./test/exports/commonjs.cjs","test:treeshakability":"zx ../../node_modules/@codama/internals/scripts/test-treeshakability.mjs"},"_npmUser":{"name":"lorisleiva","email":"loris.leiva@gmail.com"},"_resolved":"/tmp/cb5ef84ca4a8adec5da3a2ca57541ca1/codama-renderers-rust-1.1.3.tgz","_integrity":"sha512-hUk9yFfyq376x41jU4sSUAx3CKemybGH6mjqmIvMmjPPcupPxdoRPkI+CpidbfNMlkSG6vlpJR5CHSR3j909eQ==","repository":{"url":"git+https://github.com/codama-idl/codama.git","type":"git"},"_npmVersion":"10.8.2","description":"Renders Rust clients for your programs","directories":{},"sideEffects":false,"_nodeVersion":"20.19.4","browserslist":["supports bigint and not dead","maintained node versions"],"dependencies":{"nunjucks":"^3.2.4","@codama/nodes":"1.3.1","@codama/errors":"1.3.1","@codama/visitors-core":"1.3.1","@codama/renderers-core":"1.0.17","@solana/codecs-strings":"^2.3.0"},"_hasShrinkwrap":false,"devDependencies":{"@types/nunjucks":"^3.2.6","@codama/nodes-from-anchor":"1.2.3"},"_npmOperationalInternal":{"tmp":"tmp/renderers-rust_1.1.3_1753371614545_0.5698097012450867","host":"s3://npm-registry-packages-npm-production"}},"1.2.0":{"name":"@codama/renderers-rust","version":"1.2.0","keywords":["solana","framework","standard","renderers","rust","client"],"license":"MIT","_id":"@codama/renderers-rust@1.2.0","maintainers":[{"name":"lorisleiva","email":"loris.leiva@gmail.com"}],"homepage":"https://github.com/codama-idl/codama#readme","bugs":{"url":"http://github.com/codama-idl/codama/issues"},"dist":{"shasum":"9f025d67fed69bbd8b4094d673f1ab1c8efe20b6","tarball":"https://registry.npmjs.org/@codama/renderers-rust/-/renderers-rust-1.2.0.tgz","fileCount":47,"integrity":"sha512-MIUUWEztS2v+snehVv1hcpOWkEfbRgtYcGgH0knhwukuEazqA4SfdzjyDrsNR+zqf/n9GHx+lhV+NvCK4JCn/Q==","signatures":[{"sig":"MEUCIBoCa2KEy9F6/Lt6KSc+t5iIz3a7nHBEQqDQMn0dJkifAiEAhbks+6fJBSE2Wqk5tVPT3kRHN1/HRJnpyetCBYY7yR4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":339512},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:codama-renderers-rust-1.2.0.tgz","types":"./dist/types/index.d.ts","module":"./dist/index.node.mjs","exports":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"types":"./dist/types/index.d.ts"},"scripts":{"dev":"zx ../../node_modules/@codama/internals/scripts/test-unit.mjs node --watch","lint":"zx ../../node_modules/@codama/internals/scripts/lint.mjs","test":"pnpm test:types && pnpm test:treeshakability && pnpm test:node && pnpm test:e2e && pnpm test:exports","build":"rimraf dist && pnpm build:src && pnpm build:types","lint:fix":"zx ../../node_modules/@codama/internals/scripts/lint.mjs --fix","test:e2e":"./e2e/test.sh","build:src":"zx ../../node_modules/@codama/internals/scripts/build-src.mjs node","test:node":"zx ../../node_modules/@codama/internals/scripts/test-unit.mjs node","test:types":"zx ../../node_modules/@codama/internals/scripts/test-types.mjs","build:types":"zx ../../node_modules/@codama/internals/scripts/build-types.mjs","test:exports":"node ./test/exports/module.mjs && node ./test/exports/commonjs.cjs","test:treeshakability":"zx ../../node_modules/@codama/internals/scripts/test-treeshakability.mjs"},"_npmUser":{"name":"lorisleiva","email":"loris.leiva@gmail.com"},"_resolved":"/tmp/20652071f536f873802275b9fef4209b/codama-renderers-rust-1.2.0.tgz","_integrity":"sha512-MIUUWEztS2v+snehVv1hcpOWkEfbRgtYcGgH0knhwukuEazqA4SfdzjyDrsNR+zqf/n9GHx+lhV+NvCK4JCn/Q==","repository":{"url":"git+https://github.com/codama-idl/codama.git","type":"git"},"_npmVersion":"10.8.2","description":"Renders Rust clients for your programs","directories":{},"sideEffects":false,"_nodeVersion":"20.19.4","browserslist":["supports bigint and not dead","maintained node versions"],"dependencies":{"nunjucks":"^3.2.4","@codama/nodes":"1.3.1","@codama/errors":"1.3.1","@codama/visitors-core":"1.3.1","@codama/renderers-core":"1.0.17","@solana/codecs-strings":"^2.3.0"},"_hasShrinkwrap":false,"devDependencies":{"@types/nunjucks":"^3.2.6","@codama/nodes-from-anchor":"1.2.3"},"_npmOperationalInternal":{"tmp":"tmp/renderers-rust_1.2.0_1754305575925_0.7886194985935806","host":"s3://npm-registry-packages-npm-production"}},"1.2.1":{"name":"@codama/renderers-rust","version":"1.2.1","keywords":["solana","framework","standard","renderers","rust","client"],"license":"MIT","_id":"@codama/renderers-rust@1.2.1","maintainers":[{"name":"lorisleiva","email":"loris.leiva@gmail.com"}],"homepage":"https://github.com/codama-idl/codama#readme","bugs":{"url":"http://github.com/codama-idl/codama/issues"},"dist":{"shasum":"eea44460659589a4cac692b0306e01370338e69b","tarball":"https://registry.npmjs.org/@codama/renderers-rust/-/renderers-rust-1.2.1.tgz","fileCount":47,"integrity":"sha512-akWmwuhh02U1pU31mEh2vQsBfNuFJSzEd+lUnOaPo5LHP13tfARkJEFdPc4DMWR02rbsXNlnJUQqDt8wHxtt3w==","signatures":[{"sig":"MEUCIQDTCDinsNj/ZY6hdxsWyji5rmlMtB1vuMpx+ovZS50wNQIgS1mnF99jGlxeLpYR2UIHncyDjiN0U4jtqKLZPbg3CLo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":339512},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:codama-renderers-rust-1.2.1.tgz","types":"./dist/types/index.d.ts","module":"./dist/index.node.mjs","exports":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"types":"./dist/types/index.d.ts"},"scripts":{"dev":"zx ../../node_modules/@codama/internals/scripts/test-unit.mjs node --watch","lint":"zx ../../node_modules/@codama/internals/scripts/lint.mjs","test":"pnpm test:types && pnpm test:treeshakability && pnpm test:node && pnpm test:e2e && pnpm test:exports","build":"rimraf dist && pnpm build:src && pnpm build:types","lint:fix":"zx ../../node_modules/@codama/internals/scripts/lint.mjs --fix","test:e2e":"./e2e/test.sh","build:src":"zx ../../node_modules/@codama/internals/scripts/build-src.mjs node","test:node":"zx ../../node_modules/@codama/internals/scripts/test-unit.mjs node","test:types":"zx ../../node_modules/@codama/internals/scripts/test-types.mjs","build:types":"zx ../../node_modules/@codama/internals/scripts/build-types.mjs","test:exports":"node ./test/exports/module.mjs && node ./test/exports/commonjs.cjs","test:treeshakability":"zx ../../node_modules/@codama/internals/scripts/test-treeshakability.mjs"},"_npmUser":{"name":"lorisleiva","email":"loris.leiva@gmail.com"},"_resolved":"/tmp/3ad78179969703ea07ab72b239b1ac08/codama-renderers-rust-1.2.1.tgz","_integrity":"sha512-akWmwuhh02U1pU31mEh2vQsBfNuFJSzEd+lUnOaPo5LHP13tfARkJEFdPc4DMWR02rbsXNlnJUQqDt8wHxtt3w==","repository":{"url":"git+https://github.com/codama-idl/codama.git","type":"git"},"_npmVersion":"10.8.2","description":"Renders Rust clients for your programs","directories":{},"sideEffects":false,"_nodeVersion":"20.19.4","browserslist":["supports bigint and not dead","maintained node versions"],"dependencies":{"nunjucks":"^3.2.4","@codama/nodes":"1.3.2","@codama/errors":"1.3.2","@codama/visitors-core":"1.3.2","@codama/renderers-core":"1.0.18","@solana/codecs-strings":"^2.3.0"},"_hasShrinkwrap":false,"devDependencies":{"@types/nunjucks":"^3.2.6","@codama/nodes-from-anchor":"1.2.4"},"_npmOperationalInternal":{"tmp":"tmp/renderers-rust_1.2.1_1755592355606_0.612721269070567","host":"s3://npm-registry-packages-npm-production"}},"1.2.2":{"name":"@codama/renderers-rust","version":"1.2.2","keywords":["solana","framework","standard","renderers","rust","client"],"license":"MIT","_id":"@codama/renderers-rust@1.2.2","maintainers":[{"name":"lorisleiva","email":"loris.leiva@gmail.com"}],"homepage":"https://github.com/codama-idl/codama#readme","bugs":{"url":"http://github.com/codama-idl/codama/issues"},"dist":{"shasum":"9afbe4c51a01b7e8b4bd3be186f4db901becd38f","tarball":"https://registry.npmjs.org/@codama/renderers-rust/-/renderers-rust-1.2.2.tgz","fileCount":47,"integrity":"sha512-UnEVP7lN33w1VWBb5y6TJhxX52IhQAHz5J3JiB9qlDWBcqmrhTkeIn3Mp4StdDYGqoP9knBUXnvqhZEMdWh8Og==","signatures":[{"sig":"MEUCIQCr8Xj1UXfOcjOMkVrls+xXy3t/I/xgLyy0qMIb7eOu5wIgHGohW5oVtMG0Ggm+RCZYzpZ4iOPPJ9Y+tZWgNjRZt5s=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":339512},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:codama-renderers-rust-1.2.2.tgz","types":"./dist/types/index.d.ts","module":"./dist/index.node.mjs","exports":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"types":"./dist/types/index.d.ts"},"scripts":{"dev":"zx ../../node_modules/@codama/internals/scripts/test-unit.mjs node --watch","lint":"zx ../../node_modules/@codama/internals/scripts/lint.mjs","test":"pnpm test:types && pnpm test:treeshakability && pnpm test:node && pnpm test:e2e && pnpm test:exports","build":"rimraf dist && pnpm build:src && pnpm build:types","lint:fix":"zx ../../node_modules/@codama/internals/scripts/lint.mjs --fix","test:e2e":"./e2e/test.sh","build:src":"zx ../../node_modules/@codama/internals/scripts/build-src.mjs node","test:node":"zx ../../node_modules/@codama/internals/scripts/test-unit.mjs node","test:types":"zx ../../node_modules/@codama/internals/scripts/test-types.mjs","build:types":"zx ../../node_modules/@codama/internals/scripts/build-types.mjs","test:exports":"node ./test/exports/module.mjs && node ./test/exports/commonjs.cjs","test:treeshakability":"zx ../../node_modules/@codama/internals/scripts/test-treeshakability.mjs"},"_npmUser":{"name":"lorisleiva","email":"loris.leiva@gmail.com"},"_resolved":"/tmp/8a1c03d6a37516d79885583c5054e38b/codama-renderers-rust-1.2.2.tgz","_integrity":"sha512-UnEVP7lN33w1VWBb5y6TJhxX52IhQAHz5J3JiB9qlDWBcqmrhTkeIn3Mp4StdDYGqoP9knBUXnvqhZEMdWh8Og==","repository":{"url":"git+https://github.com/codama-idl/codama.git","type":"git"},"_npmVersion":"10.8.2","description":"Renders Rust clients for your programs","directories":{},"sideEffects":false,"_nodeVersion":"20.19.4","browserslist":["supports bigint and not dead","maintained node versions"],"dependencies":{"nunjucks":"^3.2.4","@codama/nodes":"1.3.3","@codama/errors":"1.3.3","@codama/visitors-core":"1.3.3","@codama/renderers-core":"1.0.19","@solana/codecs-strings":"^2.3.0"},"_hasShrinkwrap":false,"devDependencies":{"@types/nunjucks":"^3.2.6","@codama/nodes-from-anchor":"1.2.5"},"_npmOperationalInternal":{"tmp":"tmp/renderers-rust_1.2.2_1755625397765_0.0723968163395674","host":"s3://npm-registry-packages-npm-production"}},"1.2.3":{"name":"@codama/renderers-rust","version":"1.2.3","keywords":["solana","framework","standard","renderers","rust","client"],"license":"MIT","_id":"@codama/renderers-rust@1.2.3","maintainers":[{"name":"lorisleiva","email":"loris.leiva@gmail.com"}],"homepage":"https://github.com/codama-idl/codama#readme","bugs":{"url":"http://github.com/codama-idl/codama/issues"},"dist":{"shasum":"bbcb78be05f1924674a7642da4c4296e80b3f5ad","tarball":"https://registry.npmjs.org/@codama/renderers-rust/-/renderers-rust-1.2.3.tgz","fileCount":47,"integrity":"sha512-YHD55YQ+DitWDe1uEsAubQ7sIzKF2x420RA8/FSGplx4pvarU0i1REjzbKZEydVTBzWUPHGcvUVMXINuPIpEmg==","signatures":[{"sig":"MEQCICbbPA5QbCxl8v2qttSNgQHgpBhLioLIRBKhIhjILMhTAiB1JUN5KCV1z1l2Iow7GikfFaAIsUCY/wzMfFEDbfOqBA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":341586},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:codama-renderers-rust-1.2.3.tgz","types":"./dist/types/index.d.ts","module":"./dist/index.node.mjs","exports":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"types":"./dist/types/index.d.ts"},"scripts":{"dev":"zx ../../node_modules/@codama/internals/scripts/test-unit.mjs node --watch","lint":"zx ../../node_modules/@codama/internals/scripts/lint.mjs","test":"pnpm test:types && pnpm test:treeshakability && pnpm test:node && pnpm test:e2e && pnpm test:exports","build":"rimraf dist && pnpm build:src && pnpm build:types","lint:fix":"zx ../../node_modules/@codama/internals/scripts/lint.mjs --fix","test:e2e":"./e2e/test.sh","build:src":"zx ../../node_modules/@codama/internals/scripts/build-src.mjs node","test:node":"zx ../../node_modules/@codama/internals/scripts/test-unit.mjs node","test:types":"zx ../../node_modules/@codama/internals/scripts/test-types.mjs","build:types":"zx ../../node_modules/@codama/internals/scripts/build-types.mjs","test:exports":"node ./test/exports/module.mjs && node ./test/exports/commonjs.cjs","test:treeshakability":"zx ../../node_modules/@codama/internals/scripts/test-treeshakability.mjs"},"_npmUser":{"name":"lorisleiva","email":"loris.leiva@gmail.com"},"_resolved":"/tmp/d5866ada0747a627c3e403f90a47b215/codama-renderers-rust-1.2.3.tgz","_integrity":"sha512-YHD55YQ+DitWDe1uEsAubQ7sIzKF2x420RA8/FSGplx4pvarU0i1REjzbKZEydVTBzWUPHGcvUVMXINuPIpEmg==","repository":{"url":"git+https://github.com/codama-idl/codama.git","type":"git"},"_npmVersion":"10.8.2","description":"Renders Rust clients for your programs","directories":{},"sideEffects":false,"_nodeVersion":"20.19.4","browserslist":["supports bigint and not dead","maintained node versions"],"dependencies":{"nunjucks":"^3.2.4","@codama/nodes":"1.3.4","@codama/errors":"1.3.4","@codama/visitors-core":"1.3.4","@codama/renderers-core":"1.1.0","@solana/codecs-strings":"^3.0.1"},"_hasShrinkwrap":false,"devDependencies":{"@types/nunjucks":"^3.2.6","@codama/nodes-from-anchor":"1.2.6"},"_npmOperationalInternal":{"tmp":"tmp/renderers-rust_1.2.3_1756825342089_0.6063582416410991","host":"s3://npm-registry-packages-npm-production"}},"1.2.4":{"name":"@codama/renderers-rust","version":"1.2.4","keywords":["solana","framework","standard","renderers","rust","client"],"license":"MIT","_id":"@codama/renderers-rust@1.2.4","maintainers":[{"name":"lorisleiva","email":"loris.leiva@gmail.com"}],"homepage":"https://github.com/codama-idl/codama#readme","bugs":{"url":"http://github.com/codama-idl/codama/issues"},"dist":{"shasum":"39c05c3f714c161b78b98e59a9bb45634b95e5a7","tarball":"https://registry.npmjs.org/@codama/renderers-rust/-/renderers-rust-1.2.4.tgz","fileCount":47,"integrity":"sha512-FCUv6Yg9Lxgb+qSOFlmv6cWaCZKSsFLtmPPVJCOVNr4Bj1etNsE5tu5kaWyihA6cbaBEb6arhiTrwV+oekhaGQ==","signatures":[{"sig":"MEUCIQCvmzdSzhHEY7rZHj2SwCZqACG6p/LARMBiM4WNYQv1zQIgfGJsczAHuQIaNLDzvYiG7IASPfmkHRaA2zY6gUztYl0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":339184},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:codama-renderers-rust-1.2.4.tgz","types":"./dist/types/index.d.ts","module":"./dist/index.node.mjs","exports":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"types":"./dist/types/index.d.ts"},"scripts":{"dev":"zx ../../node_modules/@codama/internals/scripts/test-unit.mjs node --watch","lint":"zx ../../node_modules/@codama/internals/scripts/lint.mjs","test":"pnpm test:types && pnpm test:treeshakability && pnpm test:node && pnpm test:e2e && pnpm test:exports","build":"rimraf dist && pnpm build:src && pnpm build:types","lint:fix":"zx ../../node_modules/@codama/internals/scripts/lint.mjs --fix","test:e2e":"./e2e/test.sh","build:src":"zx ../../node_modules/@codama/internals/scripts/build-src.mjs node","test:node":"zx ../../node_modules/@codama/internals/scripts/test-unit.mjs node","test:types":"zx ../../node_modules/@codama/internals/scripts/test-types.mjs","build:types":"zx ../../node_modules/@codama/internals/scripts/build-types.mjs","test:exports":"node ./test/exports/module.mjs && node ./test/exports/commonjs.cjs","test:treeshakability":"zx ../../node_modules/@codama/internals/scripts/test-treeshakability.mjs"},"_npmUser":{"name":"lorisleiva","email":"loris.leiva@gmail.com"},"_resolved":"/tmp/e9e91111ccc8141597620db4d9d2fdc1/codama-renderers-rust-1.2.4.tgz","_integrity":"sha512-FCUv6Yg9Lxgb+qSOFlmv6cWaCZKSsFLtmPPVJCOVNr4Bj1etNsE5tu5kaWyihA6cbaBEb6arhiTrwV+oekhaGQ==","repository":{"url":"git+https://github.com/codama-idl/codama.git","type":"git"},"_npmVersion":"10.8.2","description":"Renders Rust clients for your programs","directories":{},"sideEffects":false,"_nodeVersion":"20.19.5","browserslist":["supports bigint and not dead","maintained node versions"],"dependencies":{"nunjucks":"^3.2.4","@codama/nodes":"1.3.5","@codama/errors":"1.3.5","@codama/visitors-core":"1.3.5","@codama/renderers-core":"1.2.0","@solana/codecs-strings":"^3.0.2"},"_hasShrinkwrap":false,"devDependencies":{"@types/nunjucks":"^3.2.6","@codama/nodes-from-anchor":"1.2.7"},"_npmOperationalInternal":{"tmp":"tmp/renderers-rust_1.2.4_1757539320326_0.03445509088316423","host":"s3://npm-registry-packages-npm-production"}},"1.2.5":{"name":"@codama/renderers-rust","version":"1.2.5","keywords":["solana","framework","standard","renderers","rust","client"],"license":"MIT","_id":"@codama/renderers-rust@1.2.5","maintainers":[{"name":"lorisleiva","email":"loris.leiva@gmail.com"}],"homepage":"https://github.com/codama-idl/codama#readme","bugs":{"url":"http://github.com/codama-idl/codama/issues"},"dist":{"shasum":"081fb3bd210c382f95bfbc4e4755a03f75515cd0","tarball":"https://registry.npmjs.org/@codama/renderers-rust/-/renderers-rust-1.2.5.tgz","fileCount":47,"integrity":"sha512-tCsGpi98+JLvgIcAjorP/edFqeWUyCEpoVOAQZvfIl/yTzS5JpYd0UyzEq9Z3MpvEoG3d8o2jJx6C1NyXi+MzQ==","signatures":[{"sig":"MEYCIQCK8zwyoMgpJwV0PQ9+OzuJN910gdNwNTOyHGFkyTnjqAIhAJV1xQNaGNhrdsVBHNKza2QtNV06/PqkwOHuPRIw8I1O","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":338788},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:codama-renderers-rust-1.2.5.tgz","types":"./dist/types/index.d.ts","module":"./dist/index.node.mjs","exports":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"types":"./dist/types/index.d.ts"},"scripts":{"dev":"vitest --project node","lint":"eslint . && prettier --check .","test":"pnpm test:types && pnpm test:treeshakability && pnpm test:unit && pnpm test:e2e && pnpm test:exports","build":"rimraf dist && tsup && tsc -p ./tsconfig.declarations.json","lint:fix":"eslint --fix . && prettier --write .","test:e2e":"./e2e/test.sh","test:unit":"vitest run","test:types":"tsc --noEmit","test:exports":"node ./test/exports/module.mjs && node ./test/exports/commonjs.cjs","test:treeshakability":"for file in dist/index.*.mjs; do agadoo $file; done"},"_npmUser":{"name":"lorisleiva","email":"loris.leiva@gmail.com"},"_resolved":"/tmp/35578eb99f182aa13dccb212abcca4de/codama-renderers-rust-1.2.5.tgz","_integrity":"sha512-tCsGpi98+JLvgIcAjorP/edFqeWUyCEpoVOAQZvfIl/yTzS5JpYd0UyzEq9Z3MpvEoG3d8o2jJx6C1NyXi+MzQ==","repository":{"url":"git+https://github.com/codama-idl/codama.git","type":"git"},"_npmVersion":"10.8.2","description":"Renders Rust clients for your programs","directories":{},"sideEffects":false,"_nodeVersion":"20.19.5","browserslist":["supports bigint and not dead","maintained node versions"],"dependencies":{"nunjucks":"^3.2.4","@codama/nodes":"1.3.6","@codama/errors":"1.3.6","@codama/visitors-core":"1.3.6","@codama/renderers-core":"1.2.1","@solana/codecs-strings":"^3.0.3"},"_hasShrinkwrap":false,"devDependencies":{"@types/nunjucks":"^3.2.6","@codama/nodes-from-anchor":"1.2.8"},"_npmOperationalInternal":{"tmp":"tmp/renderers-rust_1.2.5_1757669431693_0.45853035753658045","host":"s3://npm-registry-packages-npm-production"}},"1.2.6":{"name":"@codama/renderers-rust","version":"1.2.6","keywords":["solana","framework","standard","renderers","rust","client"],"license":"MIT","_id":"@codama/renderers-rust@1.2.6","maintainers":[{"name":"lorisleiva","email":"loris.leiva@gmail.com"}],"homepage":"https://github.com/codama-idl/renderers-rust#readme","bugs":{"url":"http://github.com/codama-idl/renderers-rust/issues"},"dist":{"shasum":"1865f1e8ed91cfbbcbe3399137d0db218f7f1191","tarball":"https://registry.npmjs.org/@codama/renderers-rust/-/renderers-rust-1.2.6.tgz","fileCount":47,"integrity":"sha512-PBFuUfr7yn0QjF/mDLY9U3IsF0h3HJWv8UsuOV3BEhO82ZAdP4XyclNUj7YxF+L417BN/0FzsMr3zdZqe6dbuw==","signatures":[{"sig":"MEYCIQDMAhwqN0SAFiEV7xltBZxIHsFUmdD8uA0j0imSwMpNNwIhAP12JNMqZJafDxiZ5hT5YXWVn+aZCNsLyWuROEBd69bl","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":338973},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:codama-renderers-rust-1.2.6.tgz","types":"./dist/types/index.d.ts","module":"./dist/index.node.mjs","engines":{"node":">=20.18.0"},"exports":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"types":"./dist/types/index.d.ts"},"scripts":{"dev":"vitest --project node","lint":"eslint . && prettier --check .","test":"pnpm test:types && pnpm test:treeshakability && pnpm test:unit && pnpm test:e2e && pnpm test:exports","build":"rimraf dist && tsup && tsc -p ./tsconfig.declarations.json","lint:fix":"eslint --fix . && prettier --write .","test:e2e":"./e2e/test.sh","test:unit":"vitest run","test:types":"tsc --noEmit","test:exports":"node ./test/exports/module.mjs && node ./test/exports/commonjs.cjs","publish-package":"pnpm build && changeset publish","test:treeshakability":"for file in dist/index.*.mjs; do agadoo $file; done"},"_npmUser":{"name":"lorisleiva","email":"loris.leiva@gmail.com"},"prettier":"@solana/prettier-config-solana","_resolved":"/tmp/f8092b4ffc33091014d3ba2e3eeb0160/codama-renderers-rust-1.2.6.tgz","_integrity":"sha512-PBFuUfr7yn0QjF/mDLY9U3IsF0h3HJWv8UsuOV3BEhO82ZAdP4XyclNUj7YxF+L417BN/0FzsMr3zdZqe6dbuw==","repository":{"url":"git+https://github.com/codama-idl/renderers-rust.git","type":"git"},"_npmVersion":"10.8.2","description":"Renders Rust clients for your programs","directories":{},"sideEffects":false,"_nodeVersion":"20.19.5","browserslist":["supports bigint and not dead","maintained node versions"],"dependencies":{"nunjucks":"^3.2.4","@codama/nodes":"^1.3.7","@codama/errors":"^1.3.7","@codama/visitors-core":"^1.3.7","@codama/renderers-core":"^1.2.2","@solana/codecs-strings":"^3.0.3"},"_hasShrinkwrap":false,"devDependencies":{"tsup":"^8.5.0","agadoo":"^3.0.0","eslint":"^9.35.0","rimraf":"6.0.1","vitest":"^3.2.4","prettier":"^3.6.2","happy-dom":"^18.0.1","typescript":"^5.9.2","@types/node":"^24","@changesets/cli":"^2.29.7","@types/nunjucks":"^3.2.6","@codama/nodes-from-anchor":"^1.2.9","@changesets/changelog-github":"^0.5.1","@solana/eslint-config-solana":"^5.0.0","@solana/prettier-config-solana":"0.0.5"},"_npmOperationalInternal":{"tmp":"tmp/renderers-rust_1.2.6_1758278401678_0.056047344484603245","host":"s3://npm-registry-packages-npm-production"}},"1.2.7":{"name":"@codama/renderers-rust","version":"1.2.7","keywords":["solana","framework","standard","renderers","rust","client"],"license":"MIT","_id":"@codama/renderers-rust@1.2.7","maintainers":[{"name":"lorisleiva","email":"loris.leiva@gmail.com"}],"homepage":"https://github.com/codama-idl/renderers-rust#readme","bugs":{"url":"http://github.com/codama-idl/renderers-rust/issues"},"dist":{"shasum":"6dfb14f8e0127a40023833757443bac528e768e0","tarball":"https://registry.npmjs.org/@codama/renderers-rust/-/renderers-rust-1.2.7.tgz","fileCount":47,"integrity":"sha512-wD6JRfm4GZmY0vUhgHB1fTHIaCw3zrQ7PXl4Fv1hBNiX6hKor5vE72GkIztG/VCZkl1WWVJTNLRLho5oldN9LQ==","signatures":[{"sig":"MEUCIQCowvvVRcLhsn4DXflGB4f7UOLRPSKtqU1bMbtLC6HlNAIgNjQTSDUf3IZ50zadqjvnzPbXpmlLyajui/f1zfVvlgE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":355301},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:codama-renderers-rust-1.2.7.tgz","types":"./dist/types/index.d.ts","module":"./dist/index.node.mjs","engines":{"node":">=20.18.0"},"exports":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"types":"./dist/types/index.d.ts"},"scripts":{"dev":"vitest --project node","lint":"eslint . && prettier --check .","test":"pnpm test:types && pnpm test:treeshakability && pnpm test:unit && pnpm test:e2e && pnpm test:exports","build":"rimraf dist && tsup && tsc -p ./tsconfig.declarations.json","lint:fix":"eslint --fix . && prettier --write .","test:e2e":"./e2e/test.sh","test:unit":"vitest run","test:types":"tsc --noEmit","test:exports":"node ./test/exports/module.mjs && node ./test/exports/commonjs.cjs","publish-package":"pnpm build && changeset publish","test:treeshakability":"for file in dist/index.*.mjs; do agadoo $file; done"},"_npmUser":{"name":"lorisleiva","email":"loris.leiva@gmail.com"},"prettier":"@solana/prettier-config-solana","_resolved":"/tmp/a8cb8366f3052e57286e5d847451ebe0/codama-renderers-rust-1.2.7.tgz","_integrity":"sha512-wD6JRfm4GZmY0vUhgHB1fTHIaCw3zrQ7PXl4Fv1hBNiX6hKor5vE72GkIztG/VCZkl1WWVJTNLRLho5oldN9LQ==","repository":{"url":"git+https://github.com/codama-idl/renderers-rust.git","type":"git"},"_npmVersion":"10.8.2","description":"Renders Rust clients for your programs","directories":{},"sideEffects":false,"_nodeVersion":"20.19.5","browserslist":["supports bigint and not dead","maintained node versions"],"dependencies":{"nunjucks":"^3.2.4","@codama/nodes":"^1.3.7","@codama/errors":"^1.3.7","@codama/visitors-core":"^1.3.7","@codama/renderers-core":"^1.2.2","@solana/codecs-strings":"^3.0.3"},"_hasShrinkwrap":false,"devDependencies":{"tsup":"^8.5.0","agadoo":"^3.0.0","eslint":"^9.35.0","rimraf":"6.0.1","vitest":"^3.2.4","prettier":"^3.6.2","happy-dom":"^18.0.1","typescript":"^5.9.2","@types/node":"^24","@changesets/cli":"^2.29.7","@types/nunjucks":"^3.2.6","@codama/nodes-from-anchor":"^1.2.9","@changesets/changelog-github":"^0.5.1","@solana/eslint-config-solana":"^5.0.0","@solana/prettier-config-solana":"0.0.5"},"_npmOperationalInternal":{"tmp":"tmp/renderers-rust_1.2.7_1759138568400_0.893624825499427","host":"s3://npm-registry-packages-npm-production"}},"1.2.8":{"name":"@codama/renderers-rust","version":"1.2.8","keywords":["solana","framework","standard","renderers","rust","client"],"license":"MIT","_id":"@codama/renderers-rust@1.2.8","maintainers":[{"name":"lorisleiva","email":"loris.leiva@gmail.com"}],"homepage":"https://github.com/codama-idl/renderers-rust#readme","bugs":{"url":"http://github.com/codama-idl/renderers-rust/issues"},"dist":{"shasum":"c14abec33d5b8f4f8cbef982e036e6162811ebe8","tarball":"https://registry.npmjs.org/@codama/renderers-rust/-/renderers-rust-1.2.8.tgz","fileCount":47,"integrity":"sha512-ZxCIy8XKVK/oFfogawfzv2oC26mhGfSZ9tb8YW855bcj7BwatxNDG+l19MA1/tIEKUFhgz/oZiH2Ky1CWLCmXw==","signatures":[{"sig":"MEYCIQCIUa3gXNISNYuu+jjRokV6VQ224yhLYIWynP3c8JzDVAIhANiUtlQhHdhORDpBqQ150beNUQJI3eBMI/X0JONyQHpF","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":356295},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:codama-renderers-rust-1.2.8.tgz","types":"./dist/types/index.d.ts","module":"./dist/index.node.mjs","engines":{"node":">=20.18.0"},"exports":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"types":"./dist/types/index.d.ts"},"scripts":{"dev":"vitest --project node","lint":"eslint . && prettier --check .","test":"pnpm test:types && pnpm test:treeshakability && pnpm test:unit && pnpm test:e2e && pnpm test:exports","build":"rimraf dist && tsup && tsc -p ./tsconfig.declarations.json","lint:fix":"eslint --fix . && prettier --write .","test:e2e":"./e2e/test.sh","test:unit":"vitest run","test:types":"tsc --noEmit","test:exports":"node ./test/exports/module.mjs && node ./test/exports/commonjs.cjs","publish-package":"pnpm build && changeset publish","test:treeshakability":"for file in dist/index.*.mjs; do agadoo $file; done"},"_npmUser":{"name":"lorisleiva","email":"loris.leiva@gmail.com"},"prettier":"@solana/prettier-config-solana","_resolved":"/tmp/809c49a07e33ac04a000eae1ab79bf7c/codama-renderers-rust-1.2.8.tgz","_integrity":"sha512-ZxCIy8XKVK/oFfogawfzv2oC26mhGfSZ9tb8YW855bcj7BwatxNDG+l19MA1/tIEKUFhgz/oZiH2Ky1CWLCmXw==","repository":{"url":"git+https://github.com/codama-idl/renderers-rust.git","type":"git"},"_npmVersion":"10.8.2","description":"Renders Rust clients for your programs","directories":{},"sideEffects":false,"_nodeVersion":"20.19.5","browserslist":["supports bigint and not dead","maintained node versions"],"dependencies":{"nunjucks":"^3.2.4","@codama/nodes":"^1.4.1","@codama/errors":"^1.4.1","@codama/visitors-core":"^1.4.1","@codama/renderers-core":"^1.3.0","@solana/codecs-strings":"^5.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tsup":"^8.5.0","agadoo":"^3.0.0","eslint":"^9.35.0","rimraf":"6.1.2","vitest":"^4.0.1","prettier":"^3.6.2","happy-dom":"^20.0.0","typescript":"^5.9.2","@types/node":"^24","@changesets/cli":"^2.29.7","@types/nunjucks":"^3.2.6","@codama/nodes-from-anchor":"^1.3.3","@changesets/changelog-github":"^0.5.1","@solana/eslint-config-solana":"^5.0.0","@solana/prettier-config-solana":"0.0.5"},"_npmOperationalInternal":{"tmp":"tmp/renderers-rust_1.2.8_1764089168604_0.7708005133308959","host":"s3://npm-registry-packages-npm-production"}},"1.2.9":{"name":"@codama/renderers-rust","version":"1.2.9","keywords":["solana","framework","standard","renderers","rust","client"],"license":"MIT","_id":"@codama/renderers-rust@1.2.9","maintainers":[{"name":"lorisleiva","email":"loris.leiva@gmail.com"}],"homepage":"https://github.com/codama-idl/renderers-rust#readme","bugs":{"url":"http://github.com/codama-idl/renderers-rust/issues"},"dist":{"shasum":"6b7a2509dda59a4f0c8eb0911f3946ca5abfc191","tarball":"https://registry.npmjs.org/@codama/renderers-rust/-/renderers-rust-1.2.9.tgz","fileCount":47,"integrity":"sha512-6sc/g8LYHEa3MFqakEBRJito/1liv1jE1b6P1gGRz7z84YiGscPKh0pbcELlLPxyLraNTBYSA6V9EXrj2LLvIA==","signatures":[{"sig":"MEUCIQDeNG8iZ5jhPlxWY1tEqgZARhQlJwQbuc1RqJ5LY31U/AIgNKCa2mcM9j2ik4Az7ZQSq11HTm9VX11P1zFs5jJhmVE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":377780},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:codama-renderers-rust-1.2.9.tgz","types":"./dist/types/index.d.ts","module":"./dist/index.node.mjs","engines":{"node":">=20.18.0"},"exports":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"types":"./dist/types/index.d.ts"},"scripts":{"dev":"vitest --project node","lint":"eslint . && prettier --check .","test":"pnpm test:types && pnpm test:treeshakability && pnpm test:unit && pnpm test:e2e && pnpm test:exports","build":"rimraf dist && tsup && tsc -p ./tsconfig.declarations.json","lint:fix":"eslint --fix . && prettier --write .","test:e2e":"./e2e/test.sh","test:unit":"vitest run","test:types":"tsc --noEmit","test:exports":"node ./test/exports/module.mjs && node ./test/exports/commonjs.cjs","publish-package":"pnpm build && changeset publish","test:treeshakability":"for file in dist/index.*.mjs; do agadoo $file; done"},"_npmUser":{"name":"lorisleiva","email":"loris.leiva@gmail.com"},"prettier":"@solana/prettier-config-solana","_resolved":"/tmp/d708a7d2d48aaaef16a4e8df8cf25fb5/codama-renderers-rust-1.2.9.tgz","_integrity":"sha512-6sc/g8LYHEa3MFqakEBRJito/1liv1jE1b6P1gGRz7z84YiGscPKh0pbcELlLPxyLraNTBYSA6V9EXrj2LLvIA==","repository":{"url":"git+https://github.com/codama-idl/renderers-rust.git","type":"git"},"_npmVersion":"10.8.2","description":"Renders Rust clients for your programs","directories":{},"sideEffects":false,"_nodeVersion":"20.19.5","browserslist":["supports bigint and not dead","maintained node versions"],"dependencies":{"nunjucks":"^3.2.4","@codama/nodes":"^1.4.4","@codama/errors":"^1.4.4","@codama/visitors-core":"^1.4.4","@codama/renderers-core":"^1.3.3","@solana/codecs-strings":"^5.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tsup":"^8.5.0","agadoo":"^3.0.0","eslint":"^9.35.0","rimraf":"6.1.2","vitest":"^4.0.1","prettier":"^3.6.2","happy-dom":"^20.0.0","typescript":"^5.9.2","@types/node":"^24","@changesets/cli":"^2.29.7","@types/nunjucks":"^3.2.6","@codama/nodes-from-anchor":"^1.3.6","@changesets/changelog-github":"^0.5.1","@solana/eslint-config-solana":"^5.0.0","@solana/prettier-config-solana":"0.0.5"},"_npmOperationalInternal":{"tmp":"tmp/renderers-rust_1.2.9_1764697235900_0.877665851075881","host":"s3://npm-registry-packages-npm-production"}},"2.0.0":{"name":"@codama/renderers-rust","version":"2.0.0","keywords":["solana","framework","standard","renderers","rust","client"],"license":"MIT","_id":"@codama/renderers-rust@2.0.0","maintainers":[{"name":"lorisleiva","email":"loris.leiva@gmail.com"}],"homepage":"https://github.com/codama-idl/renderers-rust#readme","bugs":{"url":"http://github.com/codama-idl/renderers-rust/issues"},"dist":{"shasum":"5c9737a9cd5ba280ce652c40d75c6229fb0cc15d","tarball":"https://registry.npmjs.org/@codama/renderers-rust/-/renderers-rust-2.0.0.tgz","fileCount":51,"integrity":"sha512-un4SoFTVz51hrA+9q/klYQybIHhKnLTK3TnphzeBWKBig1z5WEI11YdfFvi8kEl03m97fg13kwHvhBPpkSxt9A==","signatures":[{"sig":"MEYCIQCpgqtG2YeIKokLw8hbFcjnfTP/6Cm9+eWU+r6tpQ1I3AIhANg7b4ILKdyErKuJzpRZKNhhKvqGXXAtsj6tIwwcx/3n","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":459655},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:codama-renderers-rust-2.0.0.tgz","types":"./dist/types/index.d.ts","module":"./dist/index.node.mjs","engines":{"node":">=20.18.0"},"exports":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"types":"./dist/types/index.d.ts"},"scripts":{"dev":"vitest --project node","lint":"eslint . && prettier --check .","test":"pnpm test:types && pnpm test:treeshakability && pnpm test:unit && pnpm test:e2e && pnpm test:exports","build":"rimraf dist && tsup && tsc -p ./tsconfig.declarations.json","lint:fix":"eslint --fix . && prettier --write .","test:e2e":"./e2e/test.sh","test:unit":"vitest run","test:types":"tsc --noEmit","test:exports":"node ./test/exports/module.mjs && node ./test/exports/commonjs.cjs","publish-package":"pnpm build && changeset publish","test:treeshakability":"for file in dist/index.*.mjs; do agadoo $file; done"},"_npmUser":{"name":"lorisleiva","email":"loris.leiva@gmail.com"},"prettier":"@solana/prettier-config-solana","_resolved":"/tmp/b4f2613f930558fd6498200bbc805234/codama-renderers-rust-2.0.0.tgz","_integrity":"sha512-un4SoFTVz51hrA+9q/klYQybIHhKnLTK3TnphzeBWKBig1z5WEI11YdfFvi8kEl03m97fg13kwHvhBPpkSxt9A==","repository":{"url":"git+https://github.com/codama-idl/renderers-rust.git","type":"git"},"_npmVersion":"10.8.2","description":"Renders Rust clients for your programs","directories":{},"sideEffects":false,"_nodeVersion":"20.20.0","browserslist":["supports bigint and not dead","maintained node versions"],"dependencies":{"semver":"^7.7.3","nunjucks":"^3.2.4","@iarna/toml":"^2.2.5","@codama/nodes":"^1.5.0","@codama/errors":"^1.5.0","@codama/visitors-core":"^1.5.0","@codama/renderers-core":"^1.3.5","@solana/codecs-strings":"^6.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tsup":"^8.5.0","agadoo":"^3.0.0","eslint":"^9.35.0","rimraf":"6.1.2","vitest":"^4.0.1","prettier":"^3.6.2","happy-dom":"^20.0.0","typescript":"^5.9.2","@types/node":"^25","@types/semver":"^7.7.1","@changesets/cli":"^2.29.7","@types/nunjucks":"^3.2.6","@codama/nodes-from-anchor":"^1.3.6","@changesets/changelog-github":"^0.5.1","@solana/eslint-config-solana":"^5.0.0","@solana/prettier-config-solana":"0.0.5"},"_npmOperationalInternal":{"tmp":"tmp/renderers-rust_2.0.0_1771331338288_0.5785679198799403","host":"s3://npm-registry-packages-npm-production"}},"2.0.1":{"name":"@codama/renderers-rust","version":"2.0.1","keywords":["solana","framework","standard","renderers","rust","client"],"license":"MIT","_id":"@codama/renderers-rust@2.0.1","maintainers":[{"name":"lorisleiva","email":"loris.leiva@gmail.com"}],"homepage":"https://github.com/codama-idl/renderers-rust#readme","bugs":{"url":"http://github.com/codama-idl/renderers-rust/issues"},"dist":{"shasum":"656679334699bb2ed1ddb99f102b0296c08d1a0e","tarball":"https://registry.npmjs.org/@codama/renderers-rust/-/renderers-rust-2.0.1.tgz","fileCount":51,"integrity":"sha512-DPjnyczkdebMUliBDRsxTsMCrEsvDcpPtT6WH+yK2n2a9tvTOFQt0VMIBrA4+nxRAyuaKxk1C2cgMgw3Y4EZnQ==","signatures":[{"sig":"MEYCIQDxP5NGgKie/qAfjKDfIEva/IVfUcp7y0PAyEZ+X/gNygIhANVEKvWxkSj5nYdLuwj/0yTLYd/hOQy8mPGuci/6x6Ej","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":459578},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:codama-renderers-rust-2.0.1.tgz","types":"./dist/types/index.d.ts","module":"./dist/index.node.mjs","engines":{"node":">=20.18.0"},"exports":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"types":"./dist/types/index.d.ts"},"scripts":{"dev":"vitest --project node","lint":"eslint . && prettier --check .","test":"pnpm test:types && pnpm test:treeshakability && pnpm test:unit && pnpm test:e2e && pnpm test:exports","build":"rimraf dist && tsup && tsc -p ./tsconfig.declarations.json","lint:fix":"eslint --fix . && prettier --write .","test:e2e":"./e2e/test.sh","test:unit":"vitest run","test:types":"tsc --noEmit","test:exports":"node ./test/exports/module.mjs && node ./test/exports/commonjs.cjs","publish-package":"pnpm build && changeset publish","test:treeshakability":"for file in dist/index.*.mjs; do agadoo $file; done"},"_npmUser":{"name":"lorisleiva","email":"loris.leiva@gmail.com"},"prettier":"@solana/prettier-config-solana","_resolved":"/tmp/35394b09ab6a2f65fe943d52f880bb34/codama-renderers-rust-2.0.1.tgz","_integrity":"sha512-DPjnyczkdebMUliBDRsxTsMCrEsvDcpPtT6WH+yK2n2a9tvTOFQt0VMIBrA4+nxRAyuaKxk1C2cgMgw3Y4EZnQ==","repository":{"url":"git+https://github.com/codama-idl/renderers-rust.git","type":"git"},"_npmVersion":"10.8.2","description":"Renders Rust clients for your programs","directories":{},"sideEffects":false,"_nodeVersion":"20.20.0","browserslist":["supports bigint and not dead","maintained node versions"],"dependencies":{"semver":"^7.7.3","nunjucks":"^3.2.4","@iarna/toml":"^2.2.5","@codama/nodes":"^1.5.0","@codama/errors":"^1.5.0","@codama/visitors-core":"^1.5.0","@codama/renderers-core":"^1.3.5","@solana/codecs-strings":"^6.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tsup":"^8.5.0","agadoo":"^3.0.0","eslint":"^9.35.0","rimraf":"6.1.2","vitest":"^4.0.1","prettier":"^3.6.2","happy-dom":"^20.0.0","typescript":"^5.9.2","@types/node":"^25","@types/semver":"^7.7.1","@changesets/cli":"^2.29.7","@types/nunjucks":"^3.2.6","@codama/nodes-from-anchor":"^1.3.6","@changesets/changelog-github":"^0.5.1","@solana/eslint-config-solana":"^5.0.0","@solana/prettier-config-solana":"0.0.5"},"_npmOperationalInternal":{"tmp":"tmp/renderers-rust_2.0.1_1772022028456_0.4104957186817224","host":"s3://npm-registry-packages-npm-production"}},"3.0.0":{"name":"@codama/renderers-rust","version":"3.0.0","keywords":["solana","framework","standard","renderers","rust","client"],"license":"MIT","_id":"@codama/renderers-rust@3.0.0","maintainers":[{"name":"lorisleiva","email":"loris.leiva@gmail.com"}],"homepage":"https://github.com/codama-idl/renderers-rust#readme","bugs":{"url":"http://github.com/codama-idl/renderers-rust/issues"},"dist":{"shasum":"bac7ad0e1bdcacb9f731800addf03e2e06804e3b","tarball":"https://registry.npmjs.org/@codama/renderers-rust/-/renderers-rust-3.0.0.tgz","fileCount":51,"integrity":"sha512-ompxoDfZGF2OtCDoSHfG+hwbsmTgzesFx7LwQMyNxiBRIHL23b6ct61CNABho5TQe/svsh679USmeUCtURHxMQ==","signatures":[{"sig":"MEQCICkakJLIiY+77xtAz5OQmoEbooz1SpDBcDwUcs/oMreUAiADRcfDKZri1ZGCZxEdUEwv9lBBatokZvU7KZn5tvjiTg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457469},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:codama-renderers-rust-3.0.0.tgz","types":"./dist/types/index.d.ts","module":"./dist/index.node.mjs","engines":{"node":">=20.18.0"},"exports":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"types":"./dist/types/index.d.ts"},"scripts":{"dev":"vitest --project node","lint":"eslint . && prettier --check .","test":"pnpm test:types && pnpm test:treeshakability && pnpm test:unit && pnpm test:e2e && pnpm test:exports","build":"rimraf dist && tsup && tsc -p ./tsconfig.declarations.json","lint:fix":"eslint --fix . && prettier --write .","test:e2e":"./e2e/test.sh","test:unit":"vitest run","test:types":"tsc --noEmit","test:exports":"node ./test/exports/module.mjs && node ./test/exports/commonjs.cjs","publish-package":"pnpm build && changeset publish","test:treeshakability":"for file in dist/index.*.mjs; do agadoo $file; done"},"_npmUser":{"name":"lorisleiva","email":"loris.leiva@gmail.com"},"prettier":"@solana/prettier-config-solana","_resolved":"/tmp/ccef352bae1e1ddcb57419b6c0653f01/codama-renderers-rust-3.0.0.tgz","_integrity":"sha512-ompxoDfZGF2OtCDoSHfG+hwbsmTgzesFx7LwQMyNxiBRIHL23b6ct61CNABho5TQe/svsh679USmeUCtURHxMQ==","repository":{"url":"git+https://github.com/codama-idl/renderers-rust.git","type":"git"},"_npmVersion":"10.8.2","description":"Renders Rust clients for your programs","directories":{},"sideEffects":false,"_nodeVersion":"20.20.0","browserslist":["supports bigint and not dead","maintained node versions"],"dependencies":{"semver":"^7.7.3","nunjucks":"^3.2.4","@iarna/toml":"^2.2.5","@codama/nodes":"^1.5.0","@codama/errors":"^1.5.0","@codama/visitors-core":"^1.5.0","@codama/renderers-core":"^1.3.5","@solana/codecs-strings":"^6.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tsup":"^8.5.0","agadoo":"^3.0.0","eslint":"^9.35.0","rimraf":"6.1.2","vitest":"^4.0.1","prettier":"^3.6.2","happy-dom":"^20.0.0","typescript":"^5.9.2","@types/node":"^25","@types/semver":"^7.7.1","@changesets/cli":"^2.29.7","@types/nunjucks":"^3.2.6","@codama/nodes-from-anchor":"^1.3.6","@changesets/changelog-github":"^0.5.1","@solana/eslint-config-solana":"^5.0.0","@solana/prettier-config-solana":"0.0.5"},"_npmOperationalInternal":{"tmp":"tmp/renderers-rust_3.0.0_1773154870883_0.8905032842290623","host":"s3://npm-registry-packages-npm-production"}},"3.1.0":{"name":"@codama/renderers-rust","version":"3.1.0","keywords":["solana","framework","standard","renderers","rust","client"],"license":"MIT","_id":"@codama/renderers-rust@3.1.0","maintainers":[{"name":"lorisleiva","email":"loris.leiva@gmail.com"}],"homepage":"https://github.com/codama-idl/renderers-rust#readme","bugs":{"url":"http://github.com/codama-idl/renderers-rust/issues"},"dist":{"shasum":"42845575c3c6de4e120938cb238201c21d1bb7aa","tarball":"https://registry.npmjs.org/@codama/renderers-rust/-/renderers-rust-3.1.0.tgz","fileCount":51,"integrity":"sha512-E/GSUCuiIpFj+ij3NbduH/h3sNDo39Bq14vj2atxdbbrPmu4clWvIEjXtbmP03qhudH73TxbYO8dWg/NwRi18A==","signatures":[{"sig":"MEYCIQD2Dah/O7KcsyZVtOrzlWWaf7lF8KqV4WjVRtuao1Z5TgIhAPjN4MwHZ1do/qapax8wFykJLTESGAHaqvfsI1qvP6MV","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457519},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:codama-renderers-rust-3.1.0.tgz","types":"./dist/types/index.d.ts","module":"./dist/index.node.mjs","engines":{"node":">=20.18.0"},"exports":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"types":"./dist/types/index.d.ts"},"scripts":{"dev":"vitest --project node","lint":"eslint . && prettier --check .","test":"pnpm test:types && pnpm test:treeshakability && pnpm test:unit && pnpm test:e2e && pnpm test:exports","build":"rimraf dist && tsup && tsc -p ./tsconfig.declarations.json","lint:fix":"eslint --fix . && prettier --write .","test:e2e":"./e2e/test.sh","test:unit":"vitest run","test:types":"tsc --noEmit","test:exports":"node ./test/exports/module.mjs && node ./test/exports/commonjs.cjs","publish-package":"pnpm build && changeset publish","test:treeshakability":"for file in dist/index.*.mjs; do agadoo $file; done"},"_npmUser":{"name":"lorisleiva","email":"loris.leiva@gmail.com"},"prettier":"@solana/prettier-config-solana","_resolved":"/tmp/86a93ce5bd266d37e98b81bfe96113ca/codama-renderers-rust-3.1.0.tgz","_integrity":"sha512-E/GSUCuiIpFj+ij3NbduH/h3sNDo39Bq14vj2atxdbbrPmu4clWvIEjXtbmP03qhudH73TxbYO8dWg/NwRi18A==","repository":{"url":"git+https://github.com/codama-idl/renderers-rust.git","type":"git"},"_npmVersion":"10.8.2","description":"Renders Rust clients for your programs","directories":{},"sideEffects":false,"_nodeVersion":"20.20.2","browserslist":["supports bigint and not dead","maintained node versions"],"dependencies":{"semver":"^7.7.3","nunjucks":"^3.2.4","@iarna/toml":"^2.2.5","@codama/nodes":"^1.5.0","@codama/errors":"^1.5.0","@codama/visitors-core":"^1.5.0","@codama/renderers-core":"^1.3.5","@solana/codecs-strings":"^6.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tsup":"^8.5.0","agadoo":"^3.0.0","eslint":"^9.35.0","rimraf":"6.1.2","vitest":"^4.0.1","prettier":"^3.6.2","happy-dom":"^20.0.0","typescript":"^5.9.2","@types/node":"^25","@types/semver":"^7.7.1","@changesets/cli":"^2.29.7","@types/nunjucks":"^3.2.6","@codama/nodes-from-anchor":"^1.3.6","@changesets/changelog-github":"^0.5.1","@solana/eslint-config-solana":"^5.0.0","@solana/prettier-config-solana":"0.0.5"},"_npmOperationalInternal":{"tmp":"tmp/renderers-rust_3.1.0_1776849525414_0.8003302940254404","host":"s3://npm-registry-packages-npm-production"}},"3.1.1":{"name":"@codama/renderers-rust","version":"3.1.1","keywords":["solana","framework","standard","renderers","rust","client"],"license":"MIT","_id":"@codama/renderers-rust@3.1.1","maintainers":[{"name":"lorisleiva","email":"loris.leiva@gmail.com"}],"homepage":"https://github.com/codama-idl/renderers-rust#readme","bugs":{"url":"http://github.com/codama-idl/renderers-rust/issues"},"dist":{"shasum":"e431777206b6fe2d695dec0bc1bc79e7649bd631","tarball":"https://registry.npmjs.org/@codama/renderers-rust/-/renderers-rust-3.1.1.tgz","fileCount":51,"integrity":"sha512-XlKCWmxmz2G7W3A7HM/hVgdEAR7Shmd07FZJ9LwdIUUFQzH4T31/mmc0zW9Ot6breTIQprrh4ikz70BvbJtG+w==","signatures":[{"sig":"MEUCIHLi0778P0rBvrxkmUy1SrLwma+fgv0KLnDwtYdFg32hAiEAw35R8lA/y3wRyUg8rRqhKoTaad6eKQ+aIJja/DEZW+k=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":457519},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:codama-renderers-rust-3.1.1.tgz","types":"./dist/types/index.d.ts","module":"./dist/index.node.mjs","engines":{"node":">=20.18.0"},"exports":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"types":"./dist/types/index.d.ts"},"scripts":{"dev":"vitest --project node","lint":"eslint . && prettier --check .","test":"pnpm test:types && pnpm test:treeshakability && pnpm test:unit && pnpm test:e2e && pnpm test:exports","build":"rimraf dist && tsup && tsc -p ./tsconfig.declarations.json","lint:fix":"eslint --fix . && prettier --write .","test:e2e":"./e2e/test.sh","test:unit":"vitest run","test:types":"tsc --noEmit","test:exports":"node ./test/exports/module.mjs && node ./test/exports/commonjs.cjs","publish-package":"pnpm build && changeset publish","test:treeshakability":"for file in dist/index.*.mjs; do agadoo $file; done"},"_npmUser":{"name":"lorisleiva","email":"loris.leiva@gmail.com"},"prettier":"@solana/prettier-config-solana","_resolved":"/tmp/369547fac4eef181938829bd632e499e/codama-renderers-rust-3.1.1.tgz","_integrity":"sha512-XlKCWmxmz2G7W3A7HM/hVgdEAR7Shmd07FZJ9LwdIUUFQzH4T31/mmc0zW9Ot6breTIQprrh4ikz70BvbJtG+w==","repository":{"url":"git+https://github.com/codama-idl/renderers-rust.git","type":"git"},"_npmVersion":"10.8.2","description":"Renders Rust clients for your programs","directories":{},"sideEffects":false,"_nodeVersion":"20.20.2","browserslist":["supports bigint and not dead","maintained node versions"],"dependencies":{"semver":"^7.7.3","nunjucks":"^3.2.4","@iarna/toml":"^2.2.5","@codama/nodes":"^1.8.0","@codama/errors":"^1.8.0","@codama/visitors-core":"^1.8.0","@codama/renderers-core":"^1.3.9","@solana/codecs-strings":"^6.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tsup":"^8.5.0","agadoo":"^3.0.0","eslint":"^9.35.0","rimraf":"6.1.3","vitest":"^4.0.1","prettier":"^3.6.2","happy-dom":"^20.0.0","typescript":"^5.9.2","@types/node":"^25","@types/semver":"^7.7.1","@changesets/cli":"^2.29.7","@types/nunjucks":"^3.2.6","@codama/nodes-from-anchor":"^1.5.1","@changesets/changelog-github":"^0.7.0","@solana/eslint-config-solana":"^5.0.0","@solana/prettier-config-solana":"0.0.5"},"_npmOperationalInternal":{"tmp":"tmp/renderers-rust_3.1.1_1784824555913_0.6915019473751072","host":"s3://npm-registry-packages-npm-production"}},"3.1.2":{"name":"@codama/renderers-rust","version":"3.1.2","keywords":["solana","framework","standard","renderers","rust","client"],"license":"MIT","_id":"@codama/renderers-rust@3.1.2","maintainers":[{"name":"lorisleiva","email":"loris.leiva@gmail.com"}],"homepage":"https://github.com/codama-idl/renderers-rust#readme","bugs":{"url":"http://github.com/codama-idl/renderers-rust/issues"},"dist":{"shasum":"1eaaf9aafdb03c16a589e0db6f04304dcc3b6093","tarball":"https://registry.npmjs.org/@codama/renderers-rust/-/renderers-rust-3.1.2.tgz","fileCount":51,"integrity":"sha512-Yh/6VsvKSqzYHzApJkUAxTV9tUIxvAxbfXKj1ghTJovLyoXb8H9pGtYtTRSJ6MbaLZHeqFp7qeZ8jkl9xNublg==","signatures":[{"sig":"MEUCIEiQw9CIPXhBWz4QtWmuo6sNcAaTRXc+X+igWIanU7asAiEAjyb2HIiu06qpxhHAx2whQ2vkDehTIOAKRGdsRyuvzyw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":459597},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:codama-renderers-rust-3.1.2.tgz","types":"./dist/types/index.d.ts","module":"./dist/index.node.mjs","engines":{"node":">=20.18.0"},"exports":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"types":"./dist/types/index.d.ts"},"scripts":{"dev":"vitest --project node","lint":"eslint . && prettier --check .","test":"pnpm test:types && pnpm test:treeshakability && pnpm test:unit && pnpm test:e2e && pnpm test:exports","build":"rimraf dist && tsup && tsc -p ./tsconfig.declarations.json","lint:fix":"eslint --fix . && prettier --write .","test:e2e":"./e2e/test.sh","test:unit":"vitest run","test:types":"tsc --noEmit","test:exports":"node ./test/exports/module.mjs && node ./test/exports/commonjs.cjs","publish-package":"pnpm build && changeset publish","test:treeshakability":"for file in dist/index.*.mjs; do agadoo $file; done"},"_npmUser":{"name":"lorisleiva","email":"loris.leiva@gmail.com"},"prettier":"@solana/prettier-config-solana","_resolved":"/tmp/784c633e38588f4dea59ad4c4f5acf58/codama-renderers-rust-3.1.2.tgz","_integrity":"sha512-Yh/6VsvKSqzYHzApJkUAxTV9tUIxvAxbfXKj1ghTJovLyoXb8H9pGtYtTRSJ6MbaLZHeqFp7qeZ8jkl9xNublg==","repository":{"url":"git+https://github.com/codama-idl/renderers-rust.git","type":"git"},"_npmVersion":"10.8.2","description":"Renders Rust clients for your programs","directories":{},"sideEffects":false,"_nodeVersion":"20.20.2","browserslist":["supports bigint and not dead","maintained node versions"],"dependencies":{"semver":"^7.7.3","nunjucks":"^3.2.4","@iarna/toml":"^2.2.5","@codama/nodes":"^1.10.0","@codama/errors":"^1.10.0","@codama/visitors-core":"^1.10.0","@codama/renderers-core":"^1.3.11","@solana/codecs-strings":"^7.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tsup":"^8.5.0","agadoo":"^3.0.0","eslint":"^9.35.0","rimraf":"6.1.3","vitest":"^4.0.1","prettier":"^3.6.2","happy-dom":"^20.0.0","typescript":"^5.9.2","@types/node":"^26","@types/semver":"^7.7.1","@changesets/cli":"^2.29.7","@types/nunjucks":"^3.2.6","@codama/nodes-from-anchor":"^1.5.3","@changesets/changelog-github":"^0.7.0","@solana/eslint-config-solana":"^6.0.1","@solana/prettier-config-solana":"0.0.5"},"_npmOperationalInternal":{"tmp":"tmp/renderers-rust_3.1.2_1785156056183_0.7472617574148763","host":"s3://npm-registry-packages-npm-production"}},"2.0.2":{"name":"@codama/renderers-rust","version":"2.0.2","keywords":["solana","framework","standard","renderers","rust","client"],"license":"MIT","_id":"@codama/renderers-rust@2.0.2","maintainers":[{"name":"lorisleiva","email":"loris.leiva@gmail.com"}],"homepage":"https://github.com/codama-idl/renderers-rust#readme","bugs":{"url":"http://github.com/codama-idl/renderers-rust/issues"},"dist":{"shasum":"d184e4dae9ac024ce091d363116934edf61346d0","tarball":"https://registry.npmjs.org/@codama/renderers-rust/-/renderers-rust-2.0.2.tgz","fileCount":51,"integrity":"sha512-+ibKwY8Q+88AMyylCFIKIVvHhxmo1Jb7un1ekgKwqcv4Y4pzeLF9T7hHAzClAQV3TqdhRvUS85+aJnqPPv/KJQ==","signatures":[{"sig":"MEUCIQCFn7S0xP2Iyzu37eU4bxdAYX8iV+td/P8YQUoDzTd1UwIgYKIVQ3mY4z3WxdLGUmfLF4eLR3YSy/u0ieF57bYCqA4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":461674},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:codama-renderers-rust-2.0.2.tgz","types":"./dist/types/index.d.ts","module":"./dist/index.node.mjs","engines":{"node":">=20.18.0"},"exports":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"types":"./dist/types/index.d.ts"},"scripts":{"dev":"vitest --project node","lint":"eslint . && prettier --check .","test":"pnpm test:types && pnpm test:treeshakability && pnpm test:unit && pnpm test:e2e && pnpm test:exports","build":"rimraf dist && tsup && tsc -p ./tsconfig.declarations.json","lint:fix":"eslint --fix . && prettier --write .","test:e2e":"./e2e/test.sh","test:unit":"vitest run","test:types":"tsc --noEmit","test:exports":"node ./test/exports/module.mjs && node ./test/exports/commonjs.cjs","publish-package":"pnpm build && changeset publish --tag release-2.x","test:treeshakability":"for file in dist/index.*.mjs; do agadoo $file; done"},"_npmUser":{"name":"lorisleiva","email":"loris.leiva@gmail.com"},"prettier":"@solana/prettier-config-solana","_resolved":"/tmp/6b8fb1211b9b0a8d48b96af08ffb0947/codama-renderers-rust-2.0.2.tgz","_integrity":"sha512-+ibKwY8Q+88AMyylCFIKIVvHhxmo1Jb7un1ekgKwqcv4Y4pzeLF9T7hHAzClAQV3TqdhRvUS85+aJnqPPv/KJQ==","repository":{"url":"git+https://github.com/codama-idl/renderers-rust.git","type":"git"},"_npmVersion":"10.8.2","description":"Renders Rust clients for your programs","directories":{},"sideEffects":false,"_nodeVersion":"20.20.2","browserslist":["supports bigint and not dead","maintained node versions"],"dependencies":{"semver":"^7.7.3","nunjucks":"^3.2.4","@iarna/toml":"^2.2.5","@codama/nodes":"^1.10.0","@codama/errors":"^1.10.0","@codama/visitors-core":"^1.10.0","@codama/renderers-core":"^1.3.11","@solana/codecs-strings":"^6.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tsup":"^8.5.0","agadoo":"^3.0.0","eslint":"^9.35.0","rimraf":"6.1.2","vitest":"^4.0.1","prettier":"^3.6.2","happy-dom":"^20.0.0","typescript":"^5.9.2","@types/node":"^25","@types/semver":"^7.7.1","@changesets/cli":"^2.29.7","@types/nunjucks":"^3.2.6","@codama/nodes-from-anchor":"^1.5.3","@changesets/changelog-github":"^0.5.1","@solana/eslint-config-solana":"^5.0.0","@solana/prettier-config-solana":"0.0.5"},"_npmOperationalInternal":{"tmp":"tmp/renderers-rust_2.0.2_1785226378549_0.12923201300237097","host":"s3://npm-registry-packages-npm-production"}},"1.2.10":{"name":"@codama/renderers-rust","version":"1.2.10","keywords":["solana","framework","standard","renderers","rust","client"],"license":"MIT","_id":"@codama/renderers-rust@1.2.10","maintainers":[{"name":"lorisleiva","email":"loris.leiva@gmail.com"}],"homepage":"https://github.com/codama-idl/renderers-rust#readme","bugs":{"url":"http://github.com/codama-idl/renderers-rust/issues"},"dist":{"shasum":"30518e7a2bcd672a63f018d84c793adc0acfb3ea","tarball":"https://registry.npmjs.org/@codama/renderers-rust/-/renderers-rust-1.2.10.tgz","fileCount":47,"integrity":"sha512-RJSmpdNm0mDzKPv7OTNYX19RKd24TSHXWOEVotyYc2HZf23iS8/VkU0Day4qkJlEcpPemtMitcI4vjDHYH2rhQ==","signatures":[{"sig":"MEQCICXtm4uiQgKprRUGERuHWsf5Bh4r8xcZ1+nI6vFGaDTWAiAadciog4FK9MAeIlR/7covLpLbc152DpBwSFxAgTqWVw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":379877},"main":"./dist/index.node.cjs","type":"commonjs","_from":"file:codama-renderers-rust-1.2.10.tgz","types":"./dist/types/index.d.ts","module":"./dist/index.node.mjs","engines":{"node":">=20.18.0"},"exports":{"node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"},"types":"./dist/types/index.d.ts"},"scripts":{"dev":"vitest --project node","lint":"eslint . && prettier --check .","test":"pnpm test:types && pnpm test:treeshakability && pnpm test:unit && pnpm test:e2e && pnpm test:exports","build":"rimraf dist && tsup && tsc -p ./tsconfig.declarations.json","lint:fix":"eslint --fix . && prettier --write .","test:e2e":"./e2e/test.sh","test:unit":"vitest run","test:types":"tsc --noEmit","test:exports":"node ./test/exports/module.mjs && node ./test/exports/commonjs.cjs","publish-package":"pnpm build && changeset publish --tag release-1.x","test:treeshakability":"for file in dist/index.*.mjs; do agadoo $file; done"},"_npmUser":{"name":"lorisleiva","email":"loris.leiva@gmail.com"},"prettier":"@solana/prettier-config-solana","_resolved":"/tmp/c7d5315675ef02606af040f13e917b8d/codama-renderers-rust-1.2.10.tgz","_integrity":"sha512-RJSmpdNm0mDzKPv7OTNYX19RKd24TSHXWOEVotyYc2HZf23iS8/VkU0Day4qkJlEcpPemtMitcI4vjDHYH2rhQ==","repository":{"url":"git+https://github.com/codama-idl/renderers-rust.git","type":"git"},"_npmVersion":"10.8.2","description":"Renders Rust clients for your programs","directories":{},"sideEffects":false,"_nodeVersion":"20.20.2","browserslist":["supports bigint and not dead","maintained node versions"],"dependencies":{"nunjucks":"^3.2.4","@codama/nodes":"^1.10.0","@codama/errors":"^1.10.0","@codama/visitors-core":"^1.10.0","@codama/renderers-core":"^1.3.11","@solana/codecs-strings":"^5.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tsup":"^8.5.0","agadoo":"^3.0.0","eslint":"^9.35.0","rimraf":"6.1.2","vitest":"^4.0.1","prettier":"^3.6.2","happy-dom":"^20.0.0","typescript":"^5.9.2","@types/node":"^24","@changesets/cli":"^2.29.7","@types/nunjucks":"^3.2.6","@codama/nodes-from-anchor":"^1.5.3","@changesets/changelog-github":"^0.5.1","@solana/eslint-config-solana":"^5.0.0","@solana/prettier-config-solana":"0.0.5"},"_npmOperationalInternal":{"tmp":"tmp/renderers-rust_1.2.10_1785226840956_0.054274789681951985","host":"s3://npm-registry-packages-npm-production"}},"3.1.3":{"name":"@codama/renderers-rust","version":"3.1.3","description":"Renders Rust clients for your programs","exports":{"types":"./dist/types/index.d.ts","node":{"import":"./dist/index.node.mjs","require":"./dist/index.node.cjs"}},"main":"./dist/index.node.cjs","module":"./dist/index.node.mjs","types":"./dist/types/index.d.ts","type":"commonjs","sideEffects":false,"keywords":["solana","framework","standard","renderers","rust","client"],"dependencies":{"@codama/errors":"^1.10.0","@codama/nodes":"^1.10.0","@codama/renderers-core":"^1.3.11","@codama/visitors-core":"^1.10.0","@iarna/toml":"^2.2.5","@solana/codecs-strings":"^7.0.0","nunjucks":"^3.2.4","semver":"^7.7.3"},"devDependencies":{"@changesets/changelog-github":"^0.7.0","@changesets/cli":"^2.29.7","@codama/nodes-from-anchor":"^1.5.3","@solana/eslint-config-solana":"^6.0.1","@solana/prettier-config-solana":"0.0.5","@types/node":"^26","@types/nunjucks":"^3.2.6","@types/semver":"^7.7.1","agadoo":"^3.0.0","eslint":"^9.35.0","happy-dom":"^20.0.0","prettier":"^3.6.2","rimraf":"6.1.3","tsup":"^8.5.0","typescript":"^5.9.2","vitest":"^4.0.1"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/codama-idl/renderers-rust.git"},"bugs":{"url":"http://github.com/codama-idl/renderers-rust/issues"},"browserslist":["supports bigint and not dead","maintained node versions"],"engines":{"node":">=20.18.0"},"prettier":"@solana/prettier-config-solana","scripts":{"build":"rimraf dist && tsup && tsc -p ./tsconfig.declarations.json","dev":"vitest --project node","lint":"eslint . && prettier --check .","lint:fix":"eslint --fix . && prettier --write .","publish-package":"pnpm build && changeset publish","test":"pnpm test:types && pnpm test:treeshakability && pnpm test:unit && pnpm test:e2e && pnpm test:exports","test:e2e":"./e2e/test.sh","test:exports":"node ./test/exports/module.mjs && node ./test/exports/commonjs.cjs","test:treeshakability":"for file in dist/index.*.mjs; do agadoo $file; done","test:types":"tsc --noEmit","test:unit":"vitest run"},"_id":"@codama/renderers-rust@3.1.3","homepage":"https://github.com/codama-idl/renderers-rust#readme","_integrity":"sha512-z5hPKlqT/0umZOdVMZfRw03mfN/GkdZ0z646cIComcosDk4VKTO4AFr98sg1L/aO5MXfoBrTfNOqYzD1fyUotg==","_resolved":"/tmp/d93047566d8382dc225f380bb86d74ed/codama-renderers-rust-3.1.3.tgz","_from":"file:codama-renderers-rust-3.1.3.tgz","_nodeVersion":"20.20.2","_npmVersion":"10.8.2","dist":{"integrity":"sha512-z5hPKlqT/0umZOdVMZfRw03mfN/GkdZ0z646cIComcosDk4VKTO4AFr98sg1L/aO5MXfoBrTfNOqYzD1fyUotg==","shasum":"facd6b2d90ca7224ae38489f1c4289265502b4dc","tarball":"https://registry.npmjs.org/@codama/renderers-rust/-/renderers-rust-3.1.3.tgz","fileCount":51,"unpackedSize":460049,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCICfmFjbCFU9PqVuLcTYa0aCH2lg2gMalBqKrdt6iZ1NMAiEAheC+jckLrl6nW5l7cmKwMRkVhFxILjOLzU28BKMgzh4="}]},"_npmUser":{"name":"lorisleiva","email":"loris.leiva@gmail.com"},"directories":{},"maintainers":[{"name":"lorisleiva","email":"loris.leiva@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/renderers-rust_3.1.3_1785320949589_0.8298482953600943"},"_hasShrinkwrap":false}},"time":{"created":"2024-10-09T16:24:49.441Z","modified":"2026-07-29T10:29:09.933Z","1.0.0":"2024-10-09T16:24:49.762Z","1.0.1":"2024-10-10T11:48:34.747Z","1.0.2":"2024-10-17T10:55:55.352Z","1.0.3":"2024-10-21T13:19:36.542Z","1.0.4":"2024-11-07T11:48:36.423Z","1.0.5":"2024-12-29T14:38:35.413Z","1.0.6":"2025-01-14T15:54:12.423Z","1.0.7":"2025-01-23T16:16:39.402Z","1.0.8":"2025-01-28T09:18:38.972Z","1.0.9":"2025-01-31T13:21:47.242Z","1.0.10":"2025-01-31T18:09:48.422Z","1.0.11":"2025-02-03T13:52:36.209Z","1.0.12":"2025-02-03T14:28:20.799Z","1.0.13":"2025-02-10T11:21:02.346Z","1.0.14":"2025-02-16T10:00:33.381Z","1.0.15":"2025-02-28T01:48:11.318Z","1.0.16":"2025-03-02T01:11:21.548Z","1.0.17":"2025-03-18T10:33:28.996Z","1.0.18":"2025-03-18T14:50:56.047Z","1.0.19":"2025-03-24T11:25:39.183Z","1.0.20":"2025-04-25T08:52:50.056Z","1.0.21":"2025-04-29T15:59:39.198Z","1.0.22":"2025-05-12T12:20:27.826Z","1.1.0":"2025-06-20T16:08:57.301Z","1.1.1":"2025-07-15T19:49:04.049Z","1.1.2":"2025-07-23T19:14:36.861Z","1.1.3":"2025-07-24T15:40:14.740Z","1.2.0":"2025-08-04T11:06:16.151Z","1.2.1":"2025-08-19T08:32:35.791Z","1.2.2":"2025-08-19T17:43:17.989Z","1.2.3":"2025-09-02T15:02:22.304Z","1.2.4":"2025-09-10T21:22:00.524Z","1.2.5":"2025-09-12T09:30:31.899Z","1.2.6":"2025-09-19T10:40:01.872Z","1.2.7":"2025-09-29T09:36:08.607Z","1.2.8":"2025-11-25T16:46:08.818Z","1.2.9":"2025-12-02T17:40:36.098Z","2.0.0":"2026-02-17T12:28:58.435Z","2.0.1":"2026-02-25T12:20:28.649Z","3.0.0":"2026-03-10T15:01:11.147Z","3.1.0":"2026-04-22T09:18:45.617Z","3.1.1":"2026-07-23T16:35:56.088Z","3.1.2":"2026-07-27T12:40:56.342Z","2.0.2":"2026-07-28T08:12:58.690Z","1.2.10":"2026-07-28T08:20:41.099Z","3.1.3":"2026-07-29T10:29:09.749Z"},"bugs":{"url":"http://github.com/codama-idl/renderers-rust/issues"},"license":"MIT","homepage":"https://github.com/codama-idl/renderers-rust#readme","keywords":["solana","framework","standard","renderers","rust","client"],"repository":{"type":"git","url":"git+https://github.com/codama-idl/renderers-rust.git"},"description":"Renders Rust clients for your programs","maintainers":[{"name":"lorisleiva","email":"loris.leiva@gmail.com"}],"readme":"# Codama ➤ Renderers ➤ Rust\n\n[![npm][npm-image]][npm-url]\n[![npm-downloads][npm-downloads-image]][npm-url]\n\n[npm-downloads-image]: https://img.shields.io/npm/dm/@codama/renderers-rust.svg?style=flat\n[npm-image]: https://img.shields.io/npm/v/@codama/renderers-rust.svg?style=flat&label=%40codama%2Frenderers-rust\n[npm-url]: https://www.npmjs.com/package/@codama/renderers-rust\n\nThis package generates Rust clients from your Codama IDLs.\n\n## Installation\n\n```sh\npnpm install @codama/renderers-rust\n```\n\n## Usage\n\nAdd the following script to your Codama configuration file. The first argument is the crate folder (where `Cargo.toml` lives) and the generated code will be output to `src/generated` within that folder by default.\n\n```json\n{\n    \"scripts\": {\n        \"rust\": {\n            \"from\": \"@codama/renderers-rust\",\n            \"args\": [\"clients/rust\"]\n        }\n    }\n}\n```\n\nAn object can be passed as a second argument to further configure the renderer. See the [Options](#options) section below for more details.\n\n## Options\n\nThe `renderVisitor` accepts the following options.\n\n| Name                          | Type                                                                                                                    | Default                 | Description                                                                                                                                                                                                                                                                                                                                          |\n| ----------------------------- | ----------------------------------------------------------------------------------------------------------------------- | ----------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |\n| `deleteFolderBeforeRendering` | `boolean`                                                                                                               | `true`                  | Whether the base directory should be cleaned before generating new files.                                                                                                                                                                                                                                                                            |\n| `formatCode`                  | `boolean`                                                                                                               | `false`                 | Whether we should use `cargo fmt` to format the generated code.                                                                                                                                                                                                                                                                                      |\n| `generatedFolder`             | `string`                                                                                                                | `'src/generated'`       | The path to the generated folder, relative to the crate folder provided as the first argument.                                                                                                                                                                                                                                                       |\n| `toolchain`                   | `string`                                                                                                                | `\"+stable\"`             | The toolchain to use when formatting the generated code.                                                                                                                                                                                                                                                                                             |\n| `linkOverrides`               | `Record<'accounts' \\| 'definedTypes' \\| 'instructions' \\| 'pdas' \\| 'programs' \\| 'resolvers', Record<string, string>>` | `{}`                    | A object that overrides the import path of link nodes. For instance, `{ definedTypes: { counter: 'hooked' } }` uses the `hooked` folder to import any link node referring to the `counter` type.                                                                                                                                                     |\n| `dependencyMap`               | `Record<string, string>`                                                                                                | `{}`                    | A mapping between import aliases and their actual crate name or path in Rust.                                                                                                                                                                                                                                                                        |\n| `dependencyVersions`          | `Record<string, CargoDependency>`                                                                                       | `{}`                    | A mapping between external crates — e.g. `solana-address` — and the version range we should use for them — e.g. `^3.0` or the equivalent dependency object — e.g. `{ version: \"^3.0\" }`. The renderer offers default values for all external dependencies it relies on but this option may be used to override some of these values or add new ones. |\n| `renderParentInstructions`    | `boolean`                                                                                                               | `false`                 | When using nested instructions, whether the parent instructions should also be rendered. When set to `false` (default), only the instruction leaves are being rendered.                                                                                                                                                                              |\n| `traitOptions`                | [`TraitOptions`](#trait-options)                                                                                        | `DEFAULT_TRAIT_OPTIONS` | A set of options that can be used to configure how traits are rendered for every Rust types. See [documentation below](#trait-options) for more information.                                                                                                                                                                                         |\n| `anchorTraits`                | `boolean`                                                                                                               | `true`                  | Whether to generate Anchor traits `impl` for account types.                                                                                                                                                                                                                                                                                          |\n| `syncCargoToml`               | `boolean`                                                                                                               | `false`                 | Whether to update the dependencies of the existing `Cargo.toml` — or create a new `Cargo.toml` when missing — at the crate folder provided as the first argument.                                                                                                                                                                                    |\n\n## Trait Options\n\nThe Rust renderer provides sensible default traits when generating the various Rust types you client will use. However, you may wish to configure these traits to better suit your needs. The `traitOptions` attribute is here to help you with that. Let's see the various settings it provides.\n\n### Default traits\n\nUsing the `traitOptions` attribute, you may configure the default traits that will be applied to every Rust type. These default traits can be configured using 4 different attributes:\n\n- `baseDefaults`: The default traits to implement for all types.\n- `dataEnumDefaults`: The default traits to implement for all data enum types, in addition to the `baseDefaults` traits. Data enums are enums with at least one non-unit variant — e.g. `pub enum Command { Write(String), Quit }`.\n- `scalarEnumDefaults`: The default traits to implement for all scalar enum types, in addition to the `baseDefaults` traits. Scalar enums are enums with unit variants only — e.g. `pub enum Feedback { Good, Bad }`.\n- `structDefaults`: The default traits to implement for all struct types, in addition to the `baseDefaults` traits.\n\nNote that you must provide the fully qualified name of the traits you provide (e.g. `serde::Serialize`). Here are the default values for these attributes:\n\n```ts\nconst traitOptions = {\n    baseDefaults: ['borsh::BorshSerialize', 'borsh::BorshDeserialize', 'Clone', 'Debug', 'Eq', 'PartialEq'],\n    dataEnumDefaults: [],\n    scalarEnumDefaults: ['Copy', 'PartialOrd', 'Hash', 'num_derive::FromPrimitive'],\n    structDefaults: [],\n};\n```\n\n### Overridden traits\n\nIn addition to configure the default traits, you may also override the traits for specific types. This will completely replace the default traits for the given type. To do so, you may use the `overrides` attribute of the `traitOptions` object.\n\nThis attribute is a map where the keys are the names of the types you want to override, and the values are the traits you want to apply to these types. Here is an example:\n\n```ts\nconst traitOptions = {\n    overrides: {\n        myCustomType: ['Clone', 'my::custom::Trait', 'my::custom::OtherTrait'],\n        myTypeWithNoTraits: [],\n    },\n};\n```\n\n### Feature Flags\n\nYou may also configure which traits should be rendered under a feature flag by using the `featureFlags` attribute. This attribute is a map where the keys are feature flag names and the values are the traits that should be rendered under that feature flag. Here is an example:\n\n```ts\nconst traitOptions = {\n    featureFlags: { fruits: ['fruits::Apple', 'fruits::Banana'] },\n};\n```\n\nNow, if at any point, we encounter a `fruits::Apple` or `fruits::Banana` trait to be rendered (either as default traits or as overridden traits), they will be rendered under the `fruits` feature flag. For instance:\n\n```rust\n#[cfg_attr(feature = \"fruits\", derive(fruits::Apple, fruits::Banana))]\n```\n\nBy default, the `featureFlags` option is empty:\n\n```ts\nconst traitOptions = {\n    featureFlags: {},\n};\n```\n\nIf you want to make `serde` derives optional behind a `serde` feature, you may configure it like this:\n\n```ts\nconst traitOptions = {\n    featureFlags: { serde: ['serde::Serialize', 'serde::Deserialize'] },\n};\n```\n\nNote that for feature flags to be effective, they must be added to the `Cargo.toml` file of the generated Rust client.\n\n### Using the Fully Qualified Name\n\nBy default, all traits are imported using the provided Fully Qualified Name which means their short name will be used within the `derive` attributes.\n\nHowever, you may want to avoid importing these traits and use the Fully Qualified Name directly in the generated code. To do so, you may use the `useFullyQualifiedName` attribute of the `traitOptions` object by setting it to `true`:\n\n```ts\nconst traitOptions = {\n    useFullyQualifiedName: true,\n};\n```\n\nHere is an example of rendered traits with this option set to `true` and `false` (which is the default):\n\n```rust\n// With `useFullyQualifiedName` set to `false` (default).\nuse serde::Serialize;\nuse serde::Deserialize;\n// ...\n#[derive(Serialize, Deserialize)]\n\n// With `useFullyQualifiedName` set to `true`.\n#[derive(serde::Serialize, serde::Deserialize)]\n```\n\nNote that any trait rendered under a feature flag will always use the Fully Qualified Name in order to ensure we only reference the trait when the feature is enabled.\n","readmeFilename":"README.md"}