diff --git a/.gitignore b/.gitignore index 931c31812fe59..6320d5140773f 100644 --- a/.gitignore +++ b/.gitignore @@ -32,7 +32,7 @@ tweets/ *.wav *.mp3 -logs/* +logs/ test-report.json content_cache/ @@ -65,6 +65,8 @@ wallet_data.txt coverage .eslintcache +tree.txt +data_files.txtbk.txt agent/content @@ -89,26 +91,6 @@ scripts/bug_hunt/reports/*.md lit-config.json -# Rust specific ignores -Cargo.lock - -# Ignore specific directories used in Rust development -rustfmt.toml -clippy.toml - -# Ignore build and test artifacts -*.rs.bk -*~ - -# Ignore IDE configuration files for Rust projects -.idea/ -.vscode/ - -# Ignore temporary files created by editors -*.swp -*.swo -*.bak - # Configuration to exclude the extra and local_docs directories extra **/dist/** @@ -121,103 +103,34 @@ ton_nft_images/* # packages/plugin-filecoin/ref-fvm packages/plugin-filecoin/filecoin-rs/target/debug/.* -node_modules -/out - -.env -.env.production -.env.local -.env_main -concatenated-output.ts -embedding-cache.json -packages/plugin-buttplug/intiface-engine - -node-compile-cache - -.idea -.vscode -.zed -.DS_Store - -dist/ -# Allow models directory but ignore model files -models/*.gguf -pgLite/ - -cookies.json - -db.sqlite -searches/ -tweets/ - -*.gguf -*.onnx -*.wav -*.mp3 - -logs/ - -test-report.json -content_cache/ -test_data/ -tokencache/ -tweetcache/ -twitter_cookies.json -timeline_cache.json - -*.sqlite - -# Character configurations -characters/**/secrets.json -characters/**/*.env -characters/**/*.key -characters/**/private/ - -packages/core/src/providers/cache -packages/core/src/providers/cache/* -cache/* -packages/plugin-coinbase/src/plugins/transactions.csv - -tsup.config.bundled_*.mjs - -.turbo -.cursorrules -.pnpm-store -instructions.md -wallet_data.txt - -coverage -.eslintcache - -agent/content - -eliza.manifest -eliza.manifest.sgx -eliza.sig +Cargo.lock -packages/plugin-nvidia-nim/extra -packages/plugin-nvidia-nim/old_code -packages/plugin-nvidia-nim/docs +# Ignore build and test artifacts +*.rs.bk +*~ -# Edriziai specific ignores -characters/edriziai-info/secrets.json +# Ignore IDE configuration files for Rust projects +.idea/ +.vscode/ -# Bug Hunter logs and checkpoints -scripts/bug_hunt/logs/ -scripts/bug_hunt/logs/*.log -scripts/bug_hunt/checkpoints/ -scripts/bug_hunt/checkpoints/*.json -scripts/bug_hunt/reports/ -scripts/bug_hunt/reports/*.md +# Ignore temporary files created by editors +*.swp +*.swo +*.bak -lit-config.json +# Common files that should be ignored in all projects -# Configuration to exclude the extra and local_docs directories -extra -**/dist/** +# Logs +*.log +# Temporary files +*.tmp +*~ -ton_nft_metadata/ -ton_nft_metadata/* +*.bak +# Environment files (containing secrets, API keys, credentials) +.env +*.env +.env.* -ton_nft_images/ -ton_nft_images/* \ No newline at end of file +# Local configuration that shouldn't be shared +*.local diff --git a/package.json b/package.json index f0da9f078c33e..1996ba1531761 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,9 @@ { "$schema": "https://json.schemastore.org/package", - "name": "eliza", + "name": "eliza-with-filecoin-ai", + "description": "", + "version": "0.0.1", + "private": true, "scripts": { "format": "biome format --write .", "lint": "biome lint .", @@ -21,6 +24,7 @@ "start:debug": "cross-env NODE_ENV=development VERBOSE=true DEFAULT_LOG_LEVEL=debug DEBUG=eliza:* pnpm --filter \"@elizaos/agent\" start --isRoot", "dev": "bash ./scripts/dev.sh", "setup:start":"bash ./scripts/start.sh", + "setup:start:ui":"bash ./scripts/start.sh && cd packages/plugin-filecoin/ pnpm run tauri run", "extract-tweets": "bash ./scripts/extracttweets.js", "release": "pnpm build && pnpm format && npx lerna publish --no-private --force-publish", "clean": "bash ./scripts/clean.sh", diff --git a/packages/plugin-filecoin/.gitignore b/packages/plugin-filecoin/.gitignore index 21d1dcc37ee3d..8cf861bdf35ee 100644 --- a/packages/plugin-filecoin/.gitignore +++ b/packages/plugin-filecoin/.gitignore @@ -9,4 +9,57 @@ dist *.wasm *.wasm.map *.wasm.d.ts -*.wasm.d.ts.map \ No newline at end of file +*.wasm.d.ts.map + +packages/plugin-filecoin/filecoin-rs/target + +# Ignore Cargo.lock and target directories for Rust projects +Cargo.lock +target + +# Ignore IntelliJ IDEA Rust plugin files +.idea/rust/ + +# Ignore VSCode Rust extension settings +.vscode/settings.json + +# Ignore Rust-generated files +*.rs.bk +*.rs.old +*.rs.swp +node_modules +dist +*.log +*.swp +.vscode/ +.idea/ + +# Ignore build artifacts +*.wasm +*.wasm.map +*.wasm.d.ts +*.wasm.d.ts.map + +packages/plugin-filecoin/filecoin-rs/target + +# Ignore Cargo.lock and target directories for Rust projects +Cargo.lock +target + +# Ignore IntelliJ IDEA Rust plugin files +.idea/rust/ + +# Ignore VSCode Rust extension settings +.vscode/settings.json + +# Ignore Rust-generated files +*.rs.bk +*.rs.old +*.rs.swp + + + + +# Include node and python +node_modules +venv \ No newline at end of file diff --git a/packages/plugin-filecoin/Images/banner.jpg b/packages/plugin-filecoin/Images/banner.jpg new file mode 100644 index 0000000000000..eb3ff3083138f Binary files /dev/null and b/packages/plugin-filecoin/Images/banner.jpg differ diff --git a/packages/plugin-filecoin/Images/logo.jpg b/packages/plugin-filecoin/Images/logo.jpg new file mode 100644 index 0000000000000..4c7692d4e557d Binary files /dev/null and b/packages/plugin-filecoin/Images/logo.jpg differ diff --git a/packages/plugin-filecoin/README.md b/packages/plugin-filecoin/README.md index 2f4a7cb4ae773..36f8c75849fed 100644 --- a/packages/plugin-filecoin/README.md +++ b/packages/plugin-filecoin/README.md @@ -185,8 +185,3 @@ Extra Elements That Impress Judges Visual Presentation: A polished slide deck that communicates your vision, technical implementation, and potential impact. Interactive Demo: A live version judges can try themselves, making your project memorable. Technical Documentation: Showing the depth of your thinking and attention to detail. - - - - - diff --git a/packages/plugin-filecoin/filecoin-rs/Cargo.toml b/packages/plugin-filecoin/filecoin-rs/Cargo.toml index 2e2ce9826af24..7cfc3bc5b6d9d 100644 --- a/packages/plugin-filecoin/filecoin-rs/Cargo.toml +++ b/packages/plugin-filecoin/filecoin-rs/Cargo.toml @@ -3,7 +3,7 @@ name = "filecoin-rs" version = "0.1.0" edition = "2021" authors = ["Joshua Head "] -description = "Filecoin integrations" +description = "Filecoin integrations with Tauri UI" repository = "https://github.com/jhead12" license = "MIT" @@ -16,30 +16,55 @@ name = "filecoin-rs" path = "src/main.rs" required-features = ["native"] +[build-dependencies] +# Include build dependencies if necessary + [dependencies] cid = "0.11.1" multihash-codetable = { version = "0.1.4", features = ["sha2"] } anyhow = "1.0" wasm-bindgen = "0.2" -wasm-bindgen-futures = "0.4" # Added for async support -getrandom = { version = "0.2", features = ["js"] } +wasm-bindgen-futures = "0.4" # For async support +getrandom = { version = "0.3.2", features = ["wasm_js"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" -fvm_ipld_blockstore = { version = "0.3.1", optional = true } -console_log = "1.0" # Added for console logging -log = "0.4" # Added for log::Level -opentelemetry-datadog = "0.17.0" - +console_log = "1.0" # For console logging +log = "0.4" # For log::Level -[target.'cfg(not(target_arch = "wasm32"))'.dependencies] +# Tauri dependencies (all optional) +tauri = { version = "2.3.1", optional = true } +tauri-plugin-window-state = { version = "2.0.0", optional = true } +tauri-plugin-upload = { version = "2.0.0", optional = true } +tauri-plugin-shell = { version = "2.0.0", optional = true } +tauri-plugin-opener = { version = "2.0.0", optional = true } +tauri-plugin-log = { version = "2.0.0", optional = true } +# Filecoin dependencies (optional for native builds) +fvm_ipld_blockstore = { version = "0.3.1", optional = true } fvm = { version = "4.6.0", optional = true } fvm_shared = { version = "4.6.0", optional = true } fvm_ipld_encoding = { version = "0.5.2", optional = true } positioned-io = { version = "0.3", optional = true } +rig-core = { version = "0.2.1", optional = true } [features] +# Default feature is empty for WASM compatibility default = [] -native = ["fvm_ipld_blockstore", "fvm", "fvm_shared", "fvm_ipld_encoding", "positioned-io"] +fvm_ipld_blockstore = ["dep:fvm_ipld_blockstore"] +# Native feature enables Tauri and Filecoin dependencies +native = [ + "tauri", + "tauri-plugin-window-state", + "tauri-plugin-upload", + "tauri-plugin-shell", + "tauri-plugin-opener", + "tauri-plugin-log", + "fvm_ipld_blockstore", + "fvm", + "fvm_shared", + "fvm_ipld_encoding", + "positioned-io", + "rig-core", +] [profile.dev] opt-level = 0 @@ -54,5 +79,8 @@ incremental = true codegen-units = 256 rpath = false +[target.wasm32-unknown-unknown] +rustflags = ['--cfg', 'getrandom_backend="wasm_js"'] + [profile.release] -opt-level = 3 +opt-level = 3 \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/data_miner/.gitignore b/packages/plugin-filecoin/filecoin-rs/data_miner/.gitignore index a547bf36d8d11..9e0ec1dd00ea2 100644 --- a/packages/plugin-filecoin/filecoin-rs/data_miner/.gitignore +++ b/packages/plugin-filecoin/filecoin-rs/data_miner/.gitignore @@ -7,10 +7,19 @@ yarn-error.log* pnpm-debug.log* lerna-debug.log* -node_modules +# Dependency directories +node_modules/ + +# Build output directories dist dist-ssr +build + +# Local environment files *.local +.env +.env.local +.env.*.local # Editor directories and files .vscode/* @@ -22,3 +31,17 @@ dist-ssr *.njsproj *.sln *.sw? + +# OpenTelemetry/tracing specific +*.trace +*.jaeger +otel-collector-config.yaml + +# TypeScript/JavaScript specific +*.tsbuildinfo +*.js.map +*.ts.map + +# Testing +coverage/ +*.lcov \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/data_miner/src-tauri/Cargo.toml b/packages/plugin-filecoin/filecoin-rs/data_miner/src-tauri/Cargo.toml index 3dcf3cfee7cab..901397f82f85d 100644 --- a/packages/plugin-filecoin/filecoin-rs/data_miner/src-tauri/Cargo.toml +++ b/packages/plugin-filecoin/filecoin-rs/data_miner/src-tauri/Cargo.toml @@ -22,10 +22,4 @@ tauri = { version = "2", features = [] } tauri-plugin-opener = "2" serde = { version = "1", features = ["derive"] } serde_json = "1" -tauri-plugin-log = "2" -tauri-plugin-shell = "2" -tauri-plugin-upload = "2" - -[target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dependencies] -tauri-plugin-window-state = "2" diff --git a/packages/plugin-filecoin/filecoin-rs/data_miner/src-tauri/capabilities/default.json b/packages/plugin-filecoin/filecoin-rs/data_miner/src-tauri/capabilities/default.json index d3a1826d4f0e1..4cdbf49a76bae 100644 --- a/packages/plugin-filecoin/filecoin-rs/data_miner/src-tauri/capabilities/default.json +++ b/packages/plugin-filecoin/filecoin-rs/data_miner/src-tauri/capabilities/default.json @@ -2,14 +2,9 @@ "$schema": "../gen/schemas/desktop-schema.json", "identifier": "default", "description": "Capability for the main window", - "windows": [ - "main" - ], + "windows": ["main"], "permissions": [ "core:default", - "opener:default", - "log:default", - "shell:default", - "upload:default" + "opener:default" ] -} \ No newline at end of file +} diff --git a/packages/plugin-filecoin/filecoin-rs/data_miner/src-tauri/capabilities/desktop.json b/packages/plugin-filecoin/filecoin-rs/data_miner/src-tauri/capabilities/desktop.json deleted file mode 100644 index 9be5102eb7beb..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/data_miner/src-tauri/capabilities/desktop.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "identifier": "desktop-capability", - "platforms": [ - "macOS", - "windows", - "linux" - ], - "windows": [ - "main" - ], - "permissions": [ - "window-state:default" - ] -} \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/data_miner/src-tauri/src/lib.rs b/packages/plugin-filecoin/filecoin-rs/data_miner/src-tauri/src/lib.rs index d8951559e4a04..4a277ef350fd9 100644 --- a/packages/plugin-filecoin/filecoin-rs/data_miner/src-tauri/src/lib.rs +++ b/packages/plugin-filecoin/filecoin-rs/data_miner/src-tauri/src/lib.rs @@ -1,4 +1,3 @@ -use tauri_plugin_log::{Target, TargetKind}; // Learn more about Tauri commands at https://tauri.app/develop/calling-rust/ #[tauri::command] fn greet(name: &str) -> String { @@ -8,19 +7,8 @@ fn greet(name: &str) -> String { #[cfg_attr(mobile, tauri::mobile_entry_point)] pub fn run() { tauri::Builder::default() - .plugin(tauri_plugin_window_state::Builder::new().build()) - .plugin(tauri_plugin_upload::init()) - .plugin(tauri_plugin_shell::init()) .plugin(tauri_plugin_opener::init()) .invoke_handler(tauri::generate_handler![greet]) .run(tauri::generate_context!()) .expect("error while running tauri application"); } - -#[cfg_attr(mobile, tauri::mobile_entry_point)] -pub fn run() { - tauri::Builder::default() - .plugin(tauri_plugin_log::Builder::new().build()) - .run(tauri::generate_context!()) - .expect("error while running tauri application"); -} diff --git a/packages/plugin-filecoin/filecoin-rs/data_miner/src/App.css b/packages/plugin-filecoin/filecoin-rs/data_miner/src/App.css new file mode 100644 index 0000000000000..8743d89500e35 --- /dev/null +++ b/packages/plugin-filecoin/filecoin-rs/data_miner/src/App.css @@ -0,0 +1,204 @@ +body { + margin: 0; + padding: 0; + font-family: 'Courier New', monospace; + background: #000; + color: #0f0; + height: 100vh; + display: flex; + justify-content: center; + align-items: center; + perspective: 1000px; + overflow: hidden; +} + +.game-container { + text-align: center; + width: 80%; + max-width: 800px; + position: relative; + z-index: 1; +} + +#threejs-container { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + z-index: 0; +} + +.game-title h1 { + font-size: 2.5rem; + text-transform: uppercase; + letter-spacing: 2px; + color: #0f0; + text-shadow: 0 0 5px #0f0, 0 0 10px #0f0; + margin-bottom: 1.5rem; + animation: glitch 2s infinite; +} + +.menu { + background: rgba(0, 0, 0, 0.7); + padding: 1rem; + border: 1px solid #0f0; + box-shadow: 0 0 10px #0f0; + position: relative; + z-index: 10; +} + +.main-menu { + list-style: none; + padding: 0; + margin: 0; +} + +.menu-item { + font-size: 1.2rem; + padding: 0.8rem; + margin: 0.3rem 0; + cursor: pointer; + background: rgba(0, 15, 0, 0.8); + border: 1px solid #0f0; + transition: all 0.3s ease; + position: relative; +} + +.menu-item:hover { + background: #0f0; + color: #000; + transform: scale(1.05) translateZ(5px); + box-shadow: 0 0 10px #0f0; +} + +.has-submenu { + padding-bottom: 0; +} + +.submenu { + list-style: none; + padding: 0; + margin: 0; + display: none; + position: absolute; + top: 100%; + left: 0; + width: 100%; + background: rgba(0, 0, 0, 0.9); + border: 1px solid #0f0; + box-shadow: 0 5px 10px #0f0; + z-index: 20; +} + +.has-submenu:hover .submenu { + display: block; +} + +.submenu .menu-item { + font-size: 1rem; + margin: 0; + border: none; + border-bottom: 1px solid #0f0; +} + +.submenu .menu-item:last-child { + border-bottom: none; +} + +.avatar-placeholder { + width: 80px; + height: 80px; + background: rgba(0, 15, 0, 0.8); + border: 1px dashed #0f0; + display: flex; + justify-content: center; + align-items: center; + font-size: 0.9rem; + margin: 0.5rem auto; +} + +.content-wrapper { + transition: transform 0.5s ease-out; + transform-origin: top center; +} + +.has-submenu:hover ~ .content-wrapper { + transform: translateY(50px) translateZ(-15px); +} + +.game-footer { + margin-top: 1rem; + font-size: 1rem; + color: #0f0; + text-shadow: 0 0 5px #0f0; + padding: 0.5rem; + background: rgba(0, 0, 0, 0.6); + border: 1px solid #0f0; +} + +@keyframes glitch { + 0% { + transform: translate(0); + } + 20% { + transform: translate(-2px, 2px); + } + 40% { + transform: translate(-2px, -2px); + } + 60% { + transform: translate(2px, 2px); + } + 80% { + transform: translate(2px, -2px); + } + 100% { + transform: translate(0); + } +} + +/* Auth form styles (not in HTML, added for App.tsx) */ +.auth-section { + margin-top: 1rem; + background: rgba(0, 0, 0, 0.7); + padding: 1rem; + border: 1px solid #0f0; + box-shadow: 0 0 10px #0f0; +} + +.row { + display: flex; + gap: 0.5rem; + justify-content: center; +} + +.row input { + padding: 0.5rem; + font-family: 'Courier New', monospace; + background: rgba(0, 15, 0, 0.8); + border: 1px solid #0f0; + color: #0f0; + font-size: 1rem; +} + +.row button { + padding: 0.5rem 1rem; + background: rgba(0, 15, 0, 0.8); + border: 1px solid #0f0; + color: #0f0; + font-family: 'Courier New', monospace; + cursor: pointer; + transition: all 0.3s ease; +} + +.row button:hover { + background: #0f0; + color: #000; +} + +.error { + color: #f00; + font-size: 0.9rem; + margin-top: 0.5rem; +} \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/data_miner/src/App.tsx b/packages/plugin-filecoin/filecoin-rs/data_miner/src/App.tsx new file mode 100644 index 0000000000000..b11f2110f4f54 --- /dev/null +++ b/packages/plugin-filecoin/filecoin-rs/data_miner/src/App.tsx @@ -0,0 +1,57 @@ +import { useState } from 'react'; +import { useNavigate } from 'react-router-dom'; +import { invoke } from '@tauri-apps/api/core'; +import Menu from './components/Menu'; +import ThreeJsBackground from './components/ThreeJsBackground'; +import { AuthProvider } from './context/AuthContext'; +import './App.css'; + +function App() { + const [cid, setCid] = useState(''); + const [token, setToken] = useState(''); + const [authError, setAuthError] = useState(''); + const navigate = useNavigate(); + + async function authenticate() { + try { + const authToken: string = await invoke('authenticate', { cid }); + setToken(authToken); + setAuthError(''); + navigate('/data-transfers'); + } catch (error) { + setAuthError(`Authentication failed: ${String(error)}`); + } + } + + return ( + +
+ +
+

Creative AI Master

+
+ +
+
{ + e.preventDefault(); + authenticate(); + }} + > + setCid(e.target.value)} + placeholder="Enter your CID or DID..." + /> + +
+ {authError &&

{authError}

} +
+
+
+ ); +} + +export default App; \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/data_miner/src/components/Menu.tsx b/packages/plugin-filecoin/filecoin-rs/data_miner/src/components/Menu.tsx new file mode 100644 index 0000000000000..a1ac73e0e4b37 --- /dev/null +++ b/packages/plugin-filecoin/filecoin-rs/data_miner/src/components/Menu.tsx @@ -0,0 +1,98 @@ +import { useNavigate } from 'react-router-dom'; +import { invoke } from '@tauri-apps/api/core'; + +interface MenuProps { + token: string; +} + +const Menu: React.FC = ({ token }) => { + const navigate = useNavigate(); + + const handleMenuClick = async (route: string, src?: string) => { + if (!token && route !== 'options' && route !== 'placeholder') { + console.log('Authentication required'); + return; + } + + switch (route) { + case 'data-transfers': + await invoke('open_telemetry_window'); + navigate('/data-transfers'); + break; + case 'character-builder': + console.log('Opening Character Builder...', src); + if (src) window.open(src, '_blank'); + break; + case 'database': + console.log('Opening Database...', src); + if (src) window.open(src, '_blank'); + break; + case 'performance': + console.log('Checking Performance...', src); + if (src) window.open(src, '_blank'); + break; + case 'portfolio-tracker': + console.log('Opening Portfolio Tracker...', src); + if (src) window.open(src, '_blank'); + break; + case 'market-analysis': + console.log('Opening Market Analysis...', src); + if (src) window.open(src, '_blank'); + break; + case 'agent-design': + console.log('Opening Agent Design...', src); + break; + case 'bitcoin-invest': + console.log('Entering Bitcoin Invest...', src); + break; + default: + console.log(`Route ${route} not implemented yet.`); + } + }; + + return ( +
+
    +
  • handleMenuClick('data-transfers', '/src/telemetry.html')}> + Data Transfers +
  • +
  • + Agent Design +
      +
    • handleMenuClick('character-builder', 'http://localhost:8083')} + > + Character Builder +
    • +
    +
  • +
  • handleMenuClick('database', 'http://localhost:8084')}> + Database +
  • +
  • handleMenuClick('performance', 'http://localhost:8085')}> + Performance +
  • +
  • + Bitcoin Invest +
      +
    • handleMenuClick('portfolio-tracker', 'http://localhost:8086/portfolio')} + > + Portfolio Tracker +
    • +
    • handleMenuClick('market-analysis', 'http://localhost:8086/market')} + > + Market Analysis +
    • +
    +
  • +
+
+ ); +}; + +export default Menu; \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/data_miner/src/components/ThreeJsBackground.tsx b/packages/plugin-filecoin/filecoin-rs/data_miner/src/components/ThreeJsBackground.tsx new file mode 100644 index 0000000000000..494f36b665f78 --- /dev/null +++ b/packages/plugin-filecoin/filecoin-rs/data_miner/src/components/ThreeJsBackground.tsx @@ -0,0 +1,80 @@ +import { useEffect, useRef } from 'react'; +import * as THREE from 'three'; + +const ThreeJsBackground: React.FC = () => { + const containerRef = useRef(null); + + useEffect(() => { + const scene = new THREE.Scene(); + const camera = new THREE.PerspectiveCamera(75, window.innerWidth / window.innerHeight, 0.1, 1000); + const renderer = new THREE.WebGLRenderer({ alpha: true }); + renderer.setSize(window.innerWidth, window.innerHeight); + + if (containerRef.current) { + containerRef.current.appendChild(renderer.domElement); + } + + const blocks: THREE.Mesh[] = []; + const blockGeometry = new THREE.BoxGeometry(0.5, 0.5, 0.5); + const blockMaterial = new THREE.MeshBasicMaterial({ + color: 0x00ff00, + transparent: true, + opacity: 0.7, + }); + + const createBlock = () => { + const block = new THREE.Mesh(blockGeometry, blockMaterial); + block.position.x = (Math.random() - 0.5) * 20; + block.position.y = 15; + block.position.z = (Math.random() - 0.5) * 10; + scene.add(block); + blocks.push(block); + }; + + for (let i = 0; i < 20; i++) { + createBlock(); + } + + camera.position.z = 10; + + let animationFrameId: number; + const animate = () => { + animationFrameId = requestAnimationFrame(animate); + + blocks.forEach((block, index) => { + block.position.y -= 0.1; + block.rotation.x += 0.05; + block.rotation.y += 0.05; + + if (block.position.y < -15) { + scene.remove(block); + blocks.splice(index, 1); + createBlock(); + } + }); + + renderer.render(scene, camera); + }; + animate(); + + const handleResize = () => { + camera.aspect = window.innerWidth / window.innerHeight; + camera.updateProjectionMatrix(); + renderer.setSize(window.innerWidth, window.innerHeight); + }; + window.addEventListener('resize', handleResize); + + return () => { + cancelAnimationFrame(animationFrameId); + window.removeEventListener('resize', handleResize); + if (containerRef.current) { + containerRef.current.removeChild(renderer.domElement); + } + renderer.dispose(); + }; + }, []); + + return
; +}; + +export default ThreeJsBackground; \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/data_miner/src/context/AuthContext.tsx b/packages/plugin-filecoin/filecoin-rs/data_miner/src/context/AuthContext.tsx new file mode 100644 index 0000000000000..e79b275e197a6 --- /dev/null +++ b/packages/plugin-filecoin/filecoin-rs/data_miner/src/context/AuthContext.tsx @@ -0,0 +1,24 @@ +import { createContext, useContext, ReactNode } from 'react'; + +interface AuthContextType { + token: string; + setToken: (token: string) => void; +} + +const AuthContext = createContext(undefined); + +export const AuthProvider: React.FC<{ + token: string; + setToken: (token: string) => void; + children: ReactNode; +}> = ({ token, setToken, children }) => { + return {children}; +}; + +export const useAuth = () => { + const context = useContext(AuthContext); + if (!context) { + throw new Error('useAuth must be used within an AuthProvider'); + } + return context; +}; \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/data_miner/src/index.html b/packages/plugin-filecoin/filecoin-rs/data_miner/src/index.html index b9ae27e6bcabb..2834b30bdd88a 100644 --- a/packages/plugin-filecoin/filecoin-rs/data_miner/src/index.html +++ b/packages/plugin-filecoin/filecoin-rs/data_miner/src/index.html @@ -29,4 +29,12 @@

Creative AI Master

+ + + + + \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/data_miner/src/main.tsx b/packages/plugin-filecoin/filecoin-rs/data_miner/src/main.tsx new file mode 100644 index 0000000000000..38f867696d629 --- /dev/null +++ b/packages/plugin-filecoin/filecoin-rs/data_miner/src/main.tsx @@ -0,0 +1,28 @@ +import { StrictMode } from 'react'; +import { createRoot } from 'react-dom/client'; +import { BrowserRouter, Routes, Route } from 'react-router-dom'; +import App from './App'; +import DataTransfers from './pages/DataTransfers'; +import Database from './pages/Database'; +import Performance from './pages/Performance'; +import KubernetesDashboard from './pages/KubernetesDashboard'; +import KubernetesCreate from './pages/KubernetesCreate'; +import './App.css'; + +const rootElement = document.getElementById('root'); +if (rootElement) { + createRoot(rootElement).render( + + + + } /> + } /> + } /> + } /> + } /> + } /> + + + + ); +} \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/data_miner/src/pages/DataTransfers.tsx b/packages/plugin-filecoin/filecoin-rs/data_miner/src/pages/DataTransfers.tsx new file mode 100644 index 0000000000000..42a45ad134712 --- /dev/null +++ b/packages/plugin-filecoin/filecoin-rs/data_miner/src/pages/DataTransfers.tsx @@ -0,0 +1,101 @@ +import { useState, useEffect } from 'react'; +import { emit, listen } from '@tauri-apps/api/event'; +import ThreeJsBackground from '../components/ThreeJsBackground'; +import Menu from '../components/Menu'; +import { useAuth } from '../context/AuthContext'; +import '../App.css'; + +interface Transfer { + action: string; + cid: string; + data: string; + error: string; + id: string; + size: number; + timestamp: string; +} + +function DataTransfers() { + const { token } = useAuth(); + const [transfers, setTransfers] = useState([]); + const [error, setError] = useState(''); + + async function updateTransfers() { + try { + const dataFile: Transfer[] = await emit('get_transfers', { token }); + console.log('Fetched transfers:', dataFile); // Debug log + setTransfers(dataFile); + setError(''); + } catch (err) { + console.error('emit error:', err); // Debug log + setError(`Failed to fetch transfers: ${String(err)}`); + } + } + + useEffect(() => { + if (token) { + updateTransfers(); + let unlisten: (() => void) | null = null; + listen('transfer-updated', () => { + console.log('Transfer-updated event received'); // Debug log + return updateTransfers(); + }) + .then((fn) => { + unlisten = fn; + }) + .catch((err) => { + console.error('Listen error:', err); // Debug log + }); + return () => { + if (unlisten) unlisten(); + }; + } + }, [token]); + + if (!token) { + return ( +
+ +
+

Data Transfers

+
+

Please authenticate to view transfers.

+
+ ); + } + + return ( +
+ +
+

Data Transfers

+
+ +
+ + + + + + + + + + + {transfers.map((t, index) => ( + + + + + + + ))} + +
ActionCIDSize (bytes)Timestamp
{t.action}{t.cid}{t.size}{t.timestamp}
+ {error &&

{error}

} +
+
+ ); +} + +export default DataTransfers; diff --git a/packages/plugin-filecoin/filecoin-rs/data_miner/src/pages/KubernetesCreate.tsx b/packages/plugin-filecoin/filecoin-rs/data_miner/src/pages/KubernetesCreate.tsx new file mode 100644 index 0000000000000..29dc483ddf60d --- /dev/null +++ b/packages/plugin-filecoin/filecoin-rs/data_miner/src/pages/KubernetesCreate.tsx @@ -0,0 +1,65 @@ +import { useState } from 'react'; +import { emit } from '@tauri-apps/api/event'; +import ThreeJsBackground from '../components/ThreeJsBackground'; +import Menu from '../components/Menu'; +import { useAuth } from '../context/AuthContext'; +import '../App.css'; + +function KubernetesCreate() { + const { token } = useAuth(); + const [resourceType, setResourceType] = useState('wordpress'); + const [response, setResponse] = useState(''); + const [error, setError] = useState(''); + + async function createResource(e: React.FormEvent) { + e.preventDefault(); + try { + const result: string = await emit('create_kubernetes_resource', { + token, + resourceType, + }); + setResponse(result); + setError(''); + } catch (err) { + setError(`Failed to create resource: ${String(err)}`); + } + } + + if (!token) { + return ( +
+ +
+

Create Kubernetes Resource

+
+

Please authenticate to create resources.

+
+ ); + } + + return ( +
+ +
+

Create Kubernetes Resource

+
+ +
+
+ + +
+ {response &&

{response}

} + {error &&

{error}

} +
+
+ ); +} + +export default KubernetesCreate; diff --git a/packages/plugin-filecoin/filecoin-rs/data_miner/src/pages/KubernetesDashboard.tsx b/packages/plugin-filecoin/filecoin-rs/data_miner/src/pages/KubernetesDashboard.tsx new file mode 100644 index 0000000000000..e650038bf1cc3 --- /dev/null +++ b/packages/plugin-filecoin/filecoin-rs/data_miner/src/pages/KubernetesDashboard.tsx @@ -0,0 +1,80 @@ +import { useState, useEffect } from 'react'; +import { emit } from '@tauri-apps/api/event'; +import ThreeJsBackground from '../components/ThreeJsBackground'; +import Menu from '../components/Menu'; +import { useAuth } from '../context/AuthContext'; +import '../App.css'; + +interface Pod { + name: string; + namespace: string; + status: string; +} + +function KubernetesDashboard() { + const { token } = useAuth(); + const [pods, setPods] = useState([]); + const [error, setError] = useState(''); + + async function fetchPods() { + try { + const data: Pod[] = await emit('get_kubernetes_pods', { token }); + setPods(data); + setError(''); + } catch (err) { + setError(`Failed to fetch pods: ${String(err)}`); + } + } + + useEffect(() => { + if (token) fetchPods(); + }, [token]); + + if (!token) { + return ( +
+ +
+

Kubernetes Dashboard

+
+

+ Please authenticate to view Kubernetes resources. +

+
+ ); + } + + return ( +
+ +
+

Kubernetes Dashboard

+
+ +
+

Pods

+ + + + + + + + + + {pods.map((pod, index) => ( + + + + + + ))} + +
NameNamespaceStatus
{pod.name}{pod.namespace}{pod.status}
+ {error &&

{error}

} +
+
+ ); +} + +export default KubernetesDashboard; diff --git a/packages/plugin-filecoin/filecoin-rs/data_miner/src/utils/docsUtils.js b/packages/plugin-filecoin/filecoin-rs/data_miner/src/utils/docsUtils.js new file mode 100644 index 0000000000000..3aabba7883f22 --- /dev/null +++ b/packages/plugin-filecoin/filecoin-rs/data_miner/src/utils/docsUtils.js @@ -0,0 +1,125 @@ +const panel = document.getElementById('panel'); +const panelScrim = document.getElementById('panelScrim'); +const expandButton = document.getElementById('expandButton'); +const clearSearchButton = document.getElementById('clearSearchButton'); +const filterInput = document.getElementById('filterInput'); + +// code copy buttons + +const elements = document.getElementsByTagName('pre'); + +for (let i = 0; i < elements.length; i++) { + const element = elements[i]; + + if (element.classList.contains('linenums') === false) { + addCopyButton(element); + } +} + +function addCopyButton(element) { + const copyButton = document.createElement('button'); + copyButton.className = 'copy-btn'; + + element.appendChild(copyButton); + + copyButton.addEventListener('click', function () { + const codeContent = element.textContent; + navigator.clipboard.writeText(codeContent).then(() => { + copyButton.classList.add('copied'); + + setTimeout(() => { + copyButton.classList.remove('copied'); + }, 1000); + }); + }); +} + +// Functionality for hamburger button (on small devices) + +expandButton.onclick = function (event) { + event.preventDefault(); + panel.classList.toggle('open'); +}; + +panelScrim.onclick = function (event) { + event.preventDefault(); + panel.classList.toggle('open'); +}; + +// Functionality for search/filter input field + +filterInput.onfocus = function () { + panel.classList.add('searchFocused'); +}; + +filterInput.onblur = function () { + if (filterInput.value === '') { + panel.classList.remove('searchFocused'); + } +}; + +filterInput.oninput = function () { + const term = filterInput.value.trim(); + + // eslint-disable-next-line no-undef + search(term); // defined in search.js +}; + +clearSearchButton.onclick = function () { + filterInput.value = ''; + filterInput.focus(); + // eslint-disable-next-line no-undef + hideSearch(); // defined in search.js +}; + +// + +window.addEventListener('DOMContentLoaded', updateNavigation); +window.addEventListener('hashchange', updateNavigation); + +function updateNavigation() { + // unselected elements + + const selected = document.querySelectorAll('nav a.selected'); + selected.forEach((link) => link.classList.remove('selected')); + + // determine target + + const filename = window.location.pathname.split('/').pop(); + const pagename = filename.split('.')[0]; + + let target = pagename.replace('module-', ''); + + if (pagename === 'global') { + target = window.location.hash.split('#').pop(); + } + + if (target === '') return; + + // select target and move into view + + const liElement = document.querySelector(`li[data-name="${target}"]`); + + if (liElement !== null) { + const aElement = liElement.firstChild; + + aElement.scrollIntoView({ block: 'center' }); + aElement.classList.add('selected'); + } +} + +// eslint-disable-next-line no-undef +prettyPrint(); + +console.log( + [ + ' __ __', + ' __/ __\\ / __\\__ ____ _____ _____', + '/ __/ /\\/ / /___\\/ ____\\/ _____\\/ _____\\', + '\\/_ __/ / _ / / __/ / __ / / __ /_ __ _____', + '/ / / / / / / / / / / / ___/ / ___/\\ _\\/ __\\/ _____\\', + '\\/__/ \\/__/\\/__/\\/__/ \\/_____/\\/_____/\\/__/ / / / ___/', + ' / __/ / \\__ \\', + ' \\/____/\\/_____/', + ].join('\n'), +); diff --git a/packages/plugin-filecoin/filecoin-rs/data_miner/src/utils/page.d.ts b/packages/plugin-filecoin/filecoin-rs/data_miner/src/utils/page.d.ts new file mode 100644 index 0000000000000..0e1d1412f4544 --- /dev/null +++ b/packages/plugin-filecoin/filecoin-rs/data_miner/src/utils/page.d.ts @@ -0,0 +1,9 @@ +export const prettyPrint = () => { + // implementation here +}; +export const search = (term: string) => { + // implementation here +}; +export const hideSearch = () => { + // implementation here +}; diff --git a/packages/plugin-filecoin/filecoin-rs/data_miner/src/vite-env.d.ts b/packages/plugin-filecoin/filecoin-rs/data_miner/src/vite-env.d.ts new file mode 100644 index 0000000000000..11f02fe2a0061 --- /dev/null +++ b/packages/plugin-filecoin/filecoin-rs/data_miner/src/vite-env.d.ts @@ -0,0 +1 @@ +/// diff --git a/packages/plugin-filecoin/filecoin-rs/data_miner/styles.css b/packages/plugin-filecoin/filecoin-rs/data_miner/styles.css new file mode 100644 index 0000000000000..e57b8acaf1e6d --- /dev/null +++ b/packages/plugin-filecoin/filecoin-rs/data_miner/styles.css @@ -0,0 +1,112 @@ +.logo.vanilla:hover { + filter: drop-shadow(0 0 2em #ffe21c); +} +:root { + font-family: Inter, Avenir, Helvetica, Arial, sans-serif; + font-size: 16px; + line-height: 24px; + font-weight: 400; + + color: #0f0f0f; + background-color: #f6f6f6; + + font-synthesis: none; + text-rendering: optimizeLegibility; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + -webkit-text-size-adjust: 100%; +} + +.container { + margin: 0; + padding-top: 10vh; + display: flex; + flex-direction: column; + justify-content: center; + text-align: center; +} + +.logo { + height: 6em; + padding: 1.5em; + will-change: filter; + transition: 0.75s; +} + +.logo.tauri:hover { + filter: drop-shadow(0 0 2em #24c8db); +} + +.row { + display: flex; + justify-content: center; +} + +a { + font-weight: 500; + color: #646cff; + text-decoration: inherit; +} + +a:hover { + color: #535bf2; +} + +h1 { + text-align: center; +} + +input, +button { + border-radius: 8px; + border: 1px solid transparent; + padding: 0.6em 1.2em; + font-size: 1em; + font-weight: 500; + font-family: inherit; + color: #0f0f0f; + background-color: #ffffff; + transition: border-color 0.25s; + box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2); +} + +button { + cursor: pointer; +} + +button:hover { + border-color: #396cd8; +} +button:active { + border-color: #396cd8; + background-color: #e8e8e8; +} + +input, +button { + outline: none; +} + +#greet-input { + margin-right: 5px; +} + +@media (prefers-color-scheme: dark) { + :root { + color: #f6f6f6; + background-color: #2f2f2f; + } + + a:hover { + color: #24c8db; + } + + input, + button { + color: #ffffff; + background-color: #0f0f0f98; + } + button:active { + background-color: #0f0f0f69; + } +} diff --git a/packages/plugin-filecoin/filecoin-rs/src/lib.rs b/packages/plugin-filecoin/filecoin-rs/src/lib.rs index 5dc39d252354e..0259aa1c75144 100644 --- a/packages/plugin-filecoin/filecoin-rs/src/lib.rs +++ b/packages/plugin-filecoin/filecoin-rs/src/lib.rs @@ -1,8 +1,6 @@ use cid::Cid; use multihash_codetable::{Code, MultihashDigest}; use std::collections::HashMap; -use wasm_bindgen::prelude::wasm_bindgen; -use wasm_bindgen::JsValue; #[cfg(target_arch = "wasm32")] use console_log; @@ -17,17 +15,23 @@ pub mod actor_state { } } + + + pub mod messages; pub mod native; #[cfg(target_arch = "wasm32")] pub mod wasm; + +#[cfg(not(target_arch = "wasm32"))] +pub use fvm_ipld_blockstore::{MemoryBlockstore, Blockstore}; + #[cfg(not(target_arch = "wasm32"))] use std::sync::Arc; #[cfg(not(target_arch = "wasm32"))] use anyhow::Result; -#[cfg(not(target_arch = "wasm32"))] -pub use fvm_ipld_blockstore::{MemoryBlockstore, Blockstore}; + #[cfg(not(target_arch = "wasm32"))] pub type BlockstoreType = Arc; @@ -150,6 +154,17 @@ pub struct MyMachine { actors: HashMap, } +#[cfg(target_arch = "wasm32")] +#[wasm_bindgen(start)] +pub async fn init() -> Result<(), JsValue> { + console_log::init_with_level(log::Level::Debug) + .map_err(|e| JsValue::from_str(&e.to_string()))?; + // Optional: Explicitly register getrandom for WebAssembly + #[cfg(feature = "js")] + getrandom::register_custom_getrandom!(getrandom::js::get_random_values); + Ok(()) +} + #[cfg(target_arch = "wasm32")] #[wasm_bindgen] impl MyMachine { diff --git a/packages/plugin-filecoin/filecoin-rs/src/my_funcs.rs b/packages/plugin-filecoin/filecoin-rs/src/my_funcs.rs new file mode 100644 index 0000000000000..b26cb6b61b494 --- /dev/null +++ b/packages/plugin-filecoin/filecoin-rs/src/my_funcs.rs @@ -0,0 +1,5 @@ +// this function creates the docs for the filecoin-rs crate + +// and the filecoin-rs native module +// FilecoinClient { +// // Initialize fields if needed diff --git a/packages/plugin-filecoin/filecoin-rs/src/native/mod.rs b/packages/plugin-filecoin/filecoin-rs/src/native/mod.rs index 94218023cf138..4ba23be31d323 100644 --- a/packages/plugin-filecoin/filecoin-rs/src/native/mod.rs +++ b/packages/plugin-filecoin/filecoin-rs/src/native/mod.rs @@ -1,9 +1,11 @@ - -// src/native/mod.rs - #[cfg(not(target_arch = "wasm32"))] +use std::sync::Arc; +#[cfg(not(target_arch = "wasm32"))] +use crate::MyMachine; +#[cfg(not(target_arch = "wasm32"))] +use fvm_ipld_blockstore::MemoryBlockstore; pub fn run_native() { - println!("Running native Filecoin operations"); + let store = MemoryBlockstore::new(); let blockstore = Arc::new(MemoryBlockstore::default()); let _machine = MyMachine::new(blockstore, 1024); // Example usage } \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/.rustc_info.json b/packages/plugin-filecoin/filecoin-rs/target/.rustc_info.json index 326d820727ad9..50c7dd41c84c6 100644 --- a/packages/plugin-filecoin/filecoin-rs/target/.rustc_info.json +++ b/packages/plugin-filecoin/filecoin-rs/target/.rustc_info.json @@ -1 +1 @@ -{"rustc_fingerprint":9384053754554973946,"outputs":{"17747080675513052775":{"success":true,"status":"","code":0,"stdout":"rustc 1.85.1 (4eb161250 2025-03-15)\nbinary: rustc\ncommit-hash: 4eb161250e340c8f48f66e2b929ef4a5bed7c181\ncommit-date: 2025-03-15\nhost: aarch64-apple-darwin\nrelease: 1.85.1\nLLVM version: 19.1.7\n","stderr":""},"13331785392996375709":{"success":true,"status":"","code":0,"stdout":"___\nlib___.rlib\nlib___.dylib\nlib___.dylib\nlib___.a\nlib___.dylib\n/Users/jeldonmusic/.rustup/toolchains/stable-aarch64-apple-darwin\noff\npacked\nunpacked\n___\ndebug_assertions\npanic=\"unwind\"\nproc_macro\ntarget_abi=\"\"\ntarget_arch=\"aarch64\"\ntarget_endian=\"little\"\ntarget_env=\"\"\ntarget_family=\"unix\"\ntarget_feature=\"aes\"\ntarget_feature=\"crc\"\ntarget_feature=\"dit\"\ntarget_feature=\"dotprod\"\ntarget_feature=\"dpb\"\ntarget_feature=\"dpb2\"\ntarget_feature=\"fcma\"\ntarget_feature=\"fhm\"\ntarget_feature=\"flagm\"\ntarget_feature=\"fp16\"\ntarget_feature=\"frintts\"\ntarget_feature=\"jsconv\"\ntarget_feature=\"lor\"\ntarget_feature=\"lse\"\ntarget_feature=\"neon\"\ntarget_feature=\"paca\"\ntarget_feature=\"pacg\"\ntarget_feature=\"pan\"\ntarget_feature=\"pmuv3\"\ntarget_feature=\"ras\"\ntarget_feature=\"rcpc\"\ntarget_feature=\"rcpc2\"\ntarget_feature=\"rdm\"\ntarget_feature=\"sb\"\ntarget_feature=\"sha2\"\ntarget_feature=\"sha3\"\ntarget_feature=\"ssbs\"\ntarget_feature=\"vh\"\ntarget_has_atomic=\"128\"\ntarget_has_atomic=\"16\"\ntarget_has_atomic=\"32\"\ntarget_has_atomic=\"64\"\ntarget_has_atomic=\"8\"\ntarget_has_atomic=\"ptr\"\ntarget_os=\"macos\"\ntarget_pointer_width=\"64\"\ntarget_vendor=\"apple\"\nunix\n","stderr":""},"11447291655969039981":{"success":true,"status":"","code":0,"stdout":"___.wasm\nlib___.rlib\n___.wasm\nlib___.a\n/Users/jeldonmusic/.rustup/toolchains/stable-aarch64-apple-darwin\noff\n___\ndebug_assertions\npanic=\"abort\"\nproc_macro\ntarget_abi=\"\"\ntarget_arch=\"wasm32\"\ntarget_endian=\"little\"\ntarget_env=\"\"\ntarget_family=\"wasm\"\ntarget_feature=\"multivalue\"\ntarget_feature=\"mutable-globals\"\ntarget_feature=\"reference-types\"\ntarget_feature=\"sign-ext\"\ntarget_has_atomic=\"16\"\ntarget_has_atomic=\"32\"\ntarget_has_atomic=\"64\"\ntarget_has_atomic=\"8\"\ntarget_has_atomic=\"ptr\"\ntarget_os=\"unknown\"\ntarget_pointer_width=\"32\"\ntarget_vendor=\"unknown\"\n","stderr":"warning: dropping unsupported crate type `dylib` for target `wasm32-unknown-unknown`\n\nwarning: dropping unsupported crate type `proc-macro` for target `wasm32-unknown-unknown`\n\nwarning: 2 warnings emitted\n\n"}},"successes":{}} \ No newline at end of file +{"rustc_fingerprint":10229423691892629593,"outputs":{"7971740275564407648":{"success":true,"status":"","code":0,"stdout":"___\nlib___.rlib\nlib___.dylib\nlib___.dylib\nlib___.a\nlib___.dylib\n/Users/jeldonmusic/.rustup/toolchains/stable-aarch64-apple-darwin\noff\npacked\nunpacked\n___\ndebug_assertions\npanic=\"unwind\"\nproc_macro\ntarget_abi=\"\"\ntarget_arch=\"aarch64\"\ntarget_endian=\"little\"\ntarget_env=\"\"\ntarget_family=\"unix\"\ntarget_feature=\"aes\"\ntarget_feature=\"crc\"\ntarget_feature=\"dit\"\ntarget_feature=\"dotprod\"\ntarget_feature=\"dpb\"\ntarget_feature=\"dpb2\"\ntarget_feature=\"fcma\"\ntarget_feature=\"fhm\"\ntarget_feature=\"flagm\"\ntarget_feature=\"fp16\"\ntarget_feature=\"frintts\"\ntarget_feature=\"jsconv\"\ntarget_feature=\"lor\"\ntarget_feature=\"lse\"\ntarget_feature=\"neon\"\ntarget_feature=\"paca\"\ntarget_feature=\"pacg\"\ntarget_feature=\"pan\"\ntarget_feature=\"pmuv3\"\ntarget_feature=\"ras\"\ntarget_feature=\"rcpc\"\ntarget_feature=\"rcpc2\"\ntarget_feature=\"rdm\"\ntarget_feature=\"sb\"\ntarget_feature=\"sha2\"\ntarget_feature=\"sha3\"\ntarget_feature=\"ssbs\"\ntarget_feature=\"vh\"\ntarget_has_atomic=\"128\"\ntarget_has_atomic=\"16\"\ntarget_has_atomic=\"32\"\ntarget_has_atomic=\"64\"\ntarget_has_atomic=\"8\"\ntarget_has_atomic=\"ptr\"\ntarget_os=\"macos\"\ntarget_pointer_width=\"64\"\ntarget_vendor=\"apple\"\nunix\n","stderr":""},"11652014622397750202":{"success":true,"status":"","code":0,"stdout":"___.wasm\nlib___.rlib\n___.wasm\nlib___.a\n/Users/jeldonmusic/.rustup/toolchains/stable-aarch64-apple-darwin\noff\n___\ndebug_assertions\npanic=\"abort\"\nproc_macro\ntarget_abi=\"\"\ntarget_arch=\"wasm32\"\ntarget_endian=\"little\"\ntarget_env=\"\"\ntarget_family=\"wasm\"\ntarget_feature=\"multivalue\"\ntarget_feature=\"mutable-globals\"\ntarget_feature=\"reference-types\"\ntarget_feature=\"sign-ext\"\ntarget_has_atomic=\"16\"\ntarget_has_atomic=\"32\"\ntarget_has_atomic=\"64\"\ntarget_has_atomic=\"8\"\ntarget_has_atomic=\"ptr\"\ntarget_os=\"unknown\"\ntarget_pointer_width=\"32\"\ntarget_vendor=\"unknown\"\n","stderr":"warning: dropping unsupported crate type `dylib` for target `wasm32-unknown-unknown`\n\nwarning: dropping unsupported crate type `proc-macro` for target `wasm32-unknown-unknown`\n\nwarning: 2 warnings emitted\n\n"},"17747080675513052775":{"success":true,"status":"","code":0,"stdout":"rustc 1.86.0 (05f9846f8 2025-03-31)\nbinary: rustc\ncommit-hash: 05f9846f893b09a1be1fc8560e33fc3c815cfecb\ncommit-date: 2025-03-31\nhost: aarch64-apple-darwin\nrelease: 1.86.0\nLLVM version: 19.1.7\n","stderr":""}},"successes":{}} \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/anyhow-7544107209940940/build-script-build-script-build b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/anyhow-7544107209940940/build-script-build-script-build deleted file mode 100644 index bc7b891c1afc0..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/anyhow-7544107209940940/build-script-build-script-build +++ /dev/null @@ -1 +0,0 @@ -1e3f513c1907f371 \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/anyhow-7544107209940940/build-script-build-script-build.json b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/anyhow-7544107209940940/build-script-build-script-build.json deleted file mode 100644 index af724bd013180..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/anyhow-7544107209940940/build-script-build-script-build.json +++ /dev/null @@ -1 +0,0 @@ -{"rustc":4723136837156968084,"features":"[\"default\", \"std\"]","declared_features":"[\"backtrace\", \"default\", \"std\"]","target":17883862002600103897,"profile":1369601567987815722,"path":15355703806658696566,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"release/.fingerprint/anyhow-7544107209940940/dep-build-script-build-script-build","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/anyhow-7544107209940940/dep-build-script-build-script-build b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/anyhow-7544107209940940/dep-build-script-build-script-build deleted file mode 100644 index ec3cb8bfd2804..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/anyhow-7544107209940940/dep-build-script-build-script-build and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/anyhow-7544107209940940/invoked.timestamp b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/anyhow-7544107209940940/invoked.timestamp deleted file mode 100644 index e00328da5aa8e..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/anyhow-7544107209940940/invoked.timestamp +++ /dev/null @@ -1 +0,0 @@ -This file has an mtime of when this was started. \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/bumpalo-38cc5af9eecf88f9/dep-lib-bumpalo b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/bumpalo-38cc5af9eecf88f9/dep-lib-bumpalo deleted file mode 100644 index ec3cb8bfd2804..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/bumpalo-38cc5af9eecf88f9/dep-lib-bumpalo and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/bumpalo-38cc5af9eecf88f9/invoked.timestamp b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/bumpalo-38cc5af9eecf88f9/invoked.timestamp deleted file mode 100644 index e00328da5aa8e..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/bumpalo-38cc5af9eecf88f9/invoked.timestamp +++ /dev/null @@ -1 +0,0 @@ -This file has an mtime of when this was started. \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/bumpalo-38cc5af9eecf88f9/lib-bumpalo b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/bumpalo-38cc5af9eecf88f9/lib-bumpalo deleted file mode 100644 index 3a7881cb529ea..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/bumpalo-38cc5af9eecf88f9/lib-bumpalo +++ /dev/null @@ -1 +0,0 @@ -cf6702138b605ccb \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/bumpalo-38cc5af9eecf88f9/lib-bumpalo.json b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/bumpalo-38cc5af9eecf88f9/lib-bumpalo.json deleted file mode 100644 index ac73be196112c..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/bumpalo-38cc5af9eecf88f9/lib-bumpalo.json +++ /dev/null @@ -1 +0,0 @@ -{"rustc":4723136837156968084,"features":"[\"default\"]","declared_features":"[\"allocator-api2\", \"allocator_api\", \"boxed\", \"collections\", \"default\", \"serde\", \"std\"]","target":10625613344215589528,"profile":1369601567987815722,"path":16513162839552976860,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"release/.fingerprint/bumpalo-38cc5af9eecf88f9/dep-lib-bumpalo","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/data-encoding-0a2de0a2e41b944f/dep-lib-data_encoding b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/data-encoding-0a2de0a2e41b944f/dep-lib-data_encoding deleted file mode 100644 index ec3cb8bfd2804..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/data-encoding-0a2de0a2e41b944f/dep-lib-data_encoding and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/data-encoding-0a2de0a2e41b944f/invoked.timestamp b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/data-encoding-0a2de0a2e41b944f/invoked.timestamp deleted file mode 100644 index e00328da5aa8e..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/data-encoding-0a2de0a2e41b944f/invoked.timestamp +++ /dev/null @@ -1 +0,0 @@ -This file has an mtime of when this was started. \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/data-encoding-0a2de0a2e41b944f/lib-data_encoding b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/data-encoding-0a2de0a2e41b944f/lib-data_encoding deleted file mode 100644 index 92ebcef9af944..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/data-encoding-0a2de0a2e41b944f/lib-data_encoding +++ /dev/null @@ -1 +0,0 @@ -a5652c16bee327b5 \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/data-encoding-0a2de0a2e41b944f/lib-data_encoding.json b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/data-encoding-0a2de0a2e41b944f/lib-data_encoding.json deleted file mode 100644 index f68b025cf99dc..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/data-encoding-0a2de0a2e41b944f/lib-data_encoding.json +++ /dev/null @@ -1 +0,0 @@ -{"rustc":4723136837156968084,"features":"[\"alloc\"]","declared_features":"[\"alloc\", \"default\", \"std\"]","target":11695827766092040444,"profile":4277963323381001074,"path":6011336610486663403,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"release/.fingerprint/data-encoding-0a2de0a2e41b944f/dep-lib-data_encoding","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/data-encoding-macro-internal-c5e549832fc597c1/dep-lib-data_encoding_macro_internal b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/data-encoding-macro-internal-c5e549832fc597c1/dep-lib-data_encoding_macro_internal deleted file mode 100644 index ec3cb8bfd2804..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/data-encoding-macro-internal-c5e549832fc597c1/dep-lib-data_encoding_macro_internal and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/data-encoding-macro-internal-c5e549832fc597c1/invoked.timestamp b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/data-encoding-macro-internal-c5e549832fc597c1/invoked.timestamp deleted file mode 100644 index e00328da5aa8e..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/data-encoding-macro-internal-c5e549832fc597c1/invoked.timestamp +++ /dev/null @@ -1 +0,0 @@ -This file has an mtime of when this was started. \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/data-encoding-macro-internal-c5e549832fc597c1/lib-data_encoding_macro_internal b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/data-encoding-macro-internal-c5e549832fc597c1/lib-data_encoding_macro_internal deleted file mode 100644 index 51846d5a922e2..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/data-encoding-macro-internal-c5e549832fc597c1/lib-data_encoding_macro_internal +++ /dev/null @@ -1 +0,0 @@ -64e48cab6c9af8aa \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/data-encoding-macro-internal-c5e549832fc597c1/lib-data_encoding_macro_internal.json b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/data-encoding-macro-internal-c5e549832fc597c1/lib-data_encoding_macro_internal.json deleted file mode 100644 index 20372ae2016fb..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/data-encoding-macro-internal-c5e549832fc597c1/lib-data_encoding_macro_internal.json +++ /dev/null @@ -1 +0,0 @@ -{"rustc":4723136837156968084,"features":"[]","declared_features":"[]","target":13159524910902495347,"profile":1369601567987815722,"path":10119553618410999575,"deps":[[1282593816529001625,"data_encoding",false,13053652450511971749],[8986759836770526006,"syn",false,5121157120538410857]],"local":[{"CheckDepInfo":{"dep_info":"release/.fingerprint/data-encoding-macro-internal-c5e549832fc597c1/dep-lib-data_encoding_macro_internal","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/equivalent-fecc79cd13c80076/dep-lib-equivalent b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/equivalent-fecc79cd13c80076/dep-lib-equivalent deleted file mode 100644 index ec3cb8bfd2804..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/equivalent-fecc79cd13c80076/dep-lib-equivalent and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/equivalent-fecc79cd13c80076/invoked.timestamp b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/equivalent-fecc79cd13c80076/invoked.timestamp deleted file mode 100644 index e00328da5aa8e..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/equivalent-fecc79cd13c80076/invoked.timestamp +++ /dev/null @@ -1 +0,0 @@ -This file has an mtime of when this was started. \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/equivalent-fecc79cd13c80076/lib-equivalent b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/equivalent-fecc79cd13c80076/lib-equivalent deleted file mode 100644 index 3427d92c9e59c..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/equivalent-fecc79cd13c80076/lib-equivalent +++ /dev/null @@ -1 +0,0 @@ -8aab9cdafd4d638a \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/equivalent-fecc79cd13c80076/lib-equivalent.json b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/equivalent-fecc79cd13c80076/lib-equivalent.json deleted file mode 100644 index 7d698c61a9b1c..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/equivalent-fecc79cd13c80076/lib-equivalent.json +++ /dev/null @@ -1 +0,0 @@ -{"rustc":4723136837156968084,"features":"[]","declared_features":"[]","target":1524667692659508025,"profile":1369601567987815722,"path":17004759405003174821,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"release/.fingerprint/equivalent-fecc79cd13c80076/dep-lib-equivalent","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/generic-array-d87aecd2d38512a1/build-script-build-script-build b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/generic-array-d87aecd2d38512a1/build-script-build-script-build deleted file mode 100644 index 140be7cd58e8d..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/generic-array-d87aecd2d38512a1/build-script-build-script-build +++ /dev/null @@ -1 +0,0 @@ -762c8803b66a57b1 \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/generic-array-d87aecd2d38512a1/build-script-build-script-build.json b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/generic-array-d87aecd2d38512a1/build-script-build-script-build.json deleted file mode 100644 index 9434e3e7a3285..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/generic-array-d87aecd2d38512a1/build-script-build-script-build.json +++ /dev/null @@ -1 +0,0 @@ -{"rustc":4723136837156968084,"features":"[\"more_lengths\"]","declared_features":"[\"more_lengths\", \"serde\", \"zeroize\"]","target":12318548087768197662,"profile":1369601567987815722,"path":7653944412069977735,"deps":[[5398981501050481332,"version_check",false,9342186056570987933]],"local":[{"CheckDepInfo":{"dep_info":"release/.fingerprint/generic-array-d87aecd2d38512a1/dep-build-script-build-script-build","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/generic-array-d87aecd2d38512a1/dep-build-script-build-script-build b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/generic-array-d87aecd2d38512a1/dep-build-script-build-script-build deleted file mode 100644 index ec3cb8bfd2804..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/generic-array-d87aecd2d38512a1/dep-build-script-build-script-build and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/generic-array-d87aecd2d38512a1/invoked.timestamp b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/generic-array-d87aecd2d38512a1/invoked.timestamp deleted file mode 100644 index e00328da5aa8e..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/generic-array-d87aecd2d38512a1/invoked.timestamp +++ /dev/null @@ -1 +0,0 @@ -This file has an mtime of when this was started. \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/hashbrown-4e0a78dbe1c83354/dep-lib-hashbrown b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/hashbrown-4e0a78dbe1c83354/dep-lib-hashbrown deleted file mode 100644 index ec3cb8bfd2804..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/hashbrown-4e0a78dbe1c83354/dep-lib-hashbrown and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/hashbrown-4e0a78dbe1c83354/invoked.timestamp b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/hashbrown-4e0a78dbe1c83354/invoked.timestamp deleted file mode 100644 index e00328da5aa8e..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/hashbrown-4e0a78dbe1c83354/invoked.timestamp +++ /dev/null @@ -1 +0,0 @@ -This file has an mtime of when this was started. \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/hashbrown-4e0a78dbe1c83354/lib-hashbrown b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/hashbrown-4e0a78dbe1c83354/lib-hashbrown deleted file mode 100644 index 1755e063ee697..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/hashbrown-4e0a78dbe1c83354/lib-hashbrown +++ /dev/null @@ -1 +0,0 @@ -3fa6433956b96d7b \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/hashbrown-4e0a78dbe1c83354/lib-hashbrown.json b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/hashbrown-4e0a78dbe1c83354/lib-hashbrown.json deleted file mode 100644 index ad8cf33ba7132..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/hashbrown-4e0a78dbe1c83354/lib-hashbrown.json +++ /dev/null @@ -1 +0,0 @@ -{"rustc":4723136837156968084,"features":"[]","declared_features":"[\"alloc\", \"allocator-api2\", \"compiler_builtins\", \"core\", \"default\", \"default-hasher\", \"equivalent\", \"inline-more\", \"nightly\", \"raw-entry\", \"rayon\", \"rustc-dep-of-std\", \"rustc-internal-api\", \"serde\"]","target":13796197676120832388,"profile":1369601567987815722,"path":16454461548982790324,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"release/.fingerprint/hashbrown-4e0a78dbe1c83354/dep-lib-hashbrown","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/indexmap-58999313a0c86ff9/dep-lib-indexmap b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/indexmap-58999313a0c86ff9/dep-lib-indexmap deleted file mode 100644 index ec3cb8bfd2804..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/indexmap-58999313a0c86ff9/dep-lib-indexmap and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/indexmap-58999313a0c86ff9/invoked.timestamp b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/indexmap-58999313a0c86ff9/invoked.timestamp deleted file mode 100644 index e00328da5aa8e..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/indexmap-58999313a0c86ff9/invoked.timestamp +++ /dev/null @@ -1 +0,0 @@ -This file has an mtime of when this was started. \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/indexmap-58999313a0c86ff9/lib-indexmap b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/indexmap-58999313a0c86ff9/lib-indexmap deleted file mode 100644 index 48e341162b070..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/indexmap-58999313a0c86ff9/lib-indexmap +++ /dev/null @@ -1 +0,0 @@ -f91c889944df5698 \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/indexmap-58999313a0c86ff9/lib-indexmap.json b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/indexmap-58999313a0c86ff9/lib-indexmap.json deleted file mode 100644 index f3fa2357445e7..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/indexmap-58999313a0c86ff9/lib-indexmap.json +++ /dev/null @@ -1 +0,0 @@ -{"rustc":4723136837156968084,"features":"[\"default\", \"std\"]","declared_features":"[\"arbitrary\", \"borsh\", \"default\", \"quickcheck\", \"rayon\", \"serde\", \"std\", \"test_debug\"]","target":10391229881554802429,"profile":1441446567265041583,"path":6523387717381132656,"deps":[[5230392855116717286,"equivalent",false,9971899752618175370],[17286916485753290591,"hashbrown",false,8893968619105658431]],"local":[{"CheckDepInfo":{"dep_info":"release/.fingerprint/indexmap-58999313a0c86ff9/dep-lib-indexmap","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/log-135457e2a6299e10/dep-lib-log b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/log-135457e2a6299e10/dep-lib-log deleted file mode 100644 index ec3cb8bfd2804..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/log-135457e2a6299e10/dep-lib-log and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/log-135457e2a6299e10/invoked.timestamp b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/log-135457e2a6299e10/invoked.timestamp deleted file mode 100644 index e00328da5aa8e..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/log-135457e2a6299e10/invoked.timestamp +++ /dev/null @@ -1 +0,0 @@ -This file has an mtime of when this was started. \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/log-135457e2a6299e10/lib-log b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/log-135457e2a6299e10/lib-log deleted file mode 100644 index 62ef85a164b6f..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/log-135457e2a6299e10/lib-log +++ /dev/null @@ -1 +0,0 @@ -58b4434e2a40098e \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/log-135457e2a6299e10/lib-log.json b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/log-135457e2a6299e10/lib-log.json deleted file mode 100644 index 08ed27fe85eb9..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/log-135457e2a6299e10/lib-log.json +++ /dev/null @@ -1 +0,0 @@ -{"rustc":4723136837156968084,"features":"[]","declared_features":"[\"kv\", \"kv_serde\", \"kv_std\", \"kv_sval\", \"kv_unstable\", \"kv_unstable_serde\", \"kv_unstable_std\", \"kv_unstable_sval\", \"max_level_debug\", \"max_level_error\", \"max_level_info\", \"max_level_off\", \"max_level_trace\", \"max_level_warn\", \"release_max_level_debug\", \"release_max_level_error\", \"release_max_level_info\", \"release_max_level_off\", \"release_max_level_trace\", \"release_max_level_warn\", \"serde\", \"std\", \"sval\", \"sval_ref\", \"value-bag\"]","target":6550155848337067049,"profile":1369601567987815722,"path":5346344452176981357,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"release/.fingerprint/log-135457e2a6299e10/dep-lib-log","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/multihash-derive-impl-665dc92ed2c11b65/dep-lib-multihash_derive_impl b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/multihash-derive-impl-665dc92ed2c11b65/dep-lib-multihash_derive_impl deleted file mode 100644 index ec3cb8bfd2804..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/multihash-derive-impl-665dc92ed2c11b65/dep-lib-multihash_derive_impl and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/multihash-derive-impl-665dc92ed2c11b65/invoked.timestamp b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/multihash-derive-impl-665dc92ed2c11b65/invoked.timestamp deleted file mode 100644 index e00328da5aa8e..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/multihash-derive-impl-665dc92ed2c11b65/invoked.timestamp +++ /dev/null @@ -1 +0,0 @@ -This file has an mtime of when this was started. \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/multihash-derive-impl-665dc92ed2c11b65/lib-multihash_derive_impl b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/multihash-derive-impl-665dc92ed2c11b65/lib-multihash_derive_impl deleted file mode 100644 index 20151c4a8e0f2..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/multihash-derive-impl-665dc92ed2c11b65/lib-multihash_derive_impl +++ /dev/null @@ -1 +0,0 @@ -f1028cfaeb9ca674 \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/multihash-derive-impl-665dc92ed2c11b65/lib-multihash_derive_impl.json b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/multihash-derive-impl-665dc92ed2c11b65/lib-multihash_derive_impl.json deleted file mode 100644 index 2c04c4cb21a32..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/multihash-derive-impl-665dc92ed2c11b65/lib-multihash_derive_impl.json +++ /dev/null @@ -1 +0,0 @@ -{"rustc":4723136837156968084,"features":"[]","declared_features":"[]","target":15553521059271035206,"profile":1369601567987815722,"path":7887757259604025645,"deps":[[8255984149445737001,"synstructure",false,6431345282845056322],[8986759836770526006,"syn",false,5121157120538410857],[12410540580958238005,"proc_macro2",false,12058957691899591050],[15203748914246919255,"proc_macro_crate",false,4743386682286476052],[17990358020177143287,"quote",false,1626095007439313074]],"local":[{"CheckDepInfo":{"dep_info":"release/.fingerprint/multihash-derive-impl-665dc92ed2c11b65/dep-lib-multihash_derive_impl","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/proc-macro-crate-6fee155835b5dac2/dep-lib-proc_macro_crate b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/proc-macro-crate-6fee155835b5dac2/dep-lib-proc_macro_crate deleted file mode 100644 index ec3cb8bfd2804..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/proc-macro-crate-6fee155835b5dac2/dep-lib-proc_macro_crate and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/proc-macro-crate-6fee155835b5dac2/invoked.timestamp b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/proc-macro-crate-6fee155835b5dac2/invoked.timestamp deleted file mode 100644 index e00328da5aa8e..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/proc-macro-crate-6fee155835b5dac2/invoked.timestamp +++ /dev/null @@ -1 +0,0 @@ -This file has an mtime of when this was started. \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/proc-macro-crate-6fee155835b5dac2/lib-proc_macro_crate b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/proc-macro-crate-6fee155835b5dac2/lib-proc_macro_crate deleted file mode 100644 index 7032213e199ee..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/proc-macro-crate-6fee155835b5dac2/lib-proc_macro_crate +++ /dev/null @@ -1 +0,0 @@ -140b01560ee5d341 \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/proc-macro-crate-6fee155835b5dac2/lib-proc_macro_crate.json b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/proc-macro-crate-6fee155835b5dac2/lib-proc_macro_crate.json deleted file mode 100644 index a37c356fbfcc2..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/proc-macro-crate-6fee155835b5dac2/lib-proc_macro_crate.json +++ /dev/null @@ -1 +0,0 @@ -{"rustc":4723136837156968084,"features":"[]","declared_features":"[]","target":5476236772333675263,"profile":1369601567987815722,"path":1512801795558980716,"deps":[[5888114266489702884,"toml_edit",false,12449201007507771051]],"local":[{"CheckDepInfo":{"dep_info":"release/.fingerprint/proc-macro-crate-6fee155835b5dac2/dep-lib-proc_macro_crate","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/proc-macro2-30b5703055b35eb5/build-script-build-script-build b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/proc-macro2-30b5703055b35eb5/build-script-build-script-build deleted file mode 100644 index 50c78a74d0524..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/proc-macro2-30b5703055b35eb5/build-script-build-script-build +++ /dev/null @@ -1 +0,0 @@ -530d8edeb0cf0470 \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/proc-macro2-30b5703055b35eb5/build-script-build-script-build.json b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/proc-macro2-30b5703055b35eb5/build-script-build-script-build.json deleted file mode 100644 index c161b61a837fd..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/proc-macro2-30b5703055b35eb5/build-script-build-script-build.json +++ /dev/null @@ -1 +0,0 @@ -{"rustc":4723136837156968084,"features":"[\"default\", \"proc-macro\", \"span-locations\"]","declared_features":"[\"default\", \"nightly\", \"proc-macro\", \"span-locations\"]","target":5408242616063297496,"profile":1369601567987815722,"path":17797427642893414243,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"release/.fingerprint/proc-macro2-30b5703055b35eb5/dep-build-script-build-script-build","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/proc-macro2-30b5703055b35eb5/dep-build-script-build-script-build b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/proc-macro2-30b5703055b35eb5/dep-build-script-build-script-build deleted file mode 100644 index ec3cb8bfd2804..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/proc-macro2-30b5703055b35eb5/dep-build-script-build-script-build and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/proc-macro2-30b5703055b35eb5/invoked.timestamp b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/proc-macro2-30b5703055b35eb5/invoked.timestamp deleted file mode 100644 index e00328da5aa8e..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/proc-macro2-30b5703055b35eb5/invoked.timestamp +++ /dev/null @@ -1 +0,0 @@ -This file has an mtime of when this was started. \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/proc-macro2-35e50377d75e75cb/dep-lib-proc_macro2 b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/proc-macro2-35e50377d75e75cb/dep-lib-proc_macro2 deleted file mode 100644 index ec3cb8bfd2804..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/proc-macro2-35e50377d75e75cb/dep-lib-proc_macro2 and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/proc-macro2-35e50377d75e75cb/invoked.timestamp b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/proc-macro2-35e50377d75e75cb/invoked.timestamp deleted file mode 100644 index e00328da5aa8e..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/proc-macro2-35e50377d75e75cb/invoked.timestamp +++ /dev/null @@ -1 +0,0 @@ -This file has an mtime of when this was started. \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/proc-macro2-35e50377d75e75cb/lib-proc_macro2 b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/proc-macro2-35e50377d75e75cb/lib-proc_macro2 deleted file mode 100644 index 5ad33c3bc11a3..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/proc-macro2-35e50377d75e75cb/lib-proc_macro2 +++ /dev/null @@ -1 +0,0 @@ -8ab9233321065aa7 \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/proc-macro2-35e50377d75e75cb/lib-proc_macro2.json b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/proc-macro2-35e50377d75e75cb/lib-proc_macro2.json deleted file mode 100644 index 984d8554ea0ff..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/proc-macro2-35e50377d75e75cb/lib-proc_macro2.json +++ /dev/null @@ -1 +0,0 @@ -{"rustc":4723136837156968084,"features":"[\"default\", \"proc-macro\", \"span-locations\"]","declared_features":"[\"default\", \"nightly\", \"proc-macro\", \"span-locations\"]","target":369203346396300798,"profile":1369601567987815722,"path":8391632944887098853,"deps":[[1988483478007900009,"unicode_ident",false,10651723098327623973],[12410540580958238005,"build_script_build",false,6003787812471897342]],"local":[{"CheckDepInfo":{"dep_info":"release/.fingerprint/proc-macro2-35e50377d75e75cb/dep-lib-proc_macro2","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/proc-macro2-8e3e129c82da3a41/run-build-script-build-script-build b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/proc-macro2-8e3e129c82da3a41/run-build-script-build-script-build deleted file mode 100644 index 076559529f7d0..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/proc-macro2-8e3e129c82da3a41/run-build-script-build-script-build +++ /dev/null @@ -1 +0,0 @@ -fefc34bd34bd5153 \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/proc-macro2-8e3e129c82da3a41/run-build-script-build-script-build.json b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/proc-macro2-8e3e129c82da3a41/run-build-script-build-script-build.json deleted file mode 100644 index dcca07027d94e..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/proc-macro2-8e3e129c82da3a41/run-build-script-build-script-build.json +++ /dev/null @@ -1 +0,0 @@ -{"rustc":4723136837156968084,"features":"","declared_features":"","target":0,"profile":0,"path":0,"deps":[[12410540580958238005,"build_script_build",false,8071804790709816659]],"local":[{"RerunIfChanged":{"output":"release/build/proc-macro2-8e3e129c82da3a41/output","paths":["build/probe.rs"]}},{"RerunIfEnvChanged":{"var":"RUSTC_BOOTSTRAP","val":null}}],"rustflags":[],"config":0,"compile_kind":0} \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/quote-e80b23ef68276830/dep-lib-quote b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/quote-e80b23ef68276830/dep-lib-quote deleted file mode 100644 index ec3cb8bfd2804..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/quote-e80b23ef68276830/dep-lib-quote and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/quote-e80b23ef68276830/invoked.timestamp b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/quote-e80b23ef68276830/invoked.timestamp deleted file mode 100644 index e00328da5aa8e..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/quote-e80b23ef68276830/invoked.timestamp +++ /dev/null @@ -1 +0,0 @@ -This file has an mtime of when this was started. \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/quote-e80b23ef68276830/lib-quote b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/quote-e80b23ef68276830/lib-quote deleted file mode 100644 index b82d03a7d798c..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/quote-e80b23ef68276830/lib-quote +++ /dev/null @@ -1 +0,0 @@ -b2d87439cb0c9116 \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/quote-e80b23ef68276830/lib-quote.json b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/quote-e80b23ef68276830/lib-quote.json deleted file mode 100644 index 29c65b25faa76..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/quote-e80b23ef68276830/lib-quote.json +++ /dev/null @@ -1 +0,0 @@ -{"rustc":4723136837156968084,"features":"[\"default\", \"proc-macro\"]","declared_features":"[\"default\", \"proc-macro\"]","target":3570458776599611685,"profile":1369601567987815722,"path":8479648726421402348,"deps":[[12410540580958238005,"proc_macro2",false,12058957691899591050]],"local":[{"CheckDepInfo":{"dep_info":"release/.fingerprint/quote-e80b23ef68276830/dep-lib-quote","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/rustversion-5760940e0303d812/run-build-script-build-script-build b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/rustversion-5760940e0303d812/run-build-script-build-script-build deleted file mode 100644 index da6323047193b..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/rustversion-5760940e0303d812/run-build-script-build-script-build +++ /dev/null @@ -1 +0,0 @@ -b585f1ab0a5c542c \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/rustversion-5760940e0303d812/run-build-script-build-script-build.json b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/rustversion-5760940e0303d812/run-build-script-build-script-build.json deleted file mode 100644 index 4bd228d80ba84..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/rustversion-5760940e0303d812/run-build-script-build-script-build.json +++ /dev/null @@ -1 +0,0 @@ -{"rustc":4723136837156968084,"features":"","declared_features":"","target":0,"profile":0,"path":0,"deps":[[1999399154011168049,"build_script_build",false,7339314218877086315]],"local":[{"RerunIfChanged":{"output":"release/build/rustversion-5760940e0303d812/output","paths":["build/build.rs"]}}],"rustflags":[],"config":0,"compile_kind":0} \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/rustversion-62f71b0d6aa00c7a/dep-lib-rustversion b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/rustversion-62f71b0d6aa00c7a/dep-lib-rustversion deleted file mode 100644 index 8a7a86ae3443a..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/rustversion-62f71b0d6aa00c7a/dep-lib-rustversion and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/rustversion-62f71b0d6aa00c7a/invoked.timestamp b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/rustversion-62f71b0d6aa00c7a/invoked.timestamp deleted file mode 100644 index e00328da5aa8e..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/rustversion-62f71b0d6aa00c7a/invoked.timestamp +++ /dev/null @@ -1 +0,0 @@ -This file has an mtime of when this was started. \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/rustversion-62f71b0d6aa00c7a/lib-rustversion b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/rustversion-62f71b0d6aa00c7a/lib-rustversion deleted file mode 100644 index e05cf3218f70c..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/rustversion-62f71b0d6aa00c7a/lib-rustversion +++ /dev/null @@ -1 +0,0 @@ -62788933e6805e8e \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/rustversion-62f71b0d6aa00c7a/lib-rustversion.json b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/rustversion-62f71b0d6aa00c7a/lib-rustversion.json deleted file mode 100644 index a28c69d10bd2d..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/rustversion-62f71b0d6aa00c7a/lib-rustversion.json +++ /dev/null @@ -1 +0,0 @@ -{"rustc":4723136837156968084,"features":"[]","declared_features":"[]","target":179193587114931863,"profile":1369601567987815722,"path":7115575511815542046,"deps":[[1999399154011168049,"build_script_build",false,3194279236616684981]],"local":[{"CheckDepInfo":{"dep_info":"release/.fingerprint/rustversion-62f71b0d6aa00c7a/dep-lib-rustversion","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/rustversion-a7ad950bec7c326e/build-script-build-script-build b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/rustversion-a7ad950bec7c326e/build-script-build-script-build deleted file mode 100644 index 5545a29b1a5ed..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/rustversion-a7ad950bec7c326e/build-script-build-script-build +++ /dev/null @@ -1 +0,0 @@ -6b6a248f657bda65 \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/rustversion-a7ad950bec7c326e/build-script-build-script-build.json b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/rustversion-a7ad950bec7c326e/build-script-build-script-build.json deleted file mode 100644 index d1aa82fde1a07..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/rustversion-a7ad950bec7c326e/build-script-build-script-build.json +++ /dev/null @@ -1 +0,0 @@ -{"rustc":4723136837156968084,"features":"[]","declared_features":"[]","target":17883862002600103897,"profile":1369601567987815722,"path":14836376171110241530,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"release/.fingerprint/rustversion-a7ad950bec7c326e/dep-build-script-build-script-build","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/rustversion-a7ad950bec7c326e/dep-build-script-build-script-build b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/rustversion-a7ad950bec7c326e/dep-build-script-build-script-build deleted file mode 100644 index ec3cb8bfd2804..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/rustversion-a7ad950bec7c326e/dep-build-script-build-script-build and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/rustversion-a7ad950bec7c326e/invoked.timestamp b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/rustversion-a7ad950bec7c326e/invoked.timestamp deleted file mode 100644 index e00328da5aa8e..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/rustversion-a7ad950bec7c326e/invoked.timestamp +++ /dev/null @@ -1 +0,0 @@ -This file has an mtime of when this was started. \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/serde-679cbfd008368031/build-script-build-script-build b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/serde-679cbfd008368031/build-script-build-script-build deleted file mode 100644 index 5da42bad317e0..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/serde-679cbfd008368031/build-script-build-script-build +++ /dev/null @@ -1 +0,0 @@ -0c9e1d66bc0a3b92 \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/serde-679cbfd008368031/build-script-build-script-build.json b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/serde-679cbfd008368031/build-script-build-script-build.json deleted file mode 100644 index 79feb43c73e7a..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/serde-679cbfd008368031/build-script-build-script-build.json +++ /dev/null @@ -1 +0,0 @@ -{"rustc":4723136837156968084,"features":"[\"default\", \"derive\", \"serde_derive\", \"std\"]","declared_features":"[\"alloc\", \"default\", \"derive\", \"rc\", \"serde_derive\", \"std\", \"unstable\"]","target":17883862002600103897,"profile":1369601567987815722,"path":15230404701149519631,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"release/.fingerprint/serde-679cbfd008368031/dep-build-script-build-script-build","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/serde-679cbfd008368031/dep-build-script-build-script-build b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/serde-679cbfd008368031/dep-build-script-build-script-build deleted file mode 100644 index ec3cb8bfd2804..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/serde-679cbfd008368031/dep-build-script-build-script-build and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/serde-679cbfd008368031/invoked.timestamp b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/serde-679cbfd008368031/invoked.timestamp deleted file mode 100644 index e00328da5aa8e..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/serde-679cbfd008368031/invoked.timestamp +++ /dev/null @@ -1 +0,0 @@ -This file has an mtime of when this was started. \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/serde_derive-ddcace374c044db4/dep-lib-serde_derive b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/serde_derive-ddcace374c044db4/dep-lib-serde_derive deleted file mode 100644 index ec3cb8bfd2804..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/serde_derive-ddcace374c044db4/dep-lib-serde_derive and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/serde_derive-ddcace374c044db4/invoked.timestamp b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/serde_derive-ddcace374c044db4/invoked.timestamp deleted file mode 100644 index e00328da5aa8e..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/serde_derive-ddcace374c044db4/invoked.timestamp +++ /dev/null @@ -1 +0,0 @@ -This file has an mtime of when this was started. \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/serde_derive-ddcace374c044db4/lib-serde_derive b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/serde_derive-ddcace374c044db4/lib-serde_derive deleted file mode 100644 index 5b5a836e97304..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/serde_derive-ddcace374c044db4/lib-serde_derive +++ /dev/null @@ -1 +0,0 @@ -e9bd8e4854d7cdf2 \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/serde_derive-ddcace374c044db4/lib-serde_derive.json b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/serde_derive-ddcace374c044db4/lib-serde_derive.json deleted file mode 100644 index 97eb7fe914107..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/serde_derive-ddcace374c044db4/lib-serde_derive.json +++ /dev/null @@ -1 +0,0 @@ -{"rustc":4723136837156968084,"features":"[\"default\"]","declared_features":"[\"default\", \"deserialize_in_place\"]","target":15021099784577728963,"profile":1369601567987815722,"path":12663174418590858777,"deps":[[8986759836770526006,"syn",false,5121157120538410857],[12410540580958238005,"proc_macro2",false,12058957691899591050],[17990358020177143287,"quote",false,1626095007439313074]],"local":[{"CheckDepInfo":{"dep_info":"release/.fingerprint/serde_derive-ddcace374c044db4/dep-lib-serde_derive","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/serde_json-92f64702253c6913/build-script-build-script-build b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/serde_json-92f64702253c6913/build-script-build-script-build deleted file mode 100644 index 71e64aaed0d34..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/serde_json-92f64702253c6913/build-script-build-script-build +++ /dev/null @@ -1 +0,0 @@ -8109e815e60b174d \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/serde_json-92f64702253c6913/build-script-build-script-build.json b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/serde_json-92f64702253c6913/build-script-build-script-build.json deleted file mode 100644 index 73c7131abe3d4..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/serde_json-92f64702253c6913/build-script-build-script-build.json +++ /dev/null @@ -1 +0,0 @@ -{"rustc":4723136837156968084,"features":"[\"default\", \"std\"]","declared_features":"[\"alloc\", \"arbitrary_precision\", \"default\", \"float_roundtrip\", \"indexmap\", \"preserve_order\", \"raw_value\", \"std\", \"unbounded_depth\"]","target":5408242616063297496,"profile":1369601567987815722,"path":9142402991916733029,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"release/.fingerprint/serde_json-92f64702253c6913/dep-build-script-build-script-build","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/serde_json-92f64702253c6913/dep-build-script-build-script-build b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/serde_json-92f64702253c6913/dep-build-script-build-script-build deleted file mode 100644 index ec3cb8bfd2804..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/serde_json-92f64702253c6913/dep-build-script-build-script-build and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/serde_json-92f64702253c6913/invoked.timestamp b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/serde_json-92f64702253c6913/invoked.timestamp deleted file mode 100644 index e00328da5aa8e..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/serde_json-92f64702253c6913/invoked.timestamp +++ /dev/null @@ -1 +0,0 @@ -This file has an mtime of when this was started. \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/syn-50f38ff024bbc222/dep-lib-syn b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/syn-50f38ff024bbc222/dep-lib-syn deleted file mode 100644 index ec3cb8bfd2804..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/syn-50f38ff024bbc222/dep-lib-syn and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/syn-50f38ff024bbc222/invoked.timestamp b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/syn-50f38ff024bbc222/invoked.timestamp deleted file mode 100644 index e00328da5aa8e..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/syn-50f38ff024bbc222/invoked.timestamp +++ /dev/null @@ -1 +0,0 @@ -This file has an mtime of when this was started. \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/syn-50f38ff024bbc222/lib-syn b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/syn-50f38ff024bbc222/lib-syn deleted file mode 100644 index c2c8ea94d45b0..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/syn-50f38ff024bbc222/lib-syn +++ /dev/null @@ -1 +0,0 @@ -697fa7a044011247 \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/syn-50f38ff024bbc222/lib-syn.json b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/syn-50f38ff024bbc222/lib-syn.json deleted file mode 100644 index cfc8423372006..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/syn-50f38ff024bbc222/lib-syn.json +++ /dev/null @@ -1 +0,0 @@ -{"rustc":4723136837156968084,"features":"[\"clone-impls\", \"default\", \"derive\", \"extra-traits\", \"full\", \"parsing\", \"printing\", \"proc-macro\", \"visit\", \"visit-mut\"]","declared_features":"[\"clone-impls\", \"default\", \"derive\", \"extra-traits\", \"fold\", \"full\", \"parsing\", \"printing\", \"proc-macro\", \"test\", \"visit\", \"visit-mut\"]","target":9442126953582868550,"profile":1369601567987815722,"path":12593718159976459915,"deps":[[1988483478007900009,"unicode_ident",false,10651723098327623973],[12410540580958238005,"proc_macro2",false,12058957691899591050],[17990358020177143287,"quote",false,1626095007439313074]],"local":[{"CheckDepInfo":{"dep_info":"release/.fingerprint/syn-50f38ff024bbc222/dep-lib-syn","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/synstructure-4a5547b592b92231/dep-lib-synstructure b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/synstructure-4a5547b592b92231/dep-lib-synstructure deleted file mode 100644 index ec3cb8bfd2804..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/synstructure-4a5547b592b92231/dep-lib-synstructure and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/synstructure-4a5547b592b92231/invoked.timestamp b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/synstructure-4a5547b592b92231/invoked.timestamp deleted file mode 100644 index e00328da5aa8e..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/synstructure-4a5547b592b92231/invoked.timestamp +++ /dev/null @@ -1 +0,0 @@ -This file has an mtime of when this was started. \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/synstructure-4a5547b592b92231/lib-synstructure b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/synstructure-4a5547b592b92231/lib-synstructure deleted file mode 100644 index 4e177ae455c4b..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/synstructure-4a5547b592b92231/lib-synstructure +++ /dev/null @@ -1 +0,0 @@ -421dddc375ba4059 \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/synstructure-4a5547b592b92231/lib-synstructure.json b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/synstructure-4a5547b592b92231/lib-synstructure.json deleted file mode 100644 index 0aefa5ae476cb..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/synstructure-4a5547b592b92231/lib-synstructure.json +++ /dev/null @@ -1 +0,0 @@ -{"rustc":4723136837156968084,"features":"[\"default\", \"proc-macro\"]","declared_features":"[\"default\", \"proc-macro\"]","target":2519698502604580422,"profile":1369601567987815722,"path":2460325839244291035,"deps":[[8986759836770526006,"syn",false,5121157120538410857],[12410540580958238005,"proc_macro2",false,12058957691899591050],[17990358020177143287,"quote",false,1626095007439313074]],"local":[{"CheckDepInfo":{"dep_info":"release/.fingerprint/synstructure-4a5547b592b92231/dep-lib-synstructure","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/toml_datetime-4681cb3f3d71e61a/dep-lib-toml_datetime b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/toml_datetime-4681cb3f3d71e61a/dep-lib-toml_datetime deleted file mode 100644 index ec3cb8bfd2804..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/toml_datetime-4681cb3f3d71e61a/dep-lib-toml_datetime and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/toml_datetime-4681cb3f3d71e61a/invoked.timestamp b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/toml_datetime-4681cb3f3d71e61a/invoked.timestamp deleted file mode 100644 index e00328da5aa8e..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/toml_datetime-4681cb3f3d71e61a/invoked.timestamp +++ /dev/null @@ -1 +0,0 @@ -This file has an mtime of when this was started. \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/toml_datetime-4681cb3f3d71e61a/lib-toml_datetime b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/toml_datetime-4681cb3f3d71e61a/lib-toml_datetime deleted file mode 100644 index 53932822b52fc..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/toml_datetime-4681cb3f3d71e61a/lib-toml_datetime +++ /dev/null @@ -1 +0,0 @@ -87a913e7e8533220 \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/toml_datetime-4681cb3f3d71e61a/lib-toml_datetime.json b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/toml_datetime-4681cb3f3d71e61a/lib-toml_datetime.json deleted file mode 100644 index c5ab30005f687..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/toml_datetime-4681cb3f3d71e61a/lib-toml_datetime.json +++ /dev/null @@ -1 +0,0 @@ -{"rustc":4723136837156968084,"features":"[]","declared_features":"[\"serde\"]","target":17332020374355320730,"profile":15185395055243571977,"path":5489135218595827317,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"release/.fingerprint/toml_datetime-4681cb3f3d71e61a/dep-lib-toml_datetime","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/toml_edit-7522d6293c15e3a2/dep-lib-toml_edit b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/toml_edit-7522d6293c15e3a2/dep-lib-toml_edit deleted file mode 100644 index ec3cb8bfd2804..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/toml_edit-7522d6293c15e3a2/dep-lib-toml_edit and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/toml_edit-7522d6293c15e3a2/invoked.timestamp b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/toml_edit-7522d6293c15e3a2/invoked.timestamp deleted file mode 100644 index e00328da5aa8e..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/toml_edit-7522d6293c15e3a2/invoked.timestamp +++ /dev/null @@ -1 +0,0 @@ -This file has an mtime of when this was started. \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/toml_edit-7522d6293c15e3a2/lib-toml_edit b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/toml_edit-7522d6293c15e3a2/lib-toml_edit deleted file mode 100644 index 71f44836b1ca8..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/toml_edit-7522d6293c15e3a2/lib-toml_edit +++ /dev/null @@ -1 +0,0 @@ -ab8eef8d5b72c4ac \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/toml_edit-7522d6293c15e3a2/lib-toml_edit.json b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/toml_edit-7522d6293c15e3a2/lib-toml_edit.json deleted file mode 100644 index c12579d67ebc6..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/toml_edit-7522d6293c15e3a2/lib-toml_edit.json +++ /dev/null @@ -1 +0,0 @@ -{"rustc":4723136837156968084,"features":"[\"parse\"]","declared_features":"[\"default\", \"display\", \"parse\", \"perf\", \"serde\", \"unbounded\"]","target":6238804416149507186,"profile":15791715419336389620,"path":12197296850256335713,"deps":[[1023860869960839508,"toml_datetime",false,2320009017823570311],[10064910574561392228,"winnow",false,12770772974982618633],[14483812548788871374,"indexmap",false,10977206627488767225]],"local":[{"CheckDepInfo":{"dep_info":"release/.fingerprint/toml_edit-7522d6293c15e3a2/dep-lib-toml_edit","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/typenum-b0260b315b13bad9/build-script-build-script-build b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/typenum-b0260b315b13bad9/build-script-build-script-build deleted file mode 100644 index 9e59c22cdfdea..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/typenum-b0260b315b13bad9/build-script-build-script-build +++ /dev/null @@ -1 +0,0 @@ -01e59fc63ccf4ec6 \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/typenum-b0260b315b13bad9/build-script-build-script-build.json b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/typenum-b0260b315b13bad9/build-script-build-script-build.json deleted file mode 100644 index ca301379b8864..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/typenum-b0260b315b13bad9/build-script-build-script-build.json +++ /dev/null @@ -1 +0,0 @@ -{"rustc":4723136837156968084,"features":"[]","declared_features":"[\"const-generics\", \"force_unix_path_separator\", \"i128\", \"no_std\", \"scale-info\", \"scale_info\", \"strict\"]","target":17883862002600103897,"profile":1369601567987815722,"path":14754050012139840924,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"release/.fingerprint/typenum-b0260b315b13bad9/dep-build-script-build-script-build","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/typenum-b0260b315b13bad9/dep-build-script-build-script-build b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/typenum-b0260b315b13bad9/dep-build-script-build-script-build deleted file mode 100644 index ec3cb8bfd2804..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/typenum-b0260b315b13bad9/dep-build-script-build-script-build and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/typenum-b0260b315b13bad9/invoked.timestamp b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/typenum-b0260b315b13bad9/invoked.timestamp deleted file mode 100644 index e00328da5aa8e..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/typenum-b0260b315b13bad9/invoked.timestamp +++ /dev/null @@ -1 +0,0 @@ -This file has an mtime of when this was started. \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/unicode-ident-9a68ed29314acba6/dep-lib-unicode_ident b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/unicode-ident-9a68ed29314acba6/dep-lib-unicode_ident deleted file mode 100644 index ec3cb8bfd2804..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/unicode-ident-9a68ed29314acba6/dep-lib-unicode_ident and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/unicode-ident-9a68ed29314acba6/invoked.timestamp b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/unicode-ident-9a68ed29314acba6/invoked.timestamp deleted file mode 100644 index e00328da5aa8e..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/unicode-ident-9a68ed29314acba6/invoked.timestamp +++ /dev/null @@ -1 +0,0 @@ -This file has an mtime of when this was started. \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/unicode-ident-9a68ed29314acba6/lib-unicode_ident b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/unicode-ident-9a68ed29314acba6/lib-unicode_ident deleted file mode 100644 index 01851353d6f98..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/unicode-ident-9a68ed29314acba6/lib-unicode_ident +++ /dev/null @@ -1 +0,0 @@ -2529a401b985d293 \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/unicode-ident-9a68ed29314acba6/lib-unicode_ident.json b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/unicode-ident-9a68ed29314acba6/lib-unicode_ident.json deleted file mode 100644 index fe0d85f891e26..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/unicode-ident-9a68ed29314acba6/lib-unicode_ident.json +++ /dev/null @@ -1 +0,0 @@ -{"rustc":4723136837156968084,"features":"[]","declared_features":"[]","target":5438535436255082082,"profile":1369601567987815722,"path":13746348227232232032,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"release/.fingerprint/unicode-ident-9a68ed29314acba6/dep-lib-unicode_ident","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/version_check-659abb490cc00fd7/dep-lib-version_check b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/version_check-659abb490cc00fd7/dep-lib-version_check deleted file mode 100644 index ec3cb8bfd2804..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/version_check-659abb490cc00fd7/dep-lib-version_check and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/version_check-659abb490cc00fd7/invoked.timestamp b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/version_check-659abb490cc00fd7/invoked.timestamp deleted file mode 100644 index e00328da5aa8e..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/version_check-659abb490cc00fd7/invoked.timestamp +++ /dev/null @@ -1 +0,0 @@ -This file has an mtime of when this was started. \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/version_check-659abb490cc00fd7/lib-version_check b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/version_check-659abb490cc00fd7/lib-version_check deleted file mode 100644 index d61d5dfeedcdd..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/version_check-659abb490cc00fd7/lib-version_check +++ /dev/null @@ -1 +0,0 @@ -9d6585afb81ca681 \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/version_check-659abb490cc00fd7/lib-version_check.json b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/version_check-659abb490cc00fd7/lib-version_check.json deleted file mode 100644 index 609c21f6380b2..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/version_check-659abb490cc00fd7/lib-version_check.json +++ /dev/null @@ -1 +0,0 @@ -{"rustc":4723136837156968084,"features":"[]","declared_features":"[]","target":18099224280402537651,"profile":1369601567987815722,"path":13915564533447869308,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"release/.fingerprint/version_check-659abb490cc00fd7/dep-lib-version_check","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/wasm-bindgen-backend-1c618975e7a18f59/dep-lib-wasm_bindgen_backend b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/wasm-bindgen-backend-1c618975e7a18f59/dep-lib-wasm_bindgen_backend deleted file mode 100644 index ec3cb8bfd2804..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/wasm-bindgen-backend-1c618975e7a18f59/dep-lib-wasm_bindgen_backend and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/wasm-bindgen-backend-1c618975e7a18f59/invoked.timestamp b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/wasm-bindgen-backend-1c618975e7a18f59/invoked.timestamp deleted file mode 100644 index e00328da5aa8e..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/wasm-bindgen-backend-1c618975e7a18f59/invoked.timestamp +++ /dev/null @@ -1 +0,0 @@ -This file has an mtime of when this was started. \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/wasm-bindgen-backend-1c618975e7a18f59/lib-wasm_bindgen_backend b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/wasm-bindgen-backend-1c618975e7a18f59/lib-wasm_bindgen_backend deleted file mode 100644 index 1bb481b932b4a..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/wasm-bindgen-backend-1c618975e7a18f59/lib-wasm_bindgen_backend +++ /dev/null @@ -1 +0,0 @@ -6eccbe6d305dad15 \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/wasm-bindgen-backend-1c618975e7a18f59/lib-wasm_bindgen_backend.json b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/wasm-bindgen-backend-1c618975e7a18f59/lib-wasm_bindgen_backend.json deleted file mode 100644 index cc08445900a7d..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/wasm-bindgen-backend-1c618975e7a18f59/lib-wasm_bindgen_backend.json +++ /dev/null @@ -1 +0,0 @@ -{"rustc":4723136837156968084,"features":"[]","declared_features":"[\"extra-traits\"]","target":4856214846215393392,"profile":4305681822225477910,"path":8890172923230404151,"deps":[[5565734382182604648,"bumpalo",false,14653693437992396751],[5986029879202738730,"log",false,10234782178622026840],[8986759836770526006,"syn",false,5121157120538410857],[12410540580958238005,"proc_macro2",false,12058957691899591050],[14299170049494554845,"wasm_bindgen_shared",false,895623150194443140],[17990358020177143287,"quote",false,1626095007439313074]],"local":[{"CheckDepInfo":{"dep_info":"release/.fingerprint/wasm-bindgen-backend-1c618975e7a18f59/dep-lib-wasm_bindgen_backend","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/wasm-bindgen-d5a1c01fb994cc1d/build-script-build-script-build b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/wasm-bindgen-d5a1c01fb994cc1d/build-script-build-script-build deleted file mode 100644 index aaf15b6e647fc..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/wasm-bindgen-d5a1c01fb994cc1d/build-script-build-script-build +++ /dev/null @@ -1 +0,0 @@ -85aeef6374788b43 \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/wasm-bindgen-d5a1c01fb994cc1d/build-script-build-script-build.json b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/wasm-bindgen-d5a1c01fb994cc1d/build-script-build-script-build.json deleted file mode 100644 index 2057e6dc73837..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/wasm-bindgen-d5a1c01fb994cc1d/build-script-build-script-build.json +++ /dev/null @@ -1 +0,0 @@ -{"rustc":4723136837156968084,"features":"[\"default\", \"msrv\", \"rustversion\", \"std\"]","declared_features":"[\"default\", \"enable-interning\", \"gg-alloc\", \"msrv\", \"rustversion\", \"serde\", \"serde-serialize\", \"serde_json\", \"spans\", \"std\", \"strict-macro\", \"xxx_debug_only_print_generated_code\"]","target":5408242616063297496,"profile":11185614270399889401,"path":1997604671638118584,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"release/.fingerprint/wasm-bindgen-d5a1c01fb994cc1d/dep-build-script-build-script-build","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/wasm-bindgen-d5a1c01fb994cc1d/dep-build-script-build-script-build b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/wasm-bindgen-d5a1c01fb994cc1d/dep-build-script-build-script-build deleted file mode 100644 index ec3cb8bfd2804..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/wasm-bindgen-d5a1c01fb994cc1d/dep-build-script-build-script-build and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/wasm-bindgen-d5a1c01fb994cc1d/invoked.timestamp b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/wasm-bindgen-d5a1c01fb994cc1d/invoked.timestamp deleted file mode 100644 index e00328da5aa8e..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/wasm-bindgen-d5a1c01fb994cc1d/invoked.timestamp +++ /dev/null @@ -1 +0,0 @@ -This file has an mtime of when this was started. \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/wasm-bindgen-macro-426d9e5d03ae1def/dep-lib-wasm_bindgen_macro b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/wasm-bindgen-macro-426d9e5d03ae1def/dep-lib-wasm_bindgen_macro deleted file mode 100644 index ec3cb8bfd2804..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/wasm-bindgen-macro-426d9e5d03ae1def/dep-lib-wasm_bindgen_macro and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/wasm-bindgen-macro-426d9e5d03ae1def/invoked.timestamp b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/wasm-bindgen-macro-426d9e5d03ae1def/invoked.timestamp deleted file mode 100644 index e00328da5aa8e..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/wasm-bindgen-macro-426d9e5d03ae1def/invoked.timestamp +++ /dev/null @@ -1 +0,0 @@ -This file has an mtime of when this was started. \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/wasm-bindgen-macro-426d9e5d03ae1def/lib-wasm_bindgen_macro b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/wasm-bindgen-macro-426d9e5d03ae1def/lib-wasm_bindgen_macro deleted file mode 100644 index ed14a5cd8683a..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/wasm-bindgen-macro-426d9e5d03ae1def/lib-wasm_bindgen_macro +++ /dev/null @@ -1 +0,0 @@ -69b0306dc6c278e6 \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/wasm-bindgen-macro-426d9e5d03ae1def/lib-wasm_bindgen_macro.json b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/wasm-bindgen-macro-426d9e5d03ae1def/lib-wasm_bindgen_macro.json deleted file mode 100644 index f1dd663cd1d9a..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/wasm-bindgen-macro-426d9e5d03ae1def/lib-wasm_bindgen_macro.json +++ /dev/null @@ -1 +0,0 @@ -{"rustc":4723136837156968084,"features":"[]","declared_features":"[\"strict-macro\", \"xxx_debug_only_print_generated_code\"]","target":6875603382767429092,"profile":4305681822225477910,"path":4761522181753602149,"deps":[[2589611628054203282,"wasm_bindgen_macro_support",false,13604854155017315911],[17990358020177143287,"quote",false,1626095007439313074]],"local":[{"CheckDepInfo":{"dep_info":"release/.fingerprint/wasm-bindgen-macro-426d9e5d03ae1def/dep-lib-wasm_bindgen_macro","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/wasm-bindgen-macro-support-b758688d1d5b064e/dep-lib-wasm_bindgen_macro_support b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/wasm-bindgen-macro-support-b758688d1d5b064e/dep-lib-wasm_bindgen_macro_support deleted file mode 100644 index ec3cb8bfd2804..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/wasm-bindgen-macro-support-b758688d1d5b064e/dep-lib-wasm_bindgen_macro_support and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/wasm-bindgen-macro-support-b758688d1d5b064e/invoked.timestamp b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/wasm-bindgen-macro-support-b758688d1d5b064e/invoked.timestamp deleted file mode 100644 index e00328da5aa8e..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/wasm-bindgen-macro-support-b758688d1d5b064e/invoked.timestamp +++ /dev/null @@ -1 +0,0 @@ -This file has an mtime of when this was started. \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/wasm-bindgen-macro-support-b758688d1d5b064e/lib-wasm_bindgen_macro_support b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/wasm-bindgen-macro-support-b758688d1d5b064e/lib-wasm_bindgen_macro_support deleted file mode 100644 index 532bcaf25b99f..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/wasm-bindgen-macro-support-b758688d1d5b064e/lib-wasm_bindgen_macro_support +++ /dev/null @@ -1 +0,0 @@ -47e6cdbac526cebc \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/wasm-bindgen-macro-support-b758688d1d5b064e/lib-wasm_bindgen_macro_support.json b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/wasm-bindgen-macro-support-b758688d1d5b064e/lib-wasm_bindgen_macro_support.json deleted file mode 100644 index 4bce8f86e1655..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/wasm-bindgen-macro-support-b758688d1d5b064e/lib-wasm_bindgen_macro_support.json +++ /dev/null @@ -1 +0,0 @@ -{"rustc":4723136837156968084,"features":"[]","declared_features":"[\"extra-traits\", \"strict-macro\"]","target":17930477452216118438,"profile":4305681822225477910,"path":15599731746677811423,"deps":[[8986759836770526006,"syn",false,5121157120538410857],[12410540580958238005,"proc_macro2",false,12058957691899591050],[14299170049494554845,"wasm_bindgen_shared",false,895623150194443140],[14372503175394433084,"wasm_bindgen_backend",false,1562007108348464238],[17990358020177143287,"quote",false,1626095007439313074]],"local":[{"CheckDepInfo":{"dep_info":"release/.fingerprint/wasm-bindgen-macro-support-b758688d1d5b064e/dep-lib-wasm_bindgen_macro_support","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/wasm-bindgen-shared-002a08943258c8bc/dep-lib-wasm_bindgen_shared b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/wasm-bindgen-shared-002a08943258c8bc/dep-lib-wasm_bindgen_shared deleted file mode 100644 index 5e55038d79429..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/wasm-bindgen-shared-002a08943258c8bc/dep-lib-wasm_bindgen_shared and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/wasm-bindgen-shared-002a08943258c8bc/invoked.timestamp b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/wasm-bindgen-shared-002a08943258c8bc/invoked.timestamp deleted file mode 100644 index e00328da5aa8e..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/wasm-bindgen-shared-002a08943258c8bc/invoked.timestamp +++ /dev/null @@ -1 +0,0 @@ -This file has an mtime of when this was started. \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/wasm-bindgen-shared-002a08943258c8bc/lib-wasm_bindgen_shared b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/wasm-bindgen-shared-002a08943258c8bc/lib-wasm_bindgen_shared deleted file mode 100644 index 0f481f82ee509..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/wasm-bindgen-shared-002a08943258c8bc/lib-wasm_bindgen_shared +++ /dev/null @@ -1 +0,0 @@ -84c3f48782e46d0c \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/wasm-bindgen-shared-002a08943258c8bc/lib-wasm_bindgen_shared.json b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/wasm-bindgen-shared-002a08943258c8bc/lib-wasm_bindgen_shared.json deleted file mode 100644 index 862e208743f19..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/wasm-bindgen-shared-002a08943258c8bc/lib-wasm_bindgen_shared.json +++ /dev/null @@ -1 +0,0 @@ -{"rustc":4723136837156968084,"features":"[]","declared_features":"[]","target":8958406094080315647,"profile":4305681822225477910,"path":16821322392490665045,"deps":[[1988483478007900009,"unicode_ident",false,10651723098327623973],[14299170049494554845,"build_script_build",false,12595950085201002797]],"local":[{"CheckDepInfo":{"dep_info":"release/.fingerprint/wasm-bindgen-shared-002a08943258c8bc/dep-lib-wasm_bindgen_shared","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/wasm-bindgen-shared-98eb66fbea045b86/build-script-build-script-build b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/wasm-bindgen-shared-98eb66fbea045b86/build-script-build-script-build deleted file mode 100644 index ecf0197476ff8..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/wasm-bindgen-shared-98eb66fbea045b86/build-script-build-script-build +++ /dev/null @@ -1 +0,0 @@ -79fc05de7ec5e30e \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/wasm-bindgen-shared-98eb66fbea045b86/build-script-build-script-build.json b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/wasm-bindgen-shared-98eb66fbea045b86/build-script-build-script-build.json deleted file mode 100644 index 6ef99829fdff7..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/wasm-bindgen-shared-98eb66fbea045b86/build-script-build-script-build.json +++ /dev/null @@ -1 +0,0 @@ -{"rustc":4723136837156968084,"features":"[]","declared_features":"[]","target":5408242616063297496,"profile":4305681822225477910,"path":1508381157487354613,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"release/.fingerprint/wasm-bindgen-shared-98eb66fbea045b86/dep-build-script-build-script-build","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/wasm-bindgen-shared-98eb66fbea045b86/dep-build-script-build-script-build b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/wasm-bindgen-shared-98eb66fbea045b86/dep-build-script-build-script-build deleted file mode 100644 index ec3cb8bfd2804..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/wasm-bindgen-shared-98eb66fbea045b86/dep-build-script-build-script-build and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/wasm-bindgen-shared-98eb66fbea045b86/invoked.timestamp b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/wasm-bindgen-shared-98eb66fbea045b86/invoked.timestamp deleted file mode 100644 index e00328da5aa8e..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/wasm-bindgen-shared-98eb66fbea045b86/invoked.timestamp +++ /dev/null @@ -1 +0,0 @@ -This file has an mtime of when this was started. \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/wasm-bindgen-shared-a16e134ac2c36f7c/run-build-script-build-script-build b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/wasm-bindgen-shared-a16e134ac2c36f7c/run-build-script-build-script-build deleted file mode 100644 index e27ca234ebb48..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/wasm-bindgen-shared-a16e134ac2c36f7c/run-build-script-build-script-build +++ /dev/null @@ -1 +0,0 @@ -2d01f5c4ddcdcdae \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/wasm-bindgen-shared-a16e134ac2c36f7c/run-build-script-build-script-build.json b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/wasm-bindgen-shared-a16e134ac2c36f7c/run-build-script-build-script-build.json deleted file mode 100644 index 5c5bca6ec2b67..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/wasm-bindgen-shared-a16e134ac2c36f7c/run-build-script-build-script-build.json +++ /dev/null @@ -1 +0,0 @@ -{"rustc":4723136837156968084,"features":"","declared_features":"","target":0,"profile":0,"path":0,"deps":[[14299170049494554845,"build_script_build",false,1072918284925795449]],"local":[{"Precalculated":"0.2.100"}],"rustflags":[],"config":0,"compile_kind":0} \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/winnow-21a019f312aa1f9e/dep-lib-winnow b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/winnow-21a019f312aa1f9e/dep-lib-winnow deleted file mode 100644 index ec3cb8bfd2804..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/winnow-21a019f312aa1f9e/dep-lib-winnow and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/winnow-21a019f312aa1f9e/invoked.timestamp b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/winnow-21a019f312aa1f9e/invoked.timestamp deleted file mode 100644 index e00328da5aa8e..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/winnow-21a019f312aa1f9e/invoked.timestamp +++ /dev/null @@ -1 +0,0 @@ -This file has an mtime of when this was started. \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/winnow-21a019f312aa1f9e/lib-winnow b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/winnow-21a019f312aa1f9e/lib-winnow deleted file mode 100644 index 868fbb268eca4..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/winnow-21a019f312aa1f9e/lib-winnow +++ /dev/null @@ -1 +0,0 @@ -095effb85be63ab1 \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/winnow-21a019f312aa1f9e/lib-winnow.json b/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/winnow-21a019f312aa1f9e/lib-winnow.json deleted file mode 100644 index c7629bb15f718..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/.fingerprint/winnow-21a019f312aa1f9e/lib-winnow.json +++ /dev/null @@ -1 +0,0 @@ -{"rustc":4723136837156968084,"features":"[\"alloc\", \"default\", \"std\"]","declared_features":"[\"alloc\", \"debug\", \"default\", \"simd\", \"std\", \"unstable-doc\", \"unstable-recover\"]","target":13376497836617006023,"profile":6099594244364967746,"path":124915379835474208,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"release/.fingerprint/winnow-21a019f312aa1f9e/dep-lib-winnow","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/build/anyhow-7544107209940940/build-script-build b/packages/plugin-filecoin/filecoin-rs/target/release/build/anyhow-7544107209940940/build-script-build deleted file mode 100755 index d3f263a22bb15..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/release/build/anyhow-7544107209940940/build-script-build and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/build/anyhow-7544107209940940/build_script_build-7544107209940940 b/packages/plugin-filecoin/filecoin-rs/target/release/build/anyhow-7544107209940940/build_script_build-7544107209940940 deleted file mode 100755 index d3f263a22bb15..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/release/build/anyhow-7544107209940940/build_script_build-7544107209940940 and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/build/anyhow-7544107209940940/build_script_build-7544107209940940.d b/packages/plugin-filecoin/filecoin-rs/target/release/build/anyhow-7544107209940940/build_script_build-7544107209940940.d deleted file mode 100644 index ab939185d30c0..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/build/anyhow-7544107209940940/build_script_build-7544107209940940.d +++ /dev/null @@ -1,5 +0,0 @@ -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/release/build/anyhow-7544107209940940/build_script_build-7544107209940940: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.97/build.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/release/build/anyhow-7544107209940940/build_script_build-7544107209940940.d: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.97/build.rs - -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.97/build.rs: diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/build/generic-array-d87aecd2d38512a1/build-script-build b/packages/plugin-filecoin/filecoin-rs/target/release/build/generic-array-d87aecd2d38512a1/build-script-build deleted file mode 100755 index 1180af64b2c98..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/release/build/generic-array-d87aecd2d38512a1/build-script-build and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/build/generic-array-d87aecd2d38512a1/build_script_build-d87aecd2d38512a1 b/packages/plugin-filecoin/filecoin-rs/target/release/build/generic-array-d87aecd2d38512a1/build_script_build-d87aecd2d38512a1 deleted file mode 100755 index 1180af64b2c98..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/release/build/generic-array-d87aecd2d38512a1/build_script_build-d87aecd2d38512a1 and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/build/generic-array-d87aecd2d38512a1/build_script_build-d87aecd2d38512a1.d b/packages/plugin-filecoin/filecoin-rs/target/release/build/generic-array-d87aecd2d38512a1/build_script_build-d87aecd2d38512a1.d deleted file mode 100644 index 60d2da64b70cb..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/build/generic-array-d87aecd2d38512a1/build_script_build-d87aecd2d38512a1.d +++ /dev/null @@ -1,5 +0,0 @@ -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/release/build/generic-array-d87aecd2d38512a1/build_script_build-d87aecd2d38512a1: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/build.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/release/build/generic-array-d87aecd2d38512a1/build_script_build-d87aecd2d38512a1.d: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/build.rs - -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/build.rs: diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/build/proc-macro2-30b5703055b35eb5/build-script-build b/packages/plugin-filecoin/filecoin-rs/target/release/build/proc-macro2-30b5703055b35eb5/build-script-build deleted file mode 100755 index ae18644c109a5..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/release/build/proc-macro2-30b5703055b35eb5/build-script-build and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/build/proc-macro2-30b5703055b35eb5/build_script_build-30b5703055b35eb5 b/packages/plugin-filecoin/filecoin-rs/target/release/build/proc-macro2-30b5703055b35eb5/build_script_build-30b5703055b35eb5 deleted file mode 100755 index ae18644c109a5..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/release/build/proc-macro2-30b5703055b35eb5/build_script_build-30b5703055b35eb5 and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/build/proc-macro2-30b5703055b35eb5/build_script_build-30b5703055b35eb5.d b/packages/plugin-filecoin/filecoin-rs/target/release/build/proc-macro2-30b5703055b35eb5/build_script_build-30b5703055b35eb5.d deleted file mode 100644 index 25fd2be270b3f..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/build/proc-macro2-30b5703055b35eb5/build_script_build-30b5703055b35eb5.d +++ /dev/null @@ -1,5 +0,0 @@ -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/release/build/proc-macro2-30b5703055b35eb5/build_script_build-30b5703055b35eb5: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.94/build.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/release/build/proc-macro2-30b5703055b35eb5/build_script_build-30b5703055b35eb5.d: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.94/build.rs - -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.94/build.rs: diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/build/proc-macro2-8e3e129c82da3a41/invoked.timestamp b/packages/plugin-filecoin/filecoin-rs/target/release/build/proc-macro2-8e3e129c82da3a41/invoked.timestamp deleted file mode 100644 index e00328da5aa8e..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/build/proc-macro2-8e3e129c82da3a41/invoked.timestamp +++ /dev/null @@ -1 +0,0 @@ -This file has an mtime of when this was started. \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/build/proc-macro2-8e3e129c82da3a41/output b/packages/plugin-filecoin/filecoin-rs/target/release/build/proc-macro2-8e3e129c82da3a41/output deleted file mode 100644 index 28939f0b05486..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/build/proc-macro2-8e3e129c82da3a41/output +++ /dev/null @@ -1,17 +0,0 @@ -cargo:rustc-check-cfg=cfg(fuzzing) -cargo:rustc-check-cfg=cfg(no_is_available) -cargo:rustc-check-cfg=cfg(no_literal_byte_character) -cargo:rustc-check-cfg=cfg(no_literal_c_string) -cargo:rustc-check-cfg=cfg(no_source_text) -cargo:rustc-check-cfg=cfg(proc_macro_span) -cargo:rustc-check-cfg=cfg(procmacro2_backtrace) -cargo:rustc-check-cfg=cfg(procmacro2_nightly_testing) -cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt) -cargo:rustc-check-cfg=cfg(randomize_layout) -cargo:rustc-check-cfg=cfg(span_locations) -cargo:rustc-check-cfg=cfg(super_unstable) -cargo:rustc-check-cfg=cfg(wrap_proc_macro) -cargo:rustc-cfg=span_locations -cargo:rerun-if-changed=build/probe.rs -cargo:rustc-cfg=wrap_proc_macro -cargo:rerun-if-env-changed=RUSTC_BOOTSTRAP diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/build/proc-macro2-8e3e129c82da3a41/root-output b/packages/plugin-filecoin/filecoin-rs/target/release/build/proc-macro2-8e3e129c82da3a41/root-output deleted file mode 100644 index c2552249b365d..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/build/proc-macro2-8e3e129c82da3a41/root-output +++ /dev/null @@ -1 +0,0 @@ -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/release/build/proc-macro2-8e3e129c82da3a41/out \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/build/proc-macro2-8e3e129c82da3a41/stderr b/packages/plugin-filecoin/filecoin-rs/target/release/build/proc-macro2-8e3e129c82da3a41/stderr deleted file mode 100644 index e69de29bb2d1d..0000000000000 diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/build/rustversion-5760940e0303d812/invoked.timestamp b/packages/plugin-filecoin/filecoin-rs/target/release/build/rustversion-5760940e0303d812/invoked.timestamp deleted file mode 100644 index e00328da5aa8e..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/build/rustversion-5760940e0303d812/invoked.timestamp +++ /dev/null @@ -1 +0,0 @@ -This file has an mtime of when this was started. \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/build/rustversion-5760940e0303d812/out/version.expr b/packages/plugin-filecoin/filecoin-rs/target/release/build/rustversion-5760940e0303d812/out/version.expr deleted file mode 100644 index 71ffb1732c853..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/build/rustversion-5760940e0303d812/out/version.expr +++ /dev/null @@ -1,5 +0,0 @@ -crate::version::Version { - minor: 85, - patch: 1, - channel: crate::version::Channel::Stable, -} diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/build/rustversion-5760940e0303d812/output b/packages/plugin-filecoin/filecoin-rs/target/release/build/rustversion-5760940e0303d812/output deleted file mode 100644 index c2182ebd874f4..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/build/rustversion-5760940e0303d812/output +++ /dev/null @@ -1,3 +0,0 @@ -cargo:rerun-if-changed=build/build.rs -cargo:rustc-check-cfg=cfg(cfg_macro_not_allowed) -cargo:rustc-check-cfg=cfg(host_os, values("windows")) diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/build/rustversion-5760940e0303d812/root-output b/packages/plugin-filecoin/filecoin-rs/target/release/build/rustversion-5760940e0303d812/root-output deleted file mode 100644 index 642e5d9f56964..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/build/rustversion-5760940e0303d812/root-output +++ /dev/null @@ -1 +0,0 @@ -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/release/build/rustversion-5760940e0303d812/out \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/build/rustversion-5760940e0303d812/stderr b/packages/plugin-filecoin/filecoin-rs/target/release/build/rustversion-5760940e0303d812/stderr deleted file mode 100644 index e69de29bb2d1d..0000000000000 diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/build/rustversion-a7ad950bec7c326e/build-script-build b/packages/plugin-filecoin/filecoin-rs/target/release/build/rustversion-a7ad950bec7c326e/build-script-build deleted file mode 100755 index 992f255c0052e..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/release/build/rustversion-a7ad950bec7c326e/build-script-build and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/build/rustversion-a7ad950bec7c326e/build_script_build-a7ad950bec7c326e b/packages/plugin-filecoin/filecoin-rs/target/release/build/rustversion-a7ad950bec7c326e/build_script_build-a7ad950bec7c326e deleted file mode 100755 index 992f255c0052e..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/release/build/rustversion-a7ad950bec7c326e/build_script_build-a7ad950bec7c326e and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/build/rustversion-a7ad950bec7c326e/build_script_build-a7ad950bec7c326e.d b/packages/plugin-filecoin/filecoin-rs/target/release/build/rustversion-a7ad950bec7c326e/build_script_build-a7ad950bec7c326e.d deleted file mode 100644 index 940e89183a877..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/build/rustversion-a7ad950bec7c326e/build_script_build-a7ad950bec7c326e.d +++ /dev/null @@ -1,6 +0,0 @@ -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/release/build/rustversion-a7ad950bec7c326e/build_script_build-a7ad950bec7c326e: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.20/build/build.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.20/build/rustc.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/release/build/rustversion-a7ad950bec7c326e/build_script_build-a7ad950bec7c326e.d: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.20/build/build.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.20/build/rustc.rs - -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.20/build/build.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.20/build/rustc.rs: diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/build/serde-679cbfd008368031/build-script-build b/packages/plugin-filecoin/filecoin-rs/target/release/build/serde-679cbfd008368031/build-script-build deleted file mode 100755 index 71e62e148df57..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/release/build/serde-679cbfd008368031/build-script-build and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/build/serde-679cbfd008368031/build_script_build-679cbfd008368031 b/packages/plugin-filecoin/filecoin-rs/target/release/build/serde-679cbfd008368031/build_script_build-679cbfd008368031 deleted file mode 100755 index 71e62e148df57..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/release/build/serde-679cbfd008368031/build_script_build-679cbfd008368031 and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/build/serde-679cbfd008368031/build_script_build-679cbfd008368031.d b/packages/plugin-filecoin/filecoin-rs/target/release/build/serde-679cbfd008368031/build_script_build-679cbfd008368031.d deleted file mode 100644 index 4e1edf8d9af57..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/build/serde-679cbfd008368031/build_script_build-679cbfd008368031.d +++ /dev/null @@ -1,5 +0,0 @@ -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/release/build/serde-679cbfd008368031/build_script_build-679cbfd008368031: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/build.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/release/build/serde-679cbfd008368031/build_script_build-679cbfd008368031.d: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/build.rs - -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/build.rs: diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/build/serde_json-92f64702253c6913/build-script-build b/packages/plugin-filecoin/filecoin-rs/target/release/build/serde_json-92f64702253c6913/build-script-build deleted file mode 100755 index d40086a521635..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/release/build/serde_json-92f64702253c6913/build-script-build and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/build/serde_json-92f64702253c6913/build_script_build-92f64702253c6913 b/packages/plugin-filecoin/filecoin-rs/target/release/build/serde_json-92f64702253c6913/build_script_build-92f64702253c6913 deleted file mode 100755 index d40086a521635..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/release/build/serde_json-92f64702253c6913/build_script_build-92f64702253c6913 and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/build/serde_json-92f64702253c6913/build_script_build-92f64702253c6913.d b/packages/plugin-filecoin/filecoin-rs/target/release/build/serde_json-92f64702253c6913/build_script_build-92f64702253c6913.d deleted file mode 100644 index 7d359ac6fba11..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/build/serde_json-92f64702253c6913/build_script_build-92f64702253c6913.d +++ /dev/null @@ -1,5 +0,0 @@ -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/release/build/serde_json-92f64702253c6913/build_script_build-92f64702253c6913: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.140/build.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/release/build/serde_json-92f64702253c6913/build_script_build-92f64702253c6913.d: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.140/build.rs - -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.140/build.rs: diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/build/typenum-b0260b315b13bad9/build-script-build b/packages/plugin-filecoin/filecoin-rs/target/release/build/typenum-b0260b315b13bad9/build-script-build deleted file mode 100755 index 815c2f81fa275..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/release/build/typenum-b0260b315b13bad9/build-script-build and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/build/typenum-b0260b315b13bad9/build_script_build-b0260b315b13bad9 b/packages/plugin-filecoin/filecoin-rs/target/release/build/typenum-b0260b315b13bad9/build_script_build-b0260b315b13bad9 deleted file mode 100755 index 815c2f81fa275..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/release/build/typenum-b0260b315b13bad9/build_script_build-b0260b315b13bad9 and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/build/typenum-b0260b315b13bad9/build_script_build-b0260b315b13bad9.d b/packages/plugin-filecoin/filecoin-rs/target/release/build/typenum-b0260b315b13bad9/build_script_build-b0260b315b13bad9.d deleted file mode 100644 index 996c8f32d6bc4..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/build/typenum-b0260b315b13bad9/build_script_build-b0260b315b13bad9.d +++ /dev/null @@ -1,5 +0,0 @@ -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/release/build/typenum-b0260b315b13bad9/build_script_build-b0260b315b13bad9: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.18.0/build.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/release/build/typenum-b0260b315b13bad9/build_script_build-b0260b315b13bad9.d: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.18.0/build.rs - -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.18.0/build.rs: diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/build/wasm-bindgen-d5a1c01fb994cc1d/build-script-build b/packages/plugin-filecoin/filecoin-rs/target/release/build/wasm-bindgen-d5a1c01fb994cc1d/build-script-build deleted file mode 100755 index 6c36968d80c18..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/release/build/wasm-bindgen-d5a1c01fb994cc1d/build-script-build and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/build/wasm-bindgen-d5a1c01fb994cc1d/build_script_build-d5a1c01fb994cc1d b/packages/plugin-filecoin/filecoin-rs/target/release/build/wasm-bindgen-d5a1c01fb994cc1d/build_script_build-d5a1c01fb994cc1d deleted file mode 100755 index 6c36968d80c18..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/release/build/wasm-bindgen-d5a1c01fb994cc1d/build_script_build-d5a1c01fb994cc1d and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/build/wasm-bindgen-d5a1c01fb994cc1d/build_script_build-d5a1c01fb994cc1d.d b/packages/plugin-filecoin/filecoin-rs/target/release/build/wasm-bindgen-d5a1c01fb994cc1d/build_script_build-d5a1c01fb994cc1d.d deleted file mode 100644 index 69992680ec523..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/build/wasm-bindgen-d5a1c01fb994cc1d/build_script_build-d5a1c01fb994cc1d.d +++ /dev/null @@ -1,5 +0,0 @@ -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/release/build/wasm-bindgen-d5a1c01fb994cc1d/build_script_build-d5a1c01fb994cc1d: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.100/build.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/release/build/wasm-bindgen-d5a1c01fb994cc1d/build_script_build-d5a1c01fb994cc1d.d: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.100/build.rs - -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.100/build.rs: diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/build/wasm-bindgen-shared-98eb66fbea045b86/build-script-build b/packages/plugin-filecoin/filecoin-rs/target/release/build/wasm-bindgen-shared-98eb66fbea045b86/build-script-build deleted file mode 100755 index fa4c9233a6f3f..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/release/build/wasm-bindgen-shared-98eb66fbea045b86/build-script-build and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/build/wasm-bindgen-shared-98eb66fbea045b86/build_script_build-98eb66fbea045b86 b/packages/plugin-filecoin/filecoin-rs/target/release/build/wasm-bindgen-shared-98eb66fbea045b86/build_script_build-98eb66fbea045b86 deleted file mode 100755 index fa4c9233a6f3f..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/release/build/wasm-bindgen-shared-98eb66fbea045b86/build_script_build-98eb66fbea045b86 and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/build/wasm-bindgen-shared-98eb66fbea045b86/build_script_build-98eb66fbea045b86.d b/packages/plugin-filecoin/filecoin-rs/target/release/build/wasm-bindgen-shared-98eb66fbea045b86/build_script_build-98eb66fbea045b86.d deleted file mode 100644 index 0d5327096a11e..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/build/wasm-bindgen-shared-98eb66fbea045b86/build_script_build-98eb66fbea045b86.d +++ /dev/null @@ -1,5 +0,0 @@ -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/release/build/wasm-bindgen-shared-98eb66fbea045b86/build_script_build-98eb66fbea045b86: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-shared-0.2.100/build.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/release/build/wasm-bindgen-shared-98eb66fbea045b86/build_script_build-98eb66fbea045b86.d: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-shared-0.2.100/build.rs - -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-shared-0.2.100/build.rs: diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/build/wasm-bindgen-shared-a16e134ac2c36f7c/invoked.timestamp b/packages/plugin-filecoin/filecoin-rs/target/release/build/wasm-bindgen-shared-a16e134ac2c36f7c/invoked.timestamp deleted file mode 100644 index e00328da5aa8e..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/build/wasm-bindgen-shared-a16e134ac2c36f7c/invoked.timestamp +++ /dev/null @@ -1 +0,0 @@ -This file has an mtime of when this was started. \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/build/wasm-bindgen-shared-a16e134ac2c36f7c/output b/packages/plugin-filecoin/filecoin-rs/target/release/build/wasm-bindgen-shared-a16e134ac2c36f7c/output deleted file mode 100644 index 5976c2261c9b0..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/build/wasm-bindgen-shared-a16e134ac2c36f7c/output +++ /dev/null @@ -1 +0,0 @@ -cargo:rustc-env=SCHEMA_FILE_HASH=6242250402756688161 diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/build/wasm-bindgen-shared-a16e134ac2c36f7c/root-output b/packages/plugin-filecoin/filecoin-rs/target/release/build/wasm-bindgen-shared-a16e134ac2c36f7c/root-output deleted file mode 100644 index 5495ac5b395f3..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/build/wasm-bindgen-shared-a16e134ac2c36f7c/root-output +++ /dev/null @@ -1 +0,0 @@ -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/release/build/wasm-bindgen-shared-a16e134ac2c36f7c/out \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/build/wasm-bindgen-shared-a16e134ac2c36f7c/stderr b/packages/plugin-filecoin/filecoin-rs/target/release/build/wasm-bindgen-shared-a16e134ac2c36f7c/stderr deleted file mode 100644 index e69de29bb2d1d..0000000000000 diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/deps/bumpalo-38cc5af9eecf88f9.d b/packages/plugin-filecoin/filecoin-rs/target/release/deps/bumpalo-38cc5af9eecf88f9.d deleted file mode 100644 index 8b03c54b4425f..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/deps/bumpalo-38cc5af9eecf88f9.d +++ /dev/null @@ -1,9 +0,0 @@ -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/release/deps/libbumpalo-38cc5af9eecf88f9.rmeta: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.17.0/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.17.0/src/alloc.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.17.0/src/../README.md - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/release/deps/libbumpalo-38cc5af9eecf88f9.rlib: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.17.0/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.17.0/src/alloc.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.17.0/src/../README.md - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/release/deps/bumpalo-38cc5af9eecf88f9.d: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.17.0/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.17.0/src/alloc.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.17.0/src/../README.md - -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.17.0/src/lib.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.17.0/src/alloc.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.17.0/src/../README.md: diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/deps/data_encoding-0a2de0a2e41b944f.d b/packages/plugin-filecoin/filecoin-rs/target/release/deps/data_encoding-0a2de0a2e41b944f.d deleted file mode 100644 index dce902ba1724f..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/deps/data_encoding-0a2de0a2e41b944f.d +++ /dev/null @@ -1,7 +0,0 @@ -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/release/deps/libdata_encoding-0a2de0a2e41b944f.rmeta: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/data-encoding-2.8.0/src/lib.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/release/deps/libdata_encoding-0a2de0a2e41b944f.rlib: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/data-encoding-2.8.0/src/lib.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/release/deps/data_encoding-0a2de0a2e41b944f.d: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/data-encoding-2.8.0/src/lib.rs - -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/data-encoding-2.8.0/src/lib.rs: diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/deps/data_encoding_macro_internal-c5e549832fc597c1.d b/packages/plugin-filecoin/filecoin-rs/target/release/deps/data_encoding_macro_internal-c5e549832fc597c1.d deleted file mode 100644 index 068753bca8337..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/deps/data_encoding_macro_internal-c5e549832fc597c1.d +++ /dev/null @@ -1,5 +0,0 @@ -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/release/deps/libdata_encoding_macro_internal-c5e549832fc597c1.dylib: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/data-encoding-macro-internal-0.1.15/src/lib.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/release/deps/data_encoding_macro_internal-c5e549832fc597c1.d: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/data-encoding-macro-internal-0.1.15/src/lib.rs - -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/data-encoding-macro-internal-0.1.15/src/lib.rs: diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/deps/equivalent-fecc79cd13c80076.d b/packages/plugin-filecoin/filecoin-rs/target/release/deps/equivalent-fecc79cd13c80076.d deleted file mode 100644 index 877db121d94b6..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/deps/equivalent-fecc79cd13c80076.d +++ /dev/null @@ -1,7 +0,0 @@ -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/release/deps/libequivalent-fecc79cd13c80076.rmeta: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/equivalent-1.0.2/src/lib.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/release/deps/libequivalent-fecc79cd13c80076.rlib: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/equivalent-1.0.2/src/lib.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/release/deps/equivalent-fecc79cd13c80076.d: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/equivalent-1.0.2/src/lib.rs - -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/equivalent-1.0.2/src/lib.rs: diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/deps/hashbrown-4e0a78dbe1c83354.d b/packages/plugin-filecoin/filecoin-rs/target/release/deps/hashbrown-4e0a78dbe1c83354.d deleted file mode 100644 index b4944fb69d8cf..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/deps/hashbrown-4e0a78dbe1c83354.d +++ /dev/null @@ -1,21 +0,0 @@ -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/release/deps/libhashbrown-4e0a78dbe1c83354.rmeta: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.2/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.2/src/macros.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.2/src/control/mod.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.2/src/control/bitmask.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.2/src/control/group/mod.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.2/src/control/tag.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.2/src/raw/mod.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.2/src/raw/alloc.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.2/src/util.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.2/src/external_trait_impls/mod.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.2/src/map.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.2/src/scopeguard.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.2/src/set.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.2/src/table.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.2/src/control/group/neon.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/release/deps/libhashbrown-4e0a78dbe1c83354.rlib: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.2/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.2/src/macros.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.2/src/control/mod.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.2/src/control/bitmask.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.2/src/control/group/mod.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.2/src/control/tag.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.2/src/raw/mod.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.2/src/raw/alloc.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.2/src/util.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.2/src/external_trait_impls/mod.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.2/src/map.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.2/src/scopeguard.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.2/src/set.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.2/src/table.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.2/src/control/group/neon.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/release/deps/hashbrown-4e0a78dbe1c83354.d: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.2/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.2/src/macros.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.2/src/control/mod.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.2/src/control/bitmask.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.2/src/control/group/mod.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.2/src/control/tag.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.2/src/raw/mod.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.2/src/raw/alloc.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.2/src/util.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.2/src/external_trait_impls/mod.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.2/src/map.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.2/src/scopeguard.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.2/src/set.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.2/src/table.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.2/src/control/group/neon.rs - -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.2/src/lib.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.2/src/macros.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.2/src/control/mod.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.2/src/control/bitmask.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.2/src/control/group/mod.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.2/src/control/tag.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.2/src/raw/mod.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.2/src/raw/alloc.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.2/src/util.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.2/src/external_trait_impls/mod.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.2/src/map.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.2/src/scopeguard.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.2/src/set.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.2/src/table.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.2/src/control/group/neon.rs: diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/deps/indexmap-58999313a0c86ff9.d b/packages/plugin-filecoin/filecoin-rs/target/release/deps/indexmap-58999313a0c86ff9.d deleted file mode 100644 index 019fff9fb9725..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/deps/indexmap-58999313a0c86ff9.d +++ /dev/null @@ -1,21 +0,0 @@ -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/release/deps/libindexmap-58999313a0c86ff9.rmeta: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.9.0/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.9.0/src/arbitrary.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.9.0/src/macros.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.9.0/src/util.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.9.0/src/map.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.9.0/src/map/core.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.9.0/src/map/core/entry.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.9.0/src/map/core/raw_entry_v1.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.9.0/src/map/iter.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.9.0/src/map/mutable.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.9.0/src/map/slice.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.9.0/src/set.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.9.0/src/set/iter.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.9.0/src/set/mutable.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.9.0/src/set/slice.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/release/deps/libindexmap-58999313a0c86ff9.rlib: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.9.0/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.9.0/src/arbitrary.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.9.0/src/macros.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.9.0/src/util.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.9.0/src/map.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.9.0/src/map/core.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.9.0/src/map/core/entry.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.9.0/src/map/core/raw_entry_v1.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.9.0/src/map/iter.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.9.0/src/map/mutable.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.9.0/src/map/slice.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.9.0/src/set.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.9.0/src/set/iter.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.9.0/src/set/mutable.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.9.0/src/set/slice.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/release/deps/indexmap-58999313a0c86ff9.d: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.9.0/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.9.0/src/arbitrary.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.9.0/src/macros.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.9.0/src/util.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.9.0/src/map.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.9.0/src/map/core.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.9.0/src/map/core/entry.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.9.0/src/map/core/raw_entry_v1.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.9.0/src/map/iter.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.9.0/src/map/mutable.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.9.0/src/map/slice.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.9.0/src/set.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.9.0/src/set/iter.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.9.0/src/set/mutable.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.9.0/src/set/slice.rs - -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.9.0/src/lib.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.9.0/src/arbitrary.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.9.0/src/macros.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.9.0/src/util.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.9.0/src/map.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.9.0/src/map/core.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.9.0/src/map/core/entry.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.9.0/src/map/core/raw_entry_v1.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.9.0/src/map/iter.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.9.0/src/map/mutable.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.9.0/src/map/slice.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.9.0/src/set.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.9.0/src/set/iter.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.9.0/src/set/mutable.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.9.0/src/set/slice.rs: diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/deps/libbumpalo-38cc5af9eecf88f9.rlib b/packages/plugin-filecoin/filecoin-rs/target/release/deps/libbumpalo-38cc5af9eecf88f9.rlib deleted file mode 100644 index bc43d1eb6d88e..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/release/deps/libbumpalo-38cc5af9eecf88f9.rlib and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/deps/libbumpalo-38cc5af9eecf88f9.rmeta b/packages/plugin-filecoin/filecoin-rs/target/release/deps/libbumpalo-38cc5af9eecf88f9.rmeta deleted file mode 100644 index 653e4bdc7ec2f..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/release/deps/libbumpalo-38cc5af9eecf88f9.rmeta and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/deps/libdata_encoding-0a2de0a2e41b944f.rlib b/packages/plugin-filecoin/filecoin-rs/target/release/deps/libdata_encoding-0a2de0a2e41b944f.rlib deleted file mode 100644 index 4c6c460c4c0f5..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/release/deps/libdata_encoding-0a2de0a2e41b944f.rlib and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/deps/libdata_encoding-0a2de0a2e41b944f.rmeta b/packages/plugin-filecoin/filecoin-rs/target/release/deps/libdata_encoding-0a2de0a2e41b944f.rmeta deleted file mode 100644 index 465f6b5dbb9db..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/release/deps/libdata_encoding-0a2de0a2e41b944f.rmeta and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/deps/libdata_encoding_macro_internal-c5e549832fc597c1.dylib b/packages/plugin-filecoin/filecoin-rs/target/release/deps/libdata_encoding_macro_internal-c5e549832fc597c1.dylib deleted file mode 100755 index 3d6d8161358ac..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/release/deps/libdata_encoding_macro_internal-c5e549832fc597c1.dylib and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/deps/libequivalent-fecc79cd13c80076.rlib b/packages/plugin-filecoin/filecoin-rs/target/release/deps/libequivalent-fecc79cd13c80076.rlib deleted file mode 100644 index 180618927e2d6..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/release/deps/libequivalent-fecc79cd13c80076.rlib and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/deps/libequivalent-fecc79cd13c80076.rmeta b/packages/plugin-filecoin/filecoin-rs/target/release/deps/libequivalent-fecc79cd13c80076.rmeta deleted file mode 100644 index 2231272338c3d..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/release/deps/libequivalent-fecc79cd13c80076.rmeta and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/deps/libhashbrown-4e0a78dbe1c83354.rlib b/packages/plugin-filecoin/filecoin-rs/target/release/deps/libhashbrown-4e0a78dbe1c83354.rlib deleted file mode 100644 index f9d1d6fadb3a4..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/release/deps/libhashbrown-4e0a78dbe1c83354.rlib and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/deps/libhashbrown-4e0a78dbe1c83354.rmeta b/packages/plugin-filecoin/filecoin-rs/target/release/deps/libhashbrown-4e0a78dbe1c83354.rmeta deleted file mode 100644 index 354f98dca663d..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/release/deps/libhashbrown-4e0a78dbe1c83354.rmeta and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/deps/libindexmap-58999313a0c86ff9.rlib b/packages/plugin-filecoin/filecoin-rs/target/release/deps/libindexmap-58999313a0c86ff9.rlib deleted file mode 100644 index db3afb0707d47..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/release/deps/libindexmap-58999313a0c86ff9.rlib and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/deps/libindexmap-58999313a0c86ff9.rmeta b/packages/plugin-filecoin/filecoin-rs/target/release/deps/libindexmap-58999313a0c86ff9.rmeta deleted file mode 100644 index 2f03c8016d3a1..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/release/deps/libindexmap-58999313a0c86ff9.rmeta and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/deps/liblog-135457e2a6299e10.rlib b/packages/plugin-filecoin/filecoin-rs/target/release/deps/liblog-135457e2a6299e10.rlib deleted file mode 100644 index 34bcd0e3156a9..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/release/deps/liblog-135457e2a6299e10.rlib and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/deps/liblog-135457e2a6299e10.rmeta b/packages/plugin-filecoin/filecoin-rs/target/release/deps/liblog-135457e2a6299e10.rmeta deleted file mode 100644 index 89709e9df2811..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/release/deps/liblog-135457e2a6299e10.rmeta and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/deps/libmultihash_derive_impl-665dc92ed2c11b65.dylib b/packages/plugin-filecoin/filecoin-rs/target/release/deps/libmultihash_derive_impl-665dc92ed2c11b65.dylib deleted file mode 100755 index 5e8d45cc88055..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/release/deps/libmultihash_derive_impl-665dc92ed2c11b65.dylib and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/deps/libproc_macro2-35e50377d75e75cb.rlib b/packages/plugin-filecoin/filecoin-rs/target/release/deps/libproc_macro2-35e50377d75e75cb.rlib deleted file mode 100644 index c3fa36e4f4cb0..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/release/deps/libproc_macro2-35e50377d75e75cb.rlib and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/deps/libproc_macro2-35e50377d75e75cb.rmeta b/packages/plugin-filecoin/filecoin-rs/target/release/deps/libproc_macro2-35e50377d75e75cb.rmeta deleted file mode 100644 index 428fc7ebb004a..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/release/deps/libproc_macro2-35e50377d75e75cb.rmeta and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/deps/libproc_macro_crate-6fee155835b5dac2.rlib b/packages/plugin-filecoin/filecoin-rs/target/release/deps/libproc_macro_crate-6fee155835b5dac2.rlib deleted file mode 100644 index 58044993fb4a6..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/release/deps/libproc_macro_crate-6fee155835b5dac2.rlib and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/deps/libproc_macro_crate-6fee155835b5dac2.rmeta b/packages/plugin-filecoin/filecoin-rs/target/release/deps/libproc_macro_crate-6fee155835b5dac2.rmeta deleted file mode 100644 index 14b2c1ae8f0e7..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/release/deps/libproc_macro_crate-6fee155835b5dac2.rmeta and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/deps/libquote-e80b23ef68276830.rlib b/packages/plugin-filecoin/filecoin-rs/target/release/deps/libquote-e80b23ef68276830.rlib deleted file mode 100644 index 17c49331beade..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/release/deps/libquote-e80b23ef68276830.rlib and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/deps/libquote-e80b23ef68276830.rmeta b/packages/plugin-filecoin/filecoin-rs/target/release/deps/libquote-e80b23ef68276830.rmeta deleted file mode 100644 index c2ccf97c07861..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/release/deps/libquote-e80b23ef68276830.rmeta and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/deps/librustversion-62f71b0d6aa00c7a.dylib b/packages/plugin-filecoin/filecoin-rs/target/release/deps/librustversion-62f71b0d6aa00c7a.dylib deleted file mode 100755 index 1cf80ac86f558..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/release/deps/librustversion-62f71b0d6aa00c7a.dylib and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/deps/libserde_derive-ddcace374c044db4.dylib b/packages/plugin-filecoin/filecoin-rs/target/release/deps/libserde_derive-ddcace374c044db4.dylib deleted file mode 100755 index 3d24213b25c1d..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/release/deps/libserde_derive-ddcace374c044db4.dylib and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/deps/libsyn-50f38ff024bbc222.rlib b/packages/plugin-filecoin/filecoin-rs/target/release/deps/libsyn-50f38ff024bbc222.rlib deleted file mode 100644 index bfc344bb35247..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/release/deps/libsyn-50f38ff024bbc222.rlib and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/deps/libsyn-50f38ff024bbc222.rmeta b/packages/plugin-filecoin/filecoin-rs/target/release/deps/libsyn-50f38ff024bbc222.rmeta deleted file mode 100644 index 589bae2602018..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/release/deps/libsyn-50f38ff024bbc222.rmeta and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/deps/libsynstructure-4a5547b592b92231.rlib b/packages/plugin-filecoin/filecoin-rs/target/release/deps/libsynstructure-4a5547b592b92231.rlib deleted file mode 100644 index 08fad0ce048b8..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/release/deps/libsynstructure-4a5547b592b92231.rlib and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/deps/libsynstructure-4a5547b592b92231.rmeta b/packages/plugin-filecoin/filecoin-rs/target/release/deps/libsynstructure-4a5547b592b92231.rmeta deleted file mode 100644 index 64f3a1b1bb29d..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/release/deps/libsynstructure-4a5547b592b92231.rmeta and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/deps/libtoml_datetime-4681cb3f3d71e61a.rlib b/packages/plugin-filecoin/filecoin-rs/target/release/deps/libtoml_datetime-4681cb3f3d71e61a.rlib deleted file mode 100644 index ca06b2b6e4acc..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/release/deps/libtoml_datetime-4681cb3f3d71e61a.rlib and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/deps/libtoml_datetime-4681cb3f3d71e61a.rmeta b/packages/plugin-filecoin/filecoin-rs/target/release/deps/libtoml_datetime-4681cb3f3d71e61a.rmeta deleted file mode 100644 index cca9988c98f62..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/release/deps/libtoml_datetime-4681cb3f3d71e61a.rmeta and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/deps/libtoml_edit-7522d6293c15e3a2.rlib b/packages/plugin-filecoin/filecoin-rs/target/release/deps/libtoml_edit-7522d6293c15e3a2.rlib deleted file mode 100644 index d4a2b1e06706d..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/release/deps/libtoml_edit-7522d6293c15e3a2.rlib and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/deps/libtoml_edit-7522d6293c15e3a2.rmeta b/packages/plugin-filecoin/filecoin-rs/target/release/deps/libtoml_edit-7522d6293c15e3a2.rmeta deleted file mode 100644 index 5bbba3af462f0..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/release/deps/libtoml_edit-7522d6293c15e3a2.rmeta and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/deps/libunicode_ident-9a68ed29314acba6.rlib b/packages/plugin-filecoin/filecoin-rs/target/release/deps/libunicode_ident-9a68ed29314acba6.rlib deleted file mode 100644 index fdcfb42aca7ce..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/release/deps/libunicode_ident-9a68ed29314acba6.rlib and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/deps/libunicode_ident-9a68ed29314acba6.rmeta b/packages/plugin-filecoin/filecoin-rs/target/release/deps/libunicode_ident-9a68ed29314acba6.rmeta deleted file mode 100644 index 9da7ad1680fa8..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/release/deps/libunicode_ident-9a68ed29314acba6.rmeta and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/deps/libversion_check-659abb490cc00fd7.rlib b/packages/plugin-filecoin/filecoin-rs/target/release/deps/libversion_check-659abb490cc00fd7.rlib deleted file mode 100644 index 056f865d7ce90..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/release/deps/libversion_check-659abb490cc00fd7.rlib and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/deps/libversion_check-659abb490cc00fd7.rmeta b/packages/plugin-filecoin/filecoin-rs/target/release/deps/libversion_check-659abb490cc00fd7.rmeta deleted file mode 100644 index afd50125bd863..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/release/deps/libversion_check-659abb490cc00fd7.rmeta and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/deps/libwasm_bindgen_backend-1c618975e7a18f59.rlib b/packages/plugin-filecoin/filecoin-rs/target/release/deps/libwasm_bindgen_backend-1c618975e7a18f59.rlib deleted file mode 100644 index 3d6bb43b00baf..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/release/deps/libwasm_bindgen_backend-1c618975e7a18f59.rlib and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/deps/libwasm_bindgen_backend-1c618975e7a18f59.rmeta b/packages/plugin-filecoin/filecoin-rs/target/release/deps/libwasm_bindgen_backend-1c618975e7a18f59.rmeta deleted file mode 100644 index 6a8149193e8ff..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/release/deps/libwasm_bindgen_backend-1c618975e7a18f59.rmeta and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/deps/libwasm_bindgen_macro-426d9e5d03ae1def.dylib b/packages/plugin-filecoin/filecoin-rs/target/release/deps/libwasm_bindgen_macro-426d9e5d03ae1def.dylib deleted file mode 100755 index b930827499110..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/release/deps/libwasm_bindgen_macro-426d9e5d03ae1def.dylib and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/deps/libwasm_bindgen_macro_support-b758688d1d5b064e.rlib b/packages/plugin-filecoin/filecoin-rs/target/release/deps/libwasm_bindgen_macro_support-b758688d1d5b064e.rlib deleted file mode 100644 index 8a40ee1e701dc..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/release/deps/libwasm_bindgen_macro_support-b758688d1d5b064e.rlib and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/deps/libwasm_bindgen_macro_support-b758688d1d5b064e.rmeta b/packages/plugin-filecoin/filecoin-rs/target/release/deps/libwasm_bindgen_macro_support-b758688d1d5b064e.rmeta deleted file mode 100644 index 7c0b2e5ad829d..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/release/deps/libwasm_bindgen_macro_support-b758688d1d5b064e.rmeta and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/deps/libwasm_bindgen_shared-002a08943258c8bc.rlib b/packages/plugin-filecoin/filecoin-rs/target/release/deps/libwasm_bindgen_shared-002a08943258c8bc.rlib deleted file mode 100644 index feed94d2fa414..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/release/deps/libwasm_bindgen_shared-002a08943258c8bc.rlib and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/deps/libwasm_bindgen_shared-002a08943258c8bc.rmeta b/packages/plugin-filecoin/filecoin-rs/target/release/deps/libwasm_bindgen_shared-002a08943258c8bc.rmeta deleted file mode 100644 index bbf80c242198f..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/release/deps/libwasm_bindgen_shared-002a08943258c8bc.rmeta and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/deps/libwinnow-21a019f312aa1f9e.rlib b/packages/plugin-filecoin/filecoin-rs/target/release/deps/libwinnow-21a019f312aa1f9e.rlib deleted file mode 100644 index 7fcebfbfd3364..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/release/deps/libwinnow-21a019f312aa1f9e.rlib and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/deps/libwinnow-21a019f312aa1f9e.rmeta b/packages/plugin-filecoin/filecoin-rs/target/release/deps/libwinnow-21a019f312aa1f9e.rmeta deleted file mode 100644 index 3f6f87b7ddfa0..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/release/deps/libwinnow-21a019f312aa1f9e.rmeta and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/deps/log-135457e2a6299e10.d b/packages/plugin-filecoin/filecoin-rs/target/release/deps/log-135457e2a6299e10.d deleted file mode 100644 index f631fd6daeca4..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/deps/log-135457e2a6299e10.d +++ /dev/null @@ -1,10 +0,0 @@ -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/release/deps/liblog-135457e2a6299e10.rmeta: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.27/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.27/src/macros.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.27/src/serde.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.27/src/__private_api.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/release/deps/liblog-135457e2a6299e10.rlib: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.27/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.27/src/macros.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.27/src/serde.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.27/src/__private_api.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/release/deps/log-135457e2a6299e10.d: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.27/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.27/src/macros.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.27/src/serde.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.27/src/__private_api.rs - -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.27/src/lib.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.27/src/macros.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.27/src/serde.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.27/src/__private_api.rs: diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/deps/multihash_derive_impl-665dc92ed2c11b65.d b/packages/plugin-filecoin/filecoin-rs/target/release/deps/multihash_derive_impl-665dc92ed2c11b65.d deleted file mode 100644 index c8054641758f6..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/deps/multihash_derive_impl-665dc92ed2c11b65.d +++ /dev/null @@ -1,7 +0,0 @@ -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/release/deps/libmultihash_derive_impl-665dc92ed2c11b65.dylib: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multihash-derive-impl-0.1.2/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multihash-derive-impl-0.1.2/src/multihash.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multihash-derive-impl-0.1.2/src/utils.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/release/deps/multihash_derive_impl-665dc92ed2c11b65.d: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multihash-derive-impl-0.1.2/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multihash-derive-impl-0.1.2/src/multihash.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multihash-derive-impl-0.1.2/src/utils.rs - -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multihash-derive-impl-0.1.2/src/lib.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multihash-derive-impl-0.1.2/src/multihash.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multihash-derive-impl-0.1.2/src/utils.rs: diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/deps/proc_macro2-35e50377d75e75cb.d b/packages/plugin-filecoin/filecoin-rs/target/release/deps/proc_macro2-35e50377d75e75cb.d deleted file mode 100644 index d6e88aaa02973..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/deps/proc_macro2-35e50377d75e75cb.d +++ /dev/null @@ -1,15 +0,0 @@ -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/release/deps/libproc_macro2-35e50377d75e75cb.rmeta: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.94/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.94/src/marker.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.94/src/parse.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.94/src/rcvec.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.94/src/detection.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.94/src/fallback.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.94/src/extra.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.94/src/wrapper.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.94/src/location.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/release/deps/libproc_macro2-35e50377d75e75cb.rlib: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.94/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.94/src/marker.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.94/src/parse.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.94/src/rcvec.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.94/src/detection.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.94/src/fallback.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.94/src/extra.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.94/src/wrapper.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.94/src/location.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/release/deps/proc_macro2-35e50377d75e75cb.d: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.94/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.94/src/marker.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.94/src/parse.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.94/src/rcvec.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.94/src/detection.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.94/src/fallback.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.94/src/extra.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.94/src/wrapper.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.94/src/location.rs - -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.94/src/lib.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.94/src/marker.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.94/src/parse.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.94/src/rcvec.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.94/src/detection.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.94/src/fallback.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.94/src/extra.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.94/src/wrapper.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.94/src/location.rs: diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/deps/proc_macro_crate-6fee155835b5dac2.d b/packages/plugin-filecoin/filecoin-rs/target/release/deps/proc_macro_crate-6fee155835b5dac2.d deleted file mode 100644 index 697dcc377f458..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/deps/proc_macro_crate-6fee155835b5dac2.d +++ /dev/null @@ -1,7 +0,0 @@ -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/release/deps/libproc_macro_crate-6fee155835b5dac2.rmeta: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-crate-3.3.0/src/lib.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/release/deps/libproc_macro_crate-6fee155835b5dac2.rlib: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-crate-3.3.0/src/lib.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/release/deps/proc_macro_crate-6fee155835b5dac2.d: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-crate-3.3.0/src/lib.rs - -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-crate-3.3.0/src/lib.rs: diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/deps/quote-e80b23ef68276830.d b/packages/plugin-filecoin/filecoin-rs/target/release/deps/quote-e80b23ef68276830.d deleted file mode 100644 index 1bf5198af316b..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/deps/quote-e80b23ef68276830.d +++ /dev/null @@ -1,13 +0,0 @@ -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/release/deps/libquote-e80b23ef68276830.rmeta: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.40/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.40/src/ext.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.40/src/format.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.40/src/ident_fragment.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.40/src/to_tokens.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.40/src/runtime.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.40/src/spanned.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/release/deps/libquote-e80b23ef68276830.rlib: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.40/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.40/src/ext.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.40/src/format.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.40/src/ident_fragment.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.40/src/to_tokens.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.40/src/runtime.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.40/src/spanned.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/release/deps/quote-e80b23ef68276830.d: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.40/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.40/src/ext.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.40/src/format.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.40/src/ident_fragment.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.40/src/to_tokens.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.40/src/runtime.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.40/src/spanned.rs - -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.40/src/lib.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.40/src/ext.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.40/src/format.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.40/src/ident_fragment.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.40/src/to_tokens.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.40/src/runtime.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.40/src/spanned.rs: diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/deps/rustversion-62f71b0d6aa00c7a.d b/packages/plugin-filecoin/filecoin-rs/target/release/deps/rustversion-62f71b0d6aa00c7a.d deleted file mode 100644 index 413ae966d6ea3..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/deps/rustversion-62f71b0d6aa00c7a.d +++ /dev/null @@ -1,20 +0,0 @@ -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/release/deps/librustversion-62f71b0d6aa00c7a.dylib: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.20/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.20/src/attr.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.20/src/bound.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.20/src/constfn.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.20/src/date.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.20/src/error.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.20/src/expand.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.20/src/expr.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.20/src/iter.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.20/src/release.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.20/src/time.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.20/src/token.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.20/src/version.rs /Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/release/build/rustversion-5760940e0303d812/out/version.expr - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/release/deps/rustversion-62f71b0d6aa00c7a.d: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.20/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.20/src/attr.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.20/src/bound.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.20/src/constfn.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.20/src/date.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.20/src/error.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.20/src/expand.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.20/src/expr.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.20/src/iter.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.20/src/release.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.20/src/time.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.20/src/token.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.20/src/version.rs /Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/release/build/rustversion-5760940e0303d812/out/version.expr - -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.20/src/lib.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.20/src/attr.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.20/src/bound.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.20/src/constfn.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.20/src/date.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.20/src/error.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.20/src/expand.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.20/src/expr.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.20/src/iter.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.20/src/release.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.20/src/time.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.20/src/token.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.20/src/version.rs: -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/release/build/rustversion-5760940e0303d812/out/version.expr: - -# env-dep:OUT_DIR=/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/release/build/rustversion-5760940e0303d812/out diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/deps/serde_derive-ddcace374c044db4.d b/packages/plugin-filecoin/filecoin-rs/target/release/deps/serde_derive-ddcace374c044db4.d deleted file mode 100644 index 046fd41371a3a..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/deps/serde_derive-ddcace374c044db4.d +++ /dev/null @@ -1,22 +0,0 @@ -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/release/deps/libserde_derive-ddcace374c044db4.dylib: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.219/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.219/src/internals/mod.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.219/src/internals/ast.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.219/src/internals/attr.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.219/src/internals/name.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.219/src/internals/case.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.219/src/internals/check.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.219/src/internals/ctxt.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.219/src/internals/receiver.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.219/src/internals/respan.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.219/src/internals/symbol.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.219/src/bound.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.219/src/fragment.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.219/src/de.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.219/src/dummy.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.219/src/pretend.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.219/src/ser.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.219/src/this.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/release/deps/serde_derive-ddcace374c044db4.d: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.219/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.219/src/internals/mod.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.219/src/internals/ast.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.219/src/internals/attr.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.219/src/internals/name.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.219/src/internals/case.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.219/src/internals/check.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.219/src/internals/ctxt.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.219/src/internals/receiver.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.219/src/internals/respan.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.219/src/internals/symbol.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.219/src/bound.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.219/src/fragment.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.219/src/de.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.219/src/dummy.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.219/src/pretend.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.219/src/ser.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.219/src/this.rs - -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.219/src/lib.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.219/src/internals/mod.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.219/src/internals/ast.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.219/src/internals/attr.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.219/src/internals/name.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.219/src/internals/case.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.219/src/internals/check.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.219/src/internals/ctxt.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.219/src/internals/receiver.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.219/src/internals/respan.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.219/src/internals/symbol.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.219/src/bound.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.219/src/fragment.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.219/src/de.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.219/src/dummy.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.219/src/pretend.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.219/src/ser.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.219/src/this.rs: diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/deps/syn-50f38ff024bbc222.d b/packages/plugin-filecoin/filecoin-rs/target/release/deps/syn-50f38ff024bbc222.d deleted file mode 100644 index d0c0405e42f70..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/deps/syn-50f38ff024bbc222.d +++ /dev/null @@ -1,59 +0,0 @@ -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/release/deps/libsyn-50f38ff024bbc222.rmeta: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/macros.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/group.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/token.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/attr.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/bigint.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/buffer.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/classify.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/custom_keyword.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/custom_punctuation.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/data.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/derive.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/drops.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/error.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/expr.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/ext.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/file.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/fixup.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/generics.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/ident.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/item.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/lifetime.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/lit.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/lookahead.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/mac.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/meta.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/op.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/parse.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/discouraged.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/parse_macro_input.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/parse_quote.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/pat.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/path.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/precedence.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/print.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/punctuated.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/restriction.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/sealed.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/span.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/spanned.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/stmt.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/thread.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/tt.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/ty.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/verbatim.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/whitespace.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/export.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/gen/visit.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/gen/visit_mut.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/gen/clone.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/gen/debug.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/gen/eq.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/gen/hash.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/release/deps/libsyn-50f38ff024bbc222.rlib: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/macros.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/group.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/token.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/attr.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/bigint.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/buffer.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/classify.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/custom_keyword.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/custom_punctuation.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/data.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/derive.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/drops.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/error.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/expr.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/ext.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/file.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/fixup.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/generics.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/ident.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/item.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/lifetime.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/lit.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/lookahead.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/mac.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/meta.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/op.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/parse.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/discouraged.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/parse_macro_input.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/parse_quote.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/pat.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/path.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/precedence.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/print.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/punctuated.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/restriction.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/sealed.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/span.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/spanned.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/stmt.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/thread.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/tt.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/ty.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/verbatim.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/whitespace.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/export.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/gen/visit.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/gen/visit_mut.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/gen/clone.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/gen/debug.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/gen/eq.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/gen/hash.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/release/deps/syn-50f38ff024bbc222.d: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/macros.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/group.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/token.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/attr.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/bigint.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/buffer.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/classify.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/custom_keyword.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/custom_punctuation.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/data.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/derive.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/drops.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/error.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/expr.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/ext.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/file.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/fixup.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/generics.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/ident.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/item.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/lifetime.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/lit.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/lookahead.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/mac.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/meta.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/op.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/parse.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/discouraged.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/parse_macro_input.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/parse_quote.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/pat.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/path.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/precedence.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/print.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/punctuated.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/restriction.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/sealed.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/span.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/spanned.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/stmt.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/thread.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/tt.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/ty.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/verbatim.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/whitespace.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/export.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/gen/visit.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/gen/visit_mut.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/gen/clone.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/gen/debug.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/gen/eq.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/gen/hash.rs - -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/lib.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/macros.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/group.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/token.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/attr.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/bigint.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/buffer.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/classify.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/custom_keyword.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/custom_punctuation.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/data.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/derive.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/drops.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/error.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/expr.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/ext.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/file.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/fixup.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/generics.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/ident.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/item.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/lifetime.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/lit.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/lookahead.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/mac.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/meta.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/op.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/parse.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/discouraged.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/parse_macro_input.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/parse_quote.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/pat.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/path.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/precedence.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/print.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/punctuated.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/restriction.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/sealed.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/span.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/spanned.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/stmt.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/thread.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/tt.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/ty.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/verbatim.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/whitespace.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/export.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/gen/visit.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/gen/visit_mut.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/gen/clone.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/gen/debug.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/gen/eq.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/gen/hash.rs: diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/deps/synstructure-4a5547b592b92231.d b/packages/plugin-filecoin/filecoin-rs/target/release/deps/synstructure-4a5547b592b92231.d deleted file mode 100644 index a1d76a1c55249..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/deps/synstructure-4a5547b592b92231.d +++ /dev/null @@ -1,8 +0,0 @@ -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/release/deps/libsynstructure-4a5547b592b92231.rmeta: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/synstructure-0.13.1/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/synstructure-0.13.1/src/macros.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/release/deps/libsynstructure-4a5547b592b92231.rlib: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/synstructure-0.13.1/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/synstructure-0.13.1/src/macros.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/release/deps/synstructure-4a5547b592b92231.d: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/synstructure-0.13.1/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/synstructure-0.13.1/src/macros.rs - -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/synstructure-0.13.1/src/lib.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/synstructure-0.13.1/src/macros.rs: diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/deps/toml_datetime-4681cb3f3d71e61a.d b/packages/plugin-filecoin/filecoin-rs/target/release/deps/toml_datetime-4681cb3f3d71e61a.d deleted file mode 100644 index e0320b32cef97..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/deps/toml_datetime-4681cb3f3d71e61a.d +++ /dev/null @@ -1,8 +0,0 @@ -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/release/deps/libtoml_datetime-4681cb3f3d71e61a.rmeta: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.6.8/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.6.8/src/datetime.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/release/deps/libtoml_datetime-4681cb3f3d71e61a.rlib: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.6.8/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.6.8/src/datetime.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/release/deps/toml_datetime-4681cb3f3d71e61a.d: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.6.8/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.6.8/src/datetime.rs - -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.6.8/src/lib.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.6.8/src/datetime.rs: diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/deps/toml_edit-7522d6293c15e3a2.d b/packages/plugin-filecoin/filecoin-rs/target/release/deps/toml_edit-7522d6293c15e3a2.d deleted file mode 100644 index 607e6905a41b4..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/deps/toml_edit-7522d6293c15e3a2.d +++ /dev/null @@ -1,35 +0,0 @@ -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/release/deps/libtoml_edit-7522d6293c15e3a2.rmeta: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/array.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/array_of_tables.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/document.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/error.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/index.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/inline_table.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/internal_string.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/item.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/key.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/parser/mod.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/parser/array.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/parser/datetime.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/parser/document.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/parser/error.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/parser/inline_table.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/parser/key.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/parser/numbers.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/parser/state.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/parser/strings.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/parser/table.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/parser/trivia.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/parser/value.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/raw_string.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/repr.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/table.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/value.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/visit.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/visit_mut.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/release/deps/libtoml_edit-7522d6293c15e3a2.rlib: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/array.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/array_of_tables.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/document.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/error.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/index.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/inline_table.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/internal_string.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/item.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/key.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/parser/mod.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/parser/array.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/parser/datetime.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/parser/document.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/parser/error.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/parser/inline_table.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/parser/key.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/parser/numbers.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/parser/state.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/parser/strings.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/parser/table.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/parser/trivia.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/parser/value.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/raw_string.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/repr.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/table.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/value.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/visit.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/visit_mut.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/release/deps/toml_edit-7522d6293c15e3a2.d: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/array.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/array_of_tables.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/document.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/error.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/index.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/inline_table.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/internal_string.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/item.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/key.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/parser/mod.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/parser/array.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/parser/datetime.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/parser/document.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/parser/error.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/parser/inline_table.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/parser/key.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/parser/numbers.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/parser/state.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/parser/strings.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/parser/table.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/parser/trivia.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/parser/value.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/raw_string.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/repr.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/table.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/value.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/visit.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/visit_mut.rs - -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/lib.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/array.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/array_of_tables.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/document.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/error.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/index.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/inline_table.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/internal_string.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/item.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/key.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/parser/mod.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/parser/array.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/parser/datetime.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/parser/document.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/parser/error.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/parser/inline_table.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/parser/key.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/parser/numbers.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/parser/state.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/parser/strings.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/parser/table.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/parser/trivia.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/parser/value.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/raw_string.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/repr.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/table.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/value.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/visit.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/visit_mut.rs: diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/deps/unicode_ident-9a68ed29314acba6.d b/packages/plugin-filecoin/filecoin-rs/target/release/deps/unicode_ident-9a68ed29314acba6.d deleted file mode 100644 index d77b27d2ccd63..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/deps/unicode_ident-9a68ed29314acba6.d +++ /dev/null @@ -1,8 +0,0 @@ -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/release/deps/libunicode_ident-9a68ed29314acba6.rmeta: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.18/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.18/src/tables.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/release/deps/libunicode_ident-9a68ed29314acba6.rlib: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.18/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.18/src/tables.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/release/deps/unicode_ident-9a68ed29314acba6.d: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.18/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.18/src/tables.rs - -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.18/src/lib.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.18/src/tables.rs: diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/deps/version_check-659abb490cc00fd7.d b/packages/plugin-filecoin/filecoin-rs/target/release/deps/version_check-659abb490cc00fd7.d deleted file mode 100644 index 8edd0c07774ca..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/deps/version_check-659abb490cc00fd7.d +++ /dev/null @@ -1,10 +0,0 @@ -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/release/deps/libversion_check-659abb490cc00fd7.rmeta: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/version_check-0.9.5/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/version_check-0.9.5/src/version.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/version_check-0.9.5/src/channel.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/version_check-0.9.5/src/date.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/release/deps/libversion_check-659abb490cc00fd7.rlib: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/version_check-0.9.5/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/version_check-0.9.5/src/version.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/version_check-0.9.5/src/channel.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/version_check-0.9.5/src/date.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/release/deps/version_check-659abb490cc00fd7.d: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/version_check-0.9.5/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/version_check-0.9.5/src/version.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/version_check-0.9.5/src/channel.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/version_check-0.9.5/src/date.rs - -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/version_check-0.9.5/src/lib.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/version_check-0.9.5/src/version.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/version_check-0.9.5/src/channel.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/version_check-0.9.5/src/date.rs: diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/deps/wasm_bindgen_backend-1c618975e7a18f59.d b/packages/plugin-filecoin/filecoin-rs/target/release/deps/wasm_bindgen_backend-1c618975e7a18f59.d deleted file mode 100644 index af62c93778a2e..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/deps/wasm_bindgen_backend-1c618975e7a18f59.d +++ /dev/null @@ -1,12 +0,0 @@ -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/release/deps/libwasm_bindgen_backend-1c618975e7a18f59.rmeta: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-backend-0.2.100/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-backend-0.2.100/src/error.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-backend-0.2.100/src/ast.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-backend-0.2.100/src/codegen.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-backend-0.2.100/src/encode.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-backend-0.2.100/src/util.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/release/deps/libwasm_bindgen_backend-1c618975e7a18f59.rlib: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-backend-0.2.100/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-backend-0.2.100/src/error.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-backend-0.2.100/src/ast.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-backend-0.2.100/src/codegen.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-backend-0.2.100/src/encode.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-backend-0.2.100/src/util.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/release/deps/wasm_bindgen_backend-1c618975e7a18f59.d: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-backend-0.2.100/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-backend-0.2.100/src/error.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-backend-0.2.100/src/ast.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-backend-0.2.100/src/codegen.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-backend-0.2.100/src/encode.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-backend-0.2.100/src/util.rs - -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-backend-0.2.100/src/lib.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-backend-0.2.100/src/error.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-backend-0.2.100/src/ast.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-backend-0.2.100/src/codegen.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-backend-0.2.100/src/encode.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-backend-0.2.100/src/util.rs: diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/deps/wasm_bindgen_macro-426d9e5d03ae1def.d b/packages/plugin-filecoin/filecoin-rs/target/release/deps/wasm_bindgen_macro-426d9e5d03ae1def.d deleted file mode 100644 index 3fbc2efe49f86..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/deps/wasm_bindgen_macro-426d9e5d03ae1def.d +++ /dev/null @@ -1,5 +0,0 @@ -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/release/deps/libwasm_bindgen_macro-426d9e5d03ae1def.dylib: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-0.2.100/src/lib.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/release/deps/wasm_bindgen_macro-426d9e5d03ae1def.d: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-0.2.100/src/lib.rs - -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-0.2.100/src/lib.rs: diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/deps/wasm_bindgen_macro_support-b758688d1d5b064e.d b/packages/plugin-filecoin/filecoin-rs/target/release/deps/wasm_bindgen_macro_support-b758688d1d5b064e.d deleted file mode 100644 index cf3cce1c5d10c..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/deps/wasm_bindgen_macro_support-b758688d1d5b064e.d +++ /dev/null @@ -1,8 +0,0 @@ -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/release/deps/libwasm_bindgen_macro_support-b758688d1d5b064e.rmeta: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-support-0.2.100/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-support-0.2.100/src/parser.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/release/deps/libwasm_bindgen_macro_support-b758688d1d5b064e.rlib: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-support-0.2.100/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-support-0.2.100/src/parser.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/release/deps/wasm_bindgen_macro_support-b758688d1d5b064e.d: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-support-0.2.100/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-support-0.2.100/src/parser.rs - -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-support-0.2.100/src/lib.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-support-0.2.100/src/parser.rs: diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/deps/wasm_bindgen_shared-002a08943258c8bc.d b/packages/plugin-filecoin/filecoin-rs/target/release/deps/wasm_bindgen_shared-002a08943258c8bc.d deleted file mode 100644 index 3632440e7f41c..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/deps/wasm_bindgen_shared-002a08943258c8bc.d +++ /dev/null @@ -1,11 +0,0 @@ -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/release/deps/libwasm_bindgen_shared-002a08943258c8bc.rmeta: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-shared-0.2.100/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-shared-0.2.100/src/identifier.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/release/deps/libwasm_bindgen_shared-002a08943258c8bc.rlib: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-shared-0.2.100/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-shared-0.2.100/src/identifier.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/release/deps/wasm_bindgen_shared-002a08943258c8bc.d: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-shared-0.2.100/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-shared-0.2.100/src/identifier.rs - -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-shared-0.2.100/src/lib.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-shared-0.2.100/src/identifier.rs: - -# env-dep:CARGO_PKG_VERSION=0.2.100 -# env-dep:WBG_VERSION diff --git a/packages/plugin-filecoin/filecoin-rs/target/release/deps/winnow-21a019f312aa1f9e.d b/packages/plugin-filecoin/filecoin-rs/target/release/deps/winnow-21a019f312aa1f9e.d deleted file mode 100644 index d5de08562c6b0..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/release/deps/winnow-21a019f312aa1f9e.d +++ /dev/null @@ -1,32 +0,0 @@ -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/release/deps/libwinnow-21a019f312aa1f9e.rmeta: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.6/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.6/src/macros/mod.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.6/src/macros/dispatch.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.6/src/macros/seq.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.6/src/error.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.6/src/parser.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.6/src/stream/mod.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.6/src/stream/bstr.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.6/src/stream/bytes.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.6/src/stream/locating.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.6/src/stream/partial.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.6/src/stream/range.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.6/src/stream/stateful.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.6/src/stream/token.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.6/src/ascii/mod.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.6/src/binary/mod.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.6/src/binary/bits/mod.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.6/src/combinator/mod.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.6/src/combinator/branch.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.6/src/combinator/core.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.6/src/combinator/debug/mod.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.6/src/combinator/multi.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.6/src/combinator/sequence.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.6/src/combinator/impls.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.6/src/token/mod.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.6/src/../examples/css/parser.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/release/deps/libwinnow-21a019f312aa1f9e.rlib: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.6/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.6/src/macros/mod.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.6/src/macros/dispatch.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.6/src/macros/seq.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.6/src/error.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.6/src/parser.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.6/src/stream/mod.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.6/src/stream/bstr.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.6/src/stream/bytes.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.6/src/stream/locating.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.6/src/stream/partial.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.6/src/stream/range.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.6/src/stream/stateful.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.6/src/stream/token.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.6/src/ascii/mod.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.6/src/binary/mod.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.6/src/binary/bits/mod.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.6/src/combinator/mod.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.6/src/combinator/branch.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.6/src/combinator/core.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.6/src/combinator/debug/mod.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.6/src/combinator/multi.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.6/src/combinator/sequence.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.6/src/combinator/impls.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.6/src/token/mod.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.6/src/../examples/css/parser.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/release/deps/winnow-21a019f312aa1f9e.d: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.6/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.6/src/macros/mod.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.6/src/macros/dispatch.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.6/src/macros/seq.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.6/src/error.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.6/src/parser.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.6/src/stream/mod.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.6/src/stream/bstr.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.6/src/stream/bytes.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.6/src/stream/locating.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.6/src/stream/partial.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.6/src/stream/range.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.6/src/stream/stateful.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.6/src/stream/token.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.6/src/ascii/mod.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.6/src/binary/mod.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.6/src/binary/bits/mod.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.6/src/combinator/mod.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.6/src/combinator/branch.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.6/src/combinator/core.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.6/src/combinator/debug/mod.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.6/src/combinator/multi.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.6/src/combinator/sequence.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.6/src/combinator/impls.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.6/src/token/mod.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.6/src/../examples/css/parser.rs - -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.6/src/lib.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.6/src/macros/mod.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.6/src/macros/dispatch.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.6/src/macros/seq.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.6/src/error.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.6/src/parser.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.6/src/stream/mod.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.6/src/stream/bstr.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.6/src/stream/bytes.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.6/src/stream/locating.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.6/src/stream/partial.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.6/src/stream/range.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.6/src/stream/stateful.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.6/src/stream/token.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.6/src/ascii/mod.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.6/src/binary/mod.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.6/src/binary/bits/mod.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.6/src/combinator/mod.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.6/src/combinator/branch.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.6/src/combinator/core.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.6/src/combinator/debug/mod.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.6/src/combinator/multi.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.6/src/combinator/sequence.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.6/src/combinator/impls.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.6/src/token/mod.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.6/src/../examples/css/parser.rs: diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/anyhow-a836722ad5cc1445/dep-lib-anyhow b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/anyhow-a836722ad5cc1445/dep-lib-anyhow deleted file mode 100644 index ec3cb8bfd2804..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/anyhow-a836722ad5cc1445/dep-lib-anyhow and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/anyhow-a836722ad5cc1445/invoked.timestamp b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/anyhow-a836722ad5cc1445/invoked.timestamp deleted file mode 100644 index e00328da5aa8e..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/anyhow-a836722ad5cc1445/invoked.timestamp +++ /dev/null @@ -1 +0,0 @@ -This file has an mtime of when this was started. \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/anyhow-a836722ad5cc1445/lib-anyhow b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/anyhow-a836722ad5cc1445/lib-anyhow deleted file mode 100644 index 89f9221645b6f..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/anyhow-a836722ad5cc1445/lib-anyhow +++ /dev/null @@ -1 +0,0 @@ -7c7b321e3f26486b \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/anyhow-a836722ad5cc1445/lib-anyhow.json b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/anyhow-a836722ad5cc1445/lib-anyhow.json deleted file mode 100644 index 1ee3a66a8fbde..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/anyhow-a836722ad5cc1445/lib-anyhow.json +++ /dev/null @@ -1 +0,0 @@ -{"rustc":4723136837156968084,"features":"[\"default\", \"std\"]","declared_features":"[\"backtrace\", \"default\", \"std\"]","target":16100955855663461252,"profile":2040997289075261528,"path":9613998079246506185,"deps":[[18396545099218507036,"build_script_build",false,6729293226423089121]],"local":[{"CheckDepInfo":{"dep_info":"wasm32-unknown-unknown/release/.fingerprint/anyhow-a836722ad5cc1445/dep-lib-anyhow","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":14682669768258224367} \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/anyhow-d0dff02d43bfb4bc/run-build-script-build-script-build b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/anyhow-d0dff02d43bfb4bc/run-build-script-build-script-build deleted file mode 100644 index 64bd985323f27..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/anyhow-d0dff02d43bfb4bc/run-build-script-build-script-build +++ /dev/null @@ -1 +0,0 @@ -e1f7633e8940635d \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/anyhow-d0dff02d43bfb4bc/run-build-script-build-script-build.json b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/anyhow-d0dff02d43bfb4bc/run-build-script-build-script-build.json deleted file mode 100644 index 71db68aac1039..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/anyhow-d0dff02d43bfb4bc/run-build-script-build-script-build.json +++ /dev/null @@ -1 +0,0 @@ -{"rustc":4723136837156968084,"features":"","declared_features":"","target":0,"profile":0,"path":0,"deps":[[18396545099218507036,"build_script_build",false,8210914350594080542]],"local":[{"RerunIfChanged":{"output":"wasm32-unknown-unknown/release/build/anyhow-d0dff02d43bfb4bc/output","paths":["build/probe.rs"]}},{"RerunIfEnvChanged":{"var":"RUSTC_BOOTSTRAP","val":null}}],"rustflags":[],"config":0,"compile_kind":0} \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/base-x-9d7d28deb6165f08/dep-lib-base_x b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/base-x-9d7d28deb6165f08/dep-lib-base_x deleted file mode 100644 index ec3cb8bfd2804..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/base-x-9d7d28deb6165f08/dep-lib-base_x and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/base-x-9d7d28deb6165f08/invoked.timestamp b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/base-x-9d7d28deb6165f08/invoked.timestamp deleted file mode 100644 index e00328da5aa8e..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/base-x-9d7d28deb6165f08/invoked.timestamp +++ /dev/null @@ -1 +0,0 @@ -This file has an mtime of when this was started. \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/base-x-9d7d28deb6165f08/lib-base_x b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/base-x-9d7d28deb6165f08/lib-base_x deleted file mode 100644 index bd6292d6d6c45..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/base-x-9d7d28deb6165f08/lib-base_x +++ /dev/null @@ -1 +0,0 @@ -5823bd7b1233f068 \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/base-x-9d7d28deb6165f08/lib-base_x.json b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/base-x-9d7d28deb6165f08/lib-base_x.json deleted file mode 100644 index a1a5b1eff4d6b..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/base-x-9d7d28deb6165f08/lib-base_x.json +++ /dev/null @@ -1 +0,0 @@ -{"rustc":4723136837156968084,"features":"[]","declared_features":"[\"default\", \"std\"]","target":4664077033567223684,"profile":2040997289075261528,"path":4513486221643382458,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"wasm32-unknown-unknown/release/.fingerprint/base-x-9d7d28deb6165f08/dep-lib-base_x","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":14682669768258224367} \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/block-buffer-cf9d4dd5c4310612/dep-lib-block_buffer b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/block-buffer-cf9d4dd5c4310612/dep-lib-block_buffer deleted file mode 100644 index ec3cb8bfd2804..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/block-buffer-cf9d4dd5c4310612/dep-lib-block_buffer and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/block-buffer-cf9d4dd5c4310612/invoked.timestamp b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/block-buffer-cf9d4dd5c4310612/invoked.timestamp deleted file mode 100644 index e00328da5aa8e..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/block-buffer-cf9d4dd5c4310612/invoked.timestamp +++ /dev/null @@ -1 +0,0 @@ -This file has an mtime of when this was started. \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/block-buffer-cf9d4dd5c4310612/lib-block_buffer b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/block-buffer-cf9d4dd5c4310612/lib-block_buffer deleted file mode 100644 index 01a0a47492887..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/block-buffer-cf9d4dd5c4310612/lib-block_buffer +++ /dev/null @@ -1 +0,0 @@ -22cebb2d44883573 \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/block-buffer-cf9d4dd5c4310612/lib-block_buffer.json b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/block-buffer-cf9d4dd5c4310612/lib-block_buffer.json deleted file mode 100644 index d4e2f86b742ac..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/block-buffer-cf9d4dd5c4310612/lib-block_buffer.json +++ /dev/null @@ -1 +0,0 @@ -{"rustc":4723136837156968084,"features":"[]","declared_features":"[]","target":4098124618827574291,"profile":2040997289075261528,"path":7371964983716767317,"deps":[[10520923840501062997,"generic_array",false,5521116278099910956]],"local":[{"CheckDepInfo":{"dep_info":"wasm32-unknown-unknown/release/.fingerprint/block-buffer-cf9d4dd5c4310612/dep-lib-block_buffer","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":14682669768258224367} \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/cfg-if-71b52b2eb484239d/dep-lib-cfg_if b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/cfg-if-71b52b2eb484239d/dep-lib-cfg_if deleted file mode 100644 index ec3cb8bfd2804..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/cfg-if-71b52b2eb484239d/dep-lib-cfg_if and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/cfg-if-71b52b2eb484239d/invoked.timestamp b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/cfg-if-71b52b2eb484239d/invoked.timestamp deleted file mode 100644 index e00328da5aa8e..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/cfg-if-71b52b2eb484239d/invoked.timestamp +++ /dev/null @@ -1 +0,0 @@ -This file has an mtime of when this was started. \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/cfg-if-71b52b2eb484239d/lib-cfg_if b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/cfg-if-71b52b2eb484239d/lib-cfg_if deleted file mode 100644 index 76d5594567375..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/cfg-if-71b52b2eb484239d/lib-cfg_if +++ /dev/null @@ -1 +0,0 @@ -81e6ae61ac01d03c \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/cfg-if-71b52b2eb484239d/lib-cfg_if.json b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/cfg-if-71b52b2eb484239d/lib-cfg_if.json deleted file mode 100644 index aa06b2507b3cc..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/cfg-if-71b52b2eb484239d/lib-cfg_if.json +++ /dev/null @@ -1 +0,0 @@ -{"rustc":4723136837156968084,"features":"[]","declared_features":"[\"compiler_builtins\", \"core\", \"rustc-dep-of-std\"]","target":14691992093392644261,"profile":2040997289075261528,"path":13163591048694582651,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"wasm32-unknown-unknown/release/.fingerprint/cfg-if-71b52b2eb484239d/dep-lib-cfg_if","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":14682669768258224367} \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/cid-6d5694de462345dc/dep-lib-cid b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/cid-6d5694de462345dc/dep-lib-cid deleted file mode 100644 index ec3cb8bfd2804..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/cid-6d5694de462345dc/dep-lib-cid and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/cid-6d5694de462345dc/invoked.timestamp b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/cid-6d5694de462345dc/invoked.timestamp deleted file mode 100644 index e00328da5aa8e..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/cid-6d5694de462345dc/invoked.timestamp +++ /dev/null @@ -1 +0,0 @@ -This file has an mtime of when this was started. \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/cid-6d5694de462345dc/lib-cid b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/cid-6d5694de462345dc/lib-cid deleted file mode 100644 index b809fe3bab0b6..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/cid-6d5694de462345dc/lib-cid +++ /dev/null @@ -1 +0,0 @@ -263272f87a9b1185 \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/cid-6d5694de462345dc/lib-cid.json b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/cid-6d5694de462345dc/lib-cid.json deleted file mode 100644 index fd02d2591ce0a..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/cid-6d5694de462345dc/lib-cid.json +++ /dev/null @@ -1 +0,0 @@ -{"rustc":4723136837156968084,"features":"[\"alloc\", \"default\", \"std\"]","declared_features":"[\"alloc\", \"arb\", \"default\", \"scale-codec\", \"serde\", \"serde-codec\", \"std\"]","target":6223253646447300006,"profile":2040997289075261528,"path":3631951018819085349,"deps":[[1175149761572142958,"unsigned_varint",false,10853394590617342730],[5008292452068858082,"multibase",false,17083148170534601688],[5081825988072235321,"multihash",false,7207888856781471540],[12414424756982115322,"core2",false,16160663791328925132]],"local":[{"CheckDepInfo":{"dep_info":"wasm32-unknown-unknown/release/.fingerprint/cid-6d5694de462345dc/dep-lib-cid","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":14682669768258224367} \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/console_log-172ab91a385aadb5/dep-lib-console_log b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/console_log-172ab91a385aadb5/dep-lib-console_log deleted file mode 100644 index ec3cb8bfd2804..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/console_log-172ab91a385aadb5/dep-lib-console_log and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/console_log-172ab91a385aadb5/invoked.timestamp b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/console_log-172ab91a385aadb5/invoked.timestamp deleted file mode 100644 index e00328da5aa8e..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/console_log-172ab91a385aadb5/invoked.timestamp +++ /dev/null @@ -1 +0,0 @@ -This file has an mtime of when this was started. \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/console_log-172ab91a385aadb5/lib-console_log b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/console_log-172ab91a385aadb5/lib-console_log deleted file mode 100644 index cd9b283030675..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/console_log-172ab91a385aadb5/lib-console_log +++ /dev/null @@ -1 +0,0 @@ -0c170822b9c928ff \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/console_log-172ab91a385aadb5/lib-console_log.json b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/console_log-172ab91a385aadb5/lib-console_log.json deleted file mode 100644 index 731cf1dd21e49..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/console_log-172ab91a385aadb5/lib-console_log.json +++ /dev/null @@ -1 +0,0 @@ -{"rustc":4723136837156968084,"features":"[\"default\"]","declared_features":"[\"color\", \"default\", \"wasm-bindgen\"]","target":6918726539916214866,"profile":2040997289075261528,"path":4699482518937425816,"deps":[[5986029879202738730,"log",false,563611949713422179],[8264480821543757363,"web_sys",false,7643354547543521828]],"local":[{"CheckDepInfo":{"dep_info":"wasm32-unknown-unknown/release/.fingerprint/console_log-172ab91a385aadb5/dep-lib-console_log","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":14682669768258224367} \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/core2-27271a0afe0aa50d/dep-lib-core2 b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/core2-27271a0afe0aa50d/dep-lib-core2 deleted file mode 100644 index ec3cb8bfd2804..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/core2-27271a0afe0aa50d/dep-lib-core2 and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/core2-27271a0afe0aa50d/invoked.timestamp b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/core2-27271a0afe0aa50d/invoked.timestamp deleted file mode 100644 index e00328da5aa8e..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/core2-27271a0afe0aa50d/invoked.timestamp +++ /dev/null @@ -1 +0,0 @@ -This file has an mtime of when this was started. \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/core2-27271a0afe0aa50d/lib-core2 b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/core2-27271a0afe0aa50d/lib-core2 deleted file mode 100644 index 909b1642edb8a..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/core2-27271a0afe0aa50d/lib-core2 +++ /dev/null @@ -1 +0,0 @@ -cc95ad68183646e0 \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/core2-27271a0afe0aa50d/lib-core2.json b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/core2-27271a0afe0aa50d/lib-core2.json deleted file mode 100644 index c4d32b2e9f904..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/core2-27271a0afe0aa50d/lib-core2.json +++ /dev/null @@ -1 +0,0 @@ -{"rustc":4723136837156968084,"features":"[\"alloc\", \"std\"]","declared_features":"[\"alloc\", \"default\", \"nightly\", \"std\"]","target":6782247726062973603,"profile":2040997289075261528,"path":7580313602498958317,"deps":[[3129130049864710036,"memchr",false,13976492260564268503]],"local":[{"CheckDepInfo":{"dep_info":"wasm32-unknown-unknown/release/.fingerprint/core2-27271a0afe0aa50d/dep-lib-core2","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":14682669768258224367} \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/crypto-common-0217b0f09aaa1023/dep-lib-crypto_common b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/crypto-common-0217b0f09aaa1023/dep-lib-crypto_common deleted file mode 100644 index ec3cb8bfd2804..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/crypto-common-0217b0f09aaa1023/dep-lib-crypto_common and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/crypto-common-0217b0f09aaa1023/invoked.timestamp b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/crypto-common-0217b0f09aaa1023/invoked.timestamp deleted file mode 100644 index e00328da5aa8e..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/crypto-common-0217b0f09aaa1023/invoked.timestamp +++ /dev/null @@ -1 +0,0 @@ -This file has an mtime of when this was started. \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/crypto-common-0217b0f09aaa1023/lib-crypto_common b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/crypto-common-0217b0f09aaa1023/lib-crypto_common deleted file mode 100644 index 47b77fd26e44e..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/crypto-common-0217b0f09aaa1023/lib-crypto_common +++ /dev/null @@ -1 +0,0 @@ -ec871fb2e49ad926 \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/crypto-common-0217b0f09aaa1023/lib-crypto_common.json b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/crypto-common-0217b0f09aaa1023/lib-crypto_common.json deleted file mode 100644 index a10fc70e54c4c..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/crypto-common-0217b0f09aaa1023/lib-crypto_common.json +++ /dev/null @@ -1 +0,0 @@ -{"rustc":4723136837156968084,"features":"[\"std\"]","declared_features":"[\"getrandom\", \"rand_core\", \"std\"]","target":16242158919585437602,"profile":2040997289075261528,"path":12188171806232180851,"deps":[[10520923840501062997,"generic_array",false,5521116278099910956],[17001665395952474378,"typenum",false,658243330845865738]],"local":[{"CheckDepInfo":{"dep_info":"wasm32-unknown-unknown/release/.fingerprint/crypto-common-0217b0f09aaa1023/dep-lib-crypto_common","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":14682669768258224367} \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/data-encoding-eaa4bac67bd13778/dep-lib-data_encoding b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/data-encoding-eaa4bac67bd13778/dep-lib-data_encoding deleted file mode 100644 index ec3cb8bfd2804..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/data-encoding-eaa4bac67bd13778/dep-lib-data_encoding and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/data-encoding-eaa4bac67bd13778/invoked.timestamp b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/data-encoding-eaa4bac67bd13778/invoked.timestamp deleted file mode 100644 index e00328da5aa8e..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/data-encoding-eaa4bac67bd13778/invoked.timestamp +++ /dev/null @@ -1 +0,0 @@ -This file has an mtime of when this was started. \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/data-encoding-eaa4bac67bd13778/lib-data_encoding b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/data-encoding-eaa4bac67bd13778/lib-data_encoding deleted file mode 100644 index efbc629234468..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/data-encoding-eaa4bac67bd13778/lib-data_encoding +++ /dev/null @@ -1 +0,0 @@ -a7a169e1b88877d9 \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/data-encoding-eaa4bac67bd13778/lib-data_encoding.json b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/data-encoding-eaa4bac67bd13778/lib-data_encoding.json deleted file mode 100644 index fd198682dfa28..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/data-encoding-eaa4bac67bd13778/lib-data_encoding.json +++ /dev/null @@ -1 +0,0 @@ -{"rustc":4723136837156968084,"features":"[\"alloc\"]","declared_features":"[\"alloc\", \"default\", \"std\"]","target":11695827766092040444,"profile":6679762198431824407,"path":6011336610486663403,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"wasm32-unknown-unknown/release/.fingerprint/data-encoding-eaa4bac67bd13778/dep-lib-data_encoding","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":14682669768258224367} \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/data-encoding-macro-0c0e8469805e337a/dep-lib-data_encoding_macro b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/data-encoding-macro-0c0e8469805e337a/dep-lib-data_encoding_macro deleted file mode 100644 index ec3cb8bfd2804..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/data-encoding-macro-0c0e8469805e337a/dep-lib-data_encoding_macro and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/data-encoding-macro-0c0e8469805e337a/invoked.timestamp b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/data-encoding-macro-0c0e8469805e337a/invoked.timestamp deleted file mode 100644 index e00328da5aa8e..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/data-encoding-macro-0c0e8469805e337a/invoked.timestamp +++ /dev/null @@ -1 +0,0 @@ -This file has an mtime of when this was started. \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/data-encoding-macro-0c0e8469805e337a/lib-data_encoding_macro b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/data-encoding-macro-0c0e8469805e337a/lib-data_encoding_macro deleted file mode 100644 index 8711d19d4ef8c..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/data-encoding-macro-0c0e8469805e337a/lib-data_encoding_macro +++ /dev/null @@ -1 +0,0 @@ -0019f5237815641c \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/data-encoding-macro-0c0e8469805e337a/lib-data_encoding_macro.json b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/data-encoding-macro-0c0e8469805e337a/lib-data_encoding_macro.json deleted file mode 100644 index 34d778cacd2e1..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/data-encoding-macro-0c0e8469805e337a/lib-data_encoding_macro.json +++ /dev/null @@ -1 +0,0 @@ -{"rustc":4723136837156968084,"features":"[]","declared_features":"[]","target":11150374426649913857,"profile":2040997289075261528,"path":11945398819667557460,"deps":[[1282593816529001625,"data_encoding",false,15670143756096086439],[11697774373503670121,"data_encoding_macro_internal",false,12319766572197274724]],"local":[{"CheckDepInfo":{"dep_info":"wasm32-unknown-unknown/release/.fingerprint/data-encoding-macro-0c0e8469805e337a/dep-lib-data_encoding_macro","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":14682669768258224367} \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/digest-a27d9e4f64b4df0e/dep-lib-digest b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/digest-a27d9e4f64b4df0e/dep-lib-digest deleted file mode 100644 index ec3cb8bfd2804..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/digest-a27d9e4f64b4df0e/dep-lib-digest and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/digest-a27d9e4f64b4df0e/invoked.timestamp b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/digest-a27d9e4f64b4df0e/invoked.timestamp deleted file mode 100644 index e00328da5aa8e..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/digest-a27d9e4f64b4df0e/invoked.timestamp +++ /dev/null @@ -1 +0,0 @@ -This file has an mtime of when this was started. \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/digest-a27d9e4f64b4df0e/lib-digest b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/digest-a27d9e4f64b4df0e/lib-digest deleted file mode 100644 index df953eaa30724..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/digest-a27d9e4f64b4df0e/lib-digest +++ /dev/null @@ -1 +0,0 @@ -37a1c4e1fafe3766 \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/digest-a27d9e4f64b4df0e/lib-digest.json b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/digest-a27d9e4f64b4df0e/lib-digest.json deleted file mode 100644 index b6db6c3b8bb2f..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/digest-a27d9e4f64b4df0e/lib-digest.json +++ /dev/null @@ -1 +0,0 @@ -{"rustc":4723136837156968084,"features":"[\"alloc\", \"block-buffer\", \"core-api\", \"default\", \"std\"]","declared_features":"[\"alloc\", \"blobby\", \"block-buffer\", \"const-oid\", \"core-api\", \"default\", \"dev\", \"mac\", \"oid\", \"rand_core\", \"std\", \"subtle\"]","target":7510122432137863311,"profile":2040997289075261528,"path":1074983153022463670,"deps":[[2352660017780662552,"crypto_common",false,2799438950419105772],[10626340395483396037,"block_buffer",false,8301691314533813794]],"local":[{"CheckDepInfo":{"dep_info":"wasm32-unknown-unknown/release/.fingerprint/digest-a27d9e4f64b4df0e/dep-lib-digest","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":14682669768258224367} \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/filecoin-rs-a6a111908a2d05c2/dep-lib-filecoin_rs b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/filecoin-rs-a6a111908a2d05c2/dep-lib-filecoin_rs deleted file mode 100644 index 5506abee70cf6..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/filecoin-rs-a6a111908a2d05c2/dep-lib-filecoin_rs and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/filecoin-rs-a6a111908a2d05c2/invoked.timestamp b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/filecoin-rs-a6a111908a2d05c2/invoked.timestamp deleted file mode 100644 index e00328da5aa8e..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/filecoin-rs-a6a111908a2d05c2/invoked.timestamp +++ /dev/null @@ -1 +0,0 @@ -This file has an mtime of when this was started. \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/filecoin-rs-a6a111908a2d05c2/lib-filecoin_rs b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/filecoin-rs-a6a111908a2d05c2/lib-filecoin_rs deleted file mode 100644 index d0a02b0a6f5b0..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/filecoin-rs-a6a111908a2d05c2/lib-filecoin_rs +++ /dev/null @@ -1 +0,0 @@ -3fc5ce2670ce31a4 \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/filecoin-rs-a6a111908a2d05c2/lib-filecoin_rs.json b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/filecoin-rs-a6a111908a2d05c2/lib-filecoin_rs.json deleted file mode 100644 index 80d80171c2560..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/filecoin-rs-a6a111908a2d05c2/lib-filecoin_rs.json +++ /dev/null @@ -1 +0,0 @@ -{"rustc":4723136837156968084,"features":"[\"default\"]","declared_features":"[\"default\", \"fvm\", \"fvm_ipld_blockstore\", \"fvm_ipld_encoding\", \"fvm_shared\", \"native\", \"positioned-io\"]","target":18118144682384057474,"profile":2040997289075261528,"path":10763286916239946207,"deps":[[708418515357077501,"multihash_codetable",false,6585147803564141572],[4759311166277834512,"console_log",false,18386167275717138188],[5799143562311631545,"cid",false,9588616034105045542],[5986029879202738730,"log",false,563611949713422179],[6946689283190175495,"wasm_bindgen",false,3200662223915724670],[7670211519503158651,"getrandom",false,2292182891956862903],[9689903380558560274,"serde",false,8701600422878519966],[15367738274754116744,"serde_json",false,8820461923719340513],[15917073803248137067,"wasm_bindgen_futures",false,10866213609266533836],[18396545099218507036,"anyhow",false,7730470812912876412]],"local":[{"CheckDepInfo":{"dep_info":"wasm32-unknown-unknown/release/.fingerprint/filecoin-rs-a6a111908a2d05c2/dep-lib-filecoin_rs","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":14682669768258224367} \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/generic-array-6ddf1e12f91a4aed/dep-lib-generic_array b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/generic-array-6ddf1e12f91a4aed/dep-lib-generic_array deleted file mode 100644 index ec3cb8bfd2804..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/generic-array-6ddf1e12f91a4aed/dep-lib-generic_array and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/generic-array-6ddf1e12f91a4aed/invoked.timestamp b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/generic-array-6ddf1e12f91a4aed/invoked.timestamp deleted file mode 100644 index e00328da5aa8e..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/generic-array-6ddf1e12f91a4aed/invoked.timestamp +++ /dev/null @@ -1 +0,0 @@ -This file has an mtime of when this was started. \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/generic-array-6ddf1e12f91a4aed/lib-generic_array b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/generic-array-6ddf1e12f91a4aed/lib-generic_array deleted file mode 100644 index 5e8d5db8d2236..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/generic-array-6ddf1e12f91a4aed/lib-generic_array +++ /dev/null @@ -1 +0,0 @@ -2ca1c5b700f29e4c \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/generic-array-6ddf1e12f91a4aed/lib-generic_array.json b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/generic-array-6ddf1e12f91a4aed/lib-generic_array.json deleted file mode 100644 index 0f8dce5b8a682..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/generic-array-6ddf1e12f91a4aed/lib-generic_array.json +++ /dev/null @@ -1 +0,0 @@ -{"rustc":4723136837156968084,"features":"[\"more_lengths\"]","declared_features":"[\"more_lengths\", \"serde\", \"zeroize\"]","target":13084005262763373425,"profile":2040997289075261528,"path":3731189320541531576,"deps":[[10520923840501062997,"build_script_build",false,1478972879342145303],[17001665395952474378,"typenum",false,658243330845865738]],"local":[{"CheckDepInfo":{"dep_info":"wasm32-unknown-unknown/release/.fingerprint/generic-array-6ddf1e12f91a4aed/dep-lib-generic_array","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":14682669768258224367} \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/generic-array-789823417fff1ce5/run-build-script-build-script-build b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/generic-array-789823417fff1ce5/run-build-script-build-script-build deleted file mode 100644 index b8a4c29bece83..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/generic-array-789823417fff1ce5/run-build-script-build-script-build +++ /dev/null @@ -1 +0,0 @@ -170fa071ff5d8614 \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/generic-array-789823417fff1ce5/run-build-script-build-script-build.json b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/generic-array-789823417fff1ce5/run-build-script-build-script-build.json deleted file mode 100644 index ae8ada6ec2b03..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/generic-array-789823417fff1ce5/run-build-script-build-script-build.json +++ /dev/null @@ -1 +0,0 @@ -{"rustc":4723136837156968084,"features":"","declared_features":"","target":0,"profile":0,"path":0,"deps":[[10520923840501062997,"build_script_build",false,12778799797662919798]],"local":[{"Precalculated":"0.14.7"}],"rustflags":[],"config":0,"compile_kind":0} \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/getrandom-b862428652dce633/dep-lib-getrandom b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/getrandom-b862428652dce633/dep-lib-getrandom deleted file mode 100644 index ec3cb8bfd2804..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/getrandom-b862428652dce633/dep-lib-getrandom and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/getrandom-b862428652dce633/invoked.timestamp b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/getrandom-b862428652dce633/invoked.timestamp deleted file mode 100644 index e00328da5aa8e..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/getrandom-b862428652dce633/invoked.timestamp +++ /dev/null @@ -1 +0,0 @@ -This file has an mtime of when this was started. \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/getrandom-b862428652dce633/lib-getrandom b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/getrandom-b862428652dce633/lib-getrandom deleted file mode 100644 index 1b6ff5e74c98d..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/getrandom-b862428652dce633/lib-getrandom +++ /dev/null @@ -1 +0,0 @@ -b7ff501b3278cf1f \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/getrandom-b862428652dce633/lib-getrandom.json b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/getrandom-b862428652dce633/lib-getrandom.json deleted file mode 100644 index 3a93f74dea17d..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/getrandom-b862428652dce633/lib-getrandom.json +++ /dev/null @@ -1 +0,0 @@ -{"rustc":4723136837156968084,"features":"[\"js\", \"js-sys\", \"wasm-bindgen\"]","declared_features":"[\"compiler_builtins\", \"core\", \"custom\", \"js\", \"js-sys\", \"linux_disable_fallback\", \"rdrand\", \"rustc-dep-of-std\", \"std\", \"test-in-browser\", \"wasm-bindgen\"]","target":16244099637825074703,"profile":2040997289075261528,"path":6676284987177482484,"deps":[[6946689283190175495,"wasm_bindgen",false,3200662223915724670],[9003359908906038687,"js_sys",false,6565017633354755157],[10411997081178400487,"cfg_if",false,4382004277316347521]],"local":[{"CheckDepInfo":{"dep_info":"wasm32-unknown-unknown/release/.fingerprint/getrandom-b862428652dce633/dep-lib-getrandom","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":14682669768258224367} \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/itoa-2adf6b9df0938f83/dep-lib-itoa b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/itoa-2adf6b9df0938f83/dep-lib-itoa deleted file mode 100644 index ec3cb8bfd2804..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/itoa-2adf6b9df0938f83/dep-lib-itoa and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/itoa-2adf6b9df0938f83/invoked.timestamp b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/itoa-2adf6b9df0938f83/invoked.timestamp deleted file mode 100644 index e00328da5aa8e..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/itoa-2adf6b9df0938f83/invoked.timestamp +++ /dev/null @@ -1 +0,0 @@ -This file has an mtime of when this was started. \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/itoa-2adf6b9df0938f83/lib-itoa b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/itoa-2adf6b9df0938f83/lib-itoa deleted file mode 100644 index bd372dacd9f12..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/itoa-2adf6b9df0938f83/lib-itoa +++ /dev/null @@ -1 +0,0 @@ -320f0eb9115c2d2c \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/itoa-2adf6b9df0938f83/lib-itoa.json b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/itoa-2adf6b9df0938f83/lib-itoa.json deleted file mode 100644 index b2ade740f8364..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/itoa-2adf6b9df0938f83/lib-itoa.json +++ /dev/null @@ -1 +0,0 @@ -{"rustc":4723136837156968084,"features":"[]","declared_features":"[\"no-panic\"]","target":8239509073162986830,"profile":2040997289075261528,"path":5659370748212028800,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"wasm32-unknown-unknown/release/.fingerprint/itoa-2adf6b9df0938f83/dep-lib-itoa","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":14682669768258224367} \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/js-sys-8e12bb6d428f4dbb/dep-lib-js_sys b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/js-sys-8e12bb6d428f4dbb/dep-lib-js_sys deleted file mode 100644 index ec3cb8bfd2804..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/js-sys-8e12bb6d428f4dbb/dep-lib-js_sys and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/js-sys-8e12bb6d428f4dbb/invoked.timestamp b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/js-sys-8e12bb6d428f4dbb/invoked.timestamp deleted file mode 100644 index e00328da5aa8e..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/js-sys-8e12bb6d428f4dbb/invoked.timestamp +++ /dev/null @@ -1 +0,0 @@ -This file has an mtime of when this was started. \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/js-sys-8e12bb6d428f4dbb/lib-js_sys b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/js-sys-8e12bb6d428f4dbb/lib-js_sys deleted file mode 100644 index 7dd35323a7fbb..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/js-sys-8e12bb6d428f4dbb/lib-js_sys +++ /dev/null @@ -1 +0,0 @@ -552c492cc1a01b5b \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/js-sys-8e12bb6d428f4dbb/lib-js_sys.json b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/js-sys-8e12bb6d428f4dbb/lib-js_sys.json deleted file mode 100644 index 9e94b665a548c..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/js-sys-8e12bb6d428f4dbb/lib-js_sys.json +++ /dev/null @@ -1 +0,0 @@ -{"rustc":4723136837156968084,"features":"[\"default\", \"std\"]","declared_features":"[\"default\", \"std\"]","target":4913466754190795764,"profile":13180848661409974975,"path":3214262065765446255,"deps":[[3722963349756955755,"once_cell",false,9821961154604412035],[6946689283190175495,"wasm_bindgen",false,3200662223915724670]],"local":[{"CheckDepInfo":{"dep_info":"wasm32-unknown-unknown/release/.fingerprint/js-sys-8e12bb6d428f4dbb/dep-lib-js_sys","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":14682669768258224367} \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/log-42f373b9e19a8d63/dep-lib-log b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/log-42f373b9e19a8d63/dep-lib-log deleted file mode 100644 index ec3cb8bfd2804..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/log-42f373b9e19a8d63/dep-lib-log and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/log-42f373b9e19a8d63/invoked.timestamp b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/log-42f373b9e19a8d63/invoked.timestamp deleted file mode 100644 index e00328da5aa8e..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/log-42f373b9e19a8d63/invoked.timestamp +++ /dev/null @@ -1 +0,0 @@ -This file has an mtime of when this was started. \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/log-42f373b9e19a8d63/lib-log b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/log-42f373b9e19a8d63/lib-log deleted file mode 100644 index b46338282e205..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/log-42f373b9e19a8d63/lib-log +++ /dev/null @@ -1 +0,0 @@ -6377d505155ad207 \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/log-42f373b9e19a8d63/lib-log.json b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/log-42f373b9e19a8d63/lib-log.json deleted file mode 100644 index 9f53ec329128c..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/log-42f373b9e19a8d63/lib-log.json +++ /dev/null @@ -1 +0,0 @@ -{"rustc":4723136837156968084,"features":"[]","declared_features":"[\"kv\", \"kv_serde\", \"kv_std\", \"kv_sval\", \"kv_unstable\", \"kv_unstable_serde\", \"kv_unstable_std\", \"kv_unstable_sval\", \"max_level_debug\", \"max_level_error\", \"max_level_info\", \"max_level_off\", \"max_level_trace\", \"max_level_warn\", \"release_max_level_debug\", \"release_max_level_error\", \"release_max_level_info\", \"release_max_level_off\", \"release_max_level_trace\", \"release_max_level_warn\", \"serde\", \"std\", \"sval\", \"sval_ref\", \"value-bag\"]","target":6550155848337067049,"profile":2040997289075261528,"path":5346344452176981357,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"wasm32-unknown-unknown/release/.fingerprint/log-42f373b9e19a8d63/dep-lib-log","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":14682669768258224367} \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/memchr-7ce790ee6ea16b10/dep-lib-memchr b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/memchr-7ce790ee6ea16b10/dep-lib-memchr deleted file mode 100644 index ec3cb8bfd2804..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/memchr-7ce790ee6ea16b10/dep-lib-memchr and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/memchr-7ce790ee6ea16b10/invoked.timestamp b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/memchr-7ce790ee6ea16b10/invoked.timestamp deleted file mode 100644 index e00328da5aa8e..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/memchr-7ce790ee6ea16b10/invoked.timestamp +++ /dev/null @@ -1 +0,0 @@ -This file has an mtime of when this was started. \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/memchr-7ce790ee6ea16b10/lib-memchr b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/memchr-7ce790ee6ea16b10/lib-memchr deleted file mode 100644 index 06e0f88a614c2..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/memchr-7ce790ee6ea16b10/lib-memchr +++ /dev/null @@ -1 +0,0 @@ -d7f5ed0ca979f6c1 \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/memchr-7ce790ee6ea16b10/lib-memchr.json b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/memchr-7ce790ee6ea16b10/lib-memchr.json deleted file mode 100644 index 3d98ce60f5241..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/memchr-7ce790ee6ea16b10/lib-memchr.json +++ /dev/null @@ -1 +0,0 @@ -{"rustc":4723136837156968084,"features":"[\"alloc\", \"std\"]","declared_features":"[\"alloc\", \"compiler_builtins\", \"core\", \"default\", \"libc\", \"logging\", \"rustc-dep-of-std\", \"std\", \"use_std\"]","target":11745930252914242013,"profile":2040997289075261528,"path":15806103154181974564,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"wasm32-unknown-unknown/release/.fingerprint/memchr-7ce790ee6ea16b10/dep-lib-memchr","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":14682669768258224367} \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/multibase-5e82a7e43606a731/dep-lib-multibase b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/multibase-5e82a7e43606a731/dep-lib-multibase deleted file mode 100644 index ec3cb8bfd2804..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/multibase-5e82a7e43606a731/dep-lib-multibase and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/multibase-5e82a7e43606a731/invoked.timestamp b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/multibase-5e82a7e43606a731/invoked.timestamp deleted file mode 100644 index e00328da5aa8e..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/multibase-5e82a7e43606a731/invoked.timestamp +++ /dev/null @@ -1 +0,0 @@ -This file has an mtime of when this was started. \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/multibase-5e82a7e43606a731/lib-multibase b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/multibase-5e82a7e43606a731/lib-multibase deleted file mode 100644 index b4ae58a5b94db..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/multibase-5e82a7e43606a731/lib-multibase +++ /dev/null @@ -1 +0,0 @@ -d843142ec08813ed \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/multibase-5e82a7e43606a731/lib-multibase.json b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/multibase-5e82a7e43606a731/lib-multibase.json deleted file mode 100644 index 7282ad83247d1..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/multibase-5e82a7e43606a731/lib-multibase.json +++ /dev/null @@ -1 +0,0 @@ -{"rustc":4723136837156968084,"features":"[]","declared_features":"[\"default\", \"std\"]","target":2259265078435794007,"profile":2040997289075261528,"path":14462667109580455964,"deps":[[1282593816529001625,"data_encoding",false,15670143756096086439],[4558053804491279602,"base_x",false,7561599928833483608],[16276583672961458848,"data_encoding_macro",false,2045783736476571904]],"local":[{"CheckDepInfo":{"dep_info":"wasm32-unknown-unknown/release/.fingerprint/multibase-5e82a7e43606a731/dep-lib-multibase","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":14682669768258224367} \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/multihash-7ecd824ef3079ff3/dep-lib-multihash b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/multihash-7ecd824ef3079ff3/dep-lib-multihash deleted file mode 100644 index ec3cb8bfd2804..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/multihash-7ecd824ef3079ff3/dep-lib-multihash and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/multihash-7ecd824ef3079ff3/invoked.timestamp b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/multihash-7ecd824ef3079ff3/invoked.timestamp deleted file mode 100644 index e00328da5aa8e..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/multihash-7ecd824ef3079ff3/invoked.timestamp +++ /dev/null @@ -1 +0,0 @@ -This file has an mtime of when this was started. \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/multihash-7ecd824ef3079ff3/lib-multihash b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/multihash-7ecd824ef3079ff3/lib-multihash deleted file mode 100644 index e3ea5a75aaacb..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/multihash-7ecd824ef3079ff3/lib-multihash +++ /dev/null @@ -1 +0,0 @@ -34bff4e8b9900764 \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/multihash-7ecd824ef3079ff3/lib-multihash.json b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/multihash-7ecd824ef3079ff3/lib-multihash.json deleted file mode 100644 index c8abfb4807f9c..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/multihash-7ecd824ef3079ff3/lib-multihash.json +++ /dev/null @@ -1 +0,0 @@ -{"rustc":4723136837156968084,"features":"[\"alloc\", \"std\"]","declared_features":"[\"alloc\", \"arb\", \"default\", \"scale-codec\", \"serde\", \"serde-codec\", \"std\"]","target":3246444426299996344,"profile":2040997289075261528,"path":14310919262236563768,"deps":[[1175149761572142958,"unsigned_varint",false,10853394590617342730],[12414424756982115322,"core2",false,16160663791328925132]],"local":[{"CheckDepInfo":{"dep_info":"wasm32-unknown-unknown/release/.fingerprint/multihash-7ecd824ef3079ff3/dep-lib-multihash","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":14682669768258224367} \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/multihash-codetable-5ecc2913cf5a6542/dep-lib-multihash_codetable b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/multihash-codetable-5ecc2913cf5a6542/dep-lib-multihash_codetable deleted file mode 100644 index ec3cb8bfd2804..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/multihash-codetable-5ecc2913cf5a6542/dep-lib-multihash_codetable and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/multihash-codetable-5ecc2913cf5a6542/invoked.timestamp b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/multihash-codetable-5ecc2913cf5a6542/invoked.timestamp deleted file mode 100644 index e00328da5aa8e..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/multihash-codetable-5ecc2913cf5a6542/invoked.timestamp +++ /dev/null @@ -1 +0,0 @@ -This file has an mtime of when this was started. \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/multihash-codetable-5ecc2913cf5a6542/lib-multihash_codetable b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/multihash-codetable-5ecc2913cf5a6542/lib-multihash_codetable deleted file mode 100644 index 27a69243aeaaa..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/multihash-codetable-5ecc2913cf5a6542/lib-multihash_codetable +++ /dev/null @@ -1 +0,0 @@ -046ce2a80925635b \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/multihash-codetable-5ecc2913cf5a6542/lib-multihash_codetable.json b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/multihash-codetable-5ecc2913cf5a6542/lib-multihash_codetable.json deleted file mode 100644 index 577d1183f9680..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/multihash-codetable-5ecc2913cf5a6542/lib-multihash_codetable.json +++ /dev/null @@ -1 +0,0 @@ -{"rustc":4723136837156968084,"features":"[\"default\", \"sha2\", \"std\"]","declared_features":"[\"arb\", \"blake2b\", \"blake2s\", \"blake3\", \"default\", \"ripemd\", \"serde\", \"sha1\", \"sha2\", \"sha3\", \"std\", \"strobe\"]","target":8340946733248437352,"profile":2040997289075261528,"path":8253840900541238416,"deps":[[5236433071915784494,"sha2",false,13767151235691993672],[12414424756982115322,"core2",false,16160663791328925132],[13656058176069281062,"multihash_derive",false,11826930525504097448],[17475753849556516473,"digest",false,7365636069070774583]],"local":[{"CheckDepInfo":{"dep_info":"wasm32-unknown-unknown/release/.fingerprint/multihash-codetable-5ecc2913cf5a6542/dep-lib-multihash_codetable","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":14682669768258224367} \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/multihash-derive-c88e770e60de8f87/dep-lib-multihash_derive b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/multihash-derive-c88e770e60de8f87/dep-lib-multihash_derive deleted file mode 100644 index ec3cb8bfd2804..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/multihash-derive-c88e770e60de8f87/dep-lib-multihash_derive and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/multihash-derive-c88e770e60de8f87/invoked.timestamp b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/multihash-derive-c88e770e60de8f87/invoked.timestamp deleted file mode 100644 index e00328da5aa8e..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/multihash-derive-c88e770e60de8f87/invoked.timestamp +++ /dev/null @@ -1 +0,0 @@ -This file has an mtime of when this was started. \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/multihash-derive-c88e770e60de8f87/lib-multihash_derive b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/multihash-derive-c88e770e60de8f87/lib-multihash_derive deleted file mode 100644 index c493dc61ded4e..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/multihash-derive-c88e770e60de8f87/lib-multihash_derive +++ /dev/null @@ -1 +0,0 @@ -a84ce5b3a6b221a4 \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/multihash-derive-c88e770e60de8f87/lib-multihash_derive.json b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/multihash-derive-c88e770e60de8f87/lib-multihash_derive.json deleted file mode 100644 index 399950f0d656c..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/multihash-derive-c88e770e60de8f87/lib-multihash_derive.json +++ /dev/null @@ -1 +0,0 @@ -{"rustc":4723136837156968084,"features":"[\"std\"]","declared_features":"[\"default\", \"std\"]","target":15375522862423662437,"profile":2040997289075261528,"path":5956340677135457610,"deps":[[5081825988072235321,"multihash",false,7207888856781471540],[7913113591468831158,"multihash_derive_impl",false,8405578291868336881],[12414424756982115322,"core2",false,16160663791328925132]],"local":[{"CheckDepInfo":{"dep_info":"wasm32-unknown-unknown/release/.fingerprint/multihash-derive-c88e770e60de8f87/dep-lib-multihash_derive","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":14682669768258224367} \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/once_cell-dc1462912c3983d2/dep-lib-once_cell b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/once_cell-dc1462912c3983d2/dep-lib-once_cell deleted file mode 100644 index ec3cb8bfd2804..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/once_cell-dc1462912c3983d2/dep-lib-once_cell and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/once_cell-dc1462912c3983d2/invoked.timestamp b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/once_cell-dc1462912c3983d2/invoked.timestamp deleted file mode 100644 index e00328da5aa8e..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/once_cell-dc1462912c3983d2/invoked.timestamp +++ /dev/null @@ -1 +0,0 @@ -This file has an mtime of when this was started. \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/once_cell-dc1462912c3983d2/lib-once_cell b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/once_cell-dc1462912c3983d2/lib-once_cell deleted file mode 100644 index 0d26bda35fd15..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/once_cell-dc1462912c3983d2/lib-once_cell +++ /dev/null @@ -1 +0,0 @@ -83ace191a19d4e88 \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/once_cell-dc1462912c3983d2/lib-once_cell.json b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/once_cell-dc1462912c3983d2/lib-once_cell.json deleted file mode 100644 index 34bb5a3be8085..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/once_cell-dc1462912c3983d2/lib-once_cell.json +++ /dev/null @@ -1 +0,0 @@ -{"rustc":4723136837156968084,"features":"[]","declared_features":"[\"alloc\", \"atomic-polyfill\", \"critical-section\", \"default\", \"parking_lot\", \"portable-atomic\", \"race\", \"std\", \"unstable\"]","target":17524666916136250164,"profile":2040997289075261528,"path":12522101798027869335,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"wasm32-unknown-unknown/release/.fingerprint/once_cell-dc1462912c3983d2/dep-lib-once_cell","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":14682669768258224367} \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/ryu-42b4e6e92e9bdd0a/dep-lib-ryu b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/ryu-42b4e6e92e9bdd0a/dep-lib-ryu deleted file mode 100644 index ec3cb8bfd2804..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/ryu-42b4e6e92e9bdd0a/dep-lib-ryu and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/ryu-42b4e6e92e9bdd0a/invoked.timestamp b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/ryu-42b4e6e92e9bdd0a/invoked.timestamp deleted file mode 100644 index e00328da5aa8e..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/ryu-42b4e6e92e9bdd0a/invoked.timestamp +++ /dev/null @@ -1 +0,0 @@ -This file has an mtime of when this was started. \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/ryu-42b4e6e92e9bdd0a/lib-ryu b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/ryu-42b4e6e92e9bdd0a/lib-ryu deleted file mode 100644 index d10da814d4e15..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/ryu-42b4e6e92e9bdd0a/lib-ryu +++ /dev/null @@ -1 +0,0 @@ -83f0d46dbc1f7aca \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/ryu-42b4e6e92e9bdd0a/lib-ryu.json b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/ryu-42b4e6e92e9bdd0a/lib-ryu.json deleted file mode 100644 index e7504fd99998f..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/ryu-42b4e6e92e9bdd0a/lib-ryu.json +++ /dev/null @@ -1 +0,0 @@ -{"rustc":4723136837156968084,"features":"[]","declared_features":"[\"no-panic\", \"small\"]","target":8955674961151483972,"profile":2040997289075261528,"path":8134049708033291979,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"wasm32-unknown-unknown/release/.fingerprint/ryu-42b4e6e92e9bdd0a/dep-lib-ryu","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":14682669768258224367} \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/serde-2eb65a72411aa2d6/run-build-script-build-script-build b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/serde-2eb65a72411aa2d6/run-build-script-build-script-build deleted file mode 100644 index 2850e45611150..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/serde-2eb65a72411aa2d6/run-build-script-build-script-build +++ /dev/null @@ -1 +0,0 @@ -6024fa38bd23e0a9 \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/serde-2eb65a72411aa2d6/run-build-script-build-script-build.json b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/serde-2eb65a72411aa2d6/run-build-script-build-script-build.json deleted file mode 100644 index 271b7610bfbe0..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/serde-2eb65a72411aa2d6/run-build-script-build-script-build.json +++ /dev/null @@ -1 +0,0 @@ -{"rustc":4723136837156968084,"features":"","declared_features":"","target":0,"profile":0,"path":0,"deps":[[9689903380558560274,"build_script_build",false,10537027557446753804]],"local":[{"RerunIfChanged":{"output":"wasm32-unknown-unknown/release/build/serde-2eb65a72411aa2d6/output","paths":["build.rs"]}}],"rustflags":[],"config":0,"compile_kind":0} \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/serde-77f7b20be35c7595/dep-lib-serde b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/serde-77f7b20be35c7595/dep-lib-serde deleted file mode 100644 index ec3cb8bfd2804..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/serde-77f7b20be35c7595/dep-lib-serde and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/serde-77f7b20be35c7595/invoked.timestamp b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/serde-77f7b20be35c7595/invoked.timestamp deleted file mode 100644 index e00328da5aa8e..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/serde-77f7b20be35c7595/invoked.timestamp +++ /dev/null @@ -1 +0,0 @@ -This file has an mtime of when this was started. \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/serde-77f7b20be35c7595/lib-serde b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/serde-77f7b20be35c7595/lib-serde deleted file mode 100644 index b62e504a9a939..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/serde-77f7b20be35c7595/lib-serde +++ /dev/null @@ -1 +0,0 @@ -9e2210477b4bc278 \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/serde-77f7b20be35c7595/lib-serde.json b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/serde-77f7b20be35c7595/lib-serde.json deleted file mode 100644 index 1c71c97e19685..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/serde-77f7b20be35c7595/lib-serde.json +++ /dev/null @@ -1 +0,0 @@ -{"rustc":4723136837156968084,"features":"[\"default\", \"derive\", \"serde_derive\", \"std\"]","declared_features":"[\"alloc\", \"default\", \"derive\", \"rc\", \"serde_derive\", \"std\", \"unstable\"]","target":16256121404318112599,"profile":2040997289075261528,"path":574019845855794592,"deps":[[9689903380558560274,"build_script_build",false,12240823082804716640],[16257276029081467297,"serde_derive",false,17495876884398783977]],"local":[{"CheckDepInfo":{"dep_info":"wasm32-unknown-unknown/release/.fingerprint/serde-77f7b20be35c7595/dep-lib-serde","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":14682669768258224367} \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/serde_json-15ef7b31a7ef30c8/dep-lib-serde_json b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/serde_json-15ef7b31a7ef30c8/dep-lib-serde_json deleted file mode 100644 index ec3cb8bfd2804..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/serde_json-15ef7b31a7ef30c8/dep-lib-serde_json and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/serde_json-15ef7b31a7ef30c8/invoked.timestamp b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/serde_json-15ef7b31a7ef30c8/invoked.timestamp deleted file mode 100644 index e00328da5aa8e..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/serde_json-15ef7b31a7ef30c8/invoked.timestamp +++ /dev/null @@ -1 +0,0 @@ -This file has an mtime of when this was started. \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/serde_json-15ef7b31a7ef30c8/lib-serde_json b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/serde_json-15ef7b31a7ef30c8/lib-serde_json deleted file mode 100644 index 8d460f60382a7..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/serde_json-15ef7b31a7ef30c8/lib-serde_json +++ /dev/null @@ -1 +0,0 @@ -e16126066393687a \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/serde_json-15ef7b31a7ef30c8/lib-serde_json.json b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/serde_json-15ef7b31a7ef30c8/lib-serde_json.json deleted file mode 100644 index 879fb9a5f711e..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/serde_json-15ef7b31a7ef30c8/lib-serde_json.json +++ /dev/null @@ -1 +0,0 @@ -{"rustc":4723136837156968084,"features":"[\"default\", \"std\"]","declared_features":"[\"alloc\", \"arbitrary_precision\", \"default\", \"float_roundtrip\", \"indexmap\", \"preserve_order\", \"raw_value\", \"std\", \"unbounded_depth\"]","target":9592559880233824070,"profile":2040997289075261528,"path":10328990032769636290,"deps":[[1216309103264968120,"ryu",false,14590008836977127555],[3129130049864710036,"memchr",false,13976492260564268503],[7695812897323945497,"itoa",false,3183301742809714482],[9689903380558560274,"serde",false,8701600422878519966],[15367738274754116744,"build_script_build",false,14586732380787082316]],"local":[{"CheckDepInfo":{"dep_info":"wasm32-unknown-unknown/release/.fingerprint/serde_json-15ef7b31a7ef30c8/dep-lib-serde_json","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":14682669768258224367} \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/serde_json-36f42e86cf57ab68/run-build-script-build-script-build b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/serde_json-36f42e86cf57ab68/run-build-script-build-script-build deleted file mode 100644 index 2d683e7db0960..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/serde_json-36f42e86cf57ab68/run-build-script-build-script-build +++ /dev/null @@ -1 +0,0 @@ -4c848006d17b6eca \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/serde_json-36f42e86cf57ab68/run-build-script-build-script-build.json b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/serde_json-36f42e86cf57ab68/run-build-script-build-script-build.json deleted file mode 100644 index d3234f0ab2c60..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/serde_json-36f42e86cf57ab68/run-build-script-build-script-build.json +++ /dev/null @@ -1 +0,0 @@ -{"rustc":4723136837156968084,"features":"","declared_features":"","target":0,"profile":0,"path":0,"deps":[[15367738274754116744,"build_script_build",false,5554921748222708097]],"local":[{"RerunIfChanged":{"output":"wasm32-unknown-unknown/release/build/serde_json-36f42e86cf57ab68/output","paths":["build.rs"]}}],"rustflags":[],"config":0,"compile_kind":0} \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/sha2-a0735d704cec3fce/dep-lib-sha2 b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/sha2-a0735d704cec3fce/dep-lib-sha2 deleted file mode 100644 index ec3cb8bfd2804..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/sha2-a0735d704cec3fce/dep-lib-sha2 and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/sha2-a0735d704cec3fce/invoked.timestamp b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/sha2-a0735d704cec3fce/invoked.timestamp deleted file mode 100644 index e00328da5aa8e..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/sha2-a0735d704cec3fce/invoked.timestamp +++ /dev/null @@ -1 +0,0 @@ -This file has an mtime of when this was started. \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/sha2-a0735d704cec3fce/lib-sha2 b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/sha2-a0735d704cec3fce/lib-sha2 deleted file mode 100644 index 00b4fbc620da1..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/sha2-a0735d704cec3fce/lib-sha2 +++ /dev/null @@ -1 +0,0 @@ -485a807c1bbf0ebf \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/sha2-a0735d704cec3fce/lib-sha2.json b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/sha2-a0735d704cec3fce/lib-sha2.json deleted file mode 100644 index 0729f1adef405..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/sha2-a0735d704cec3fce/lib-sha2.json +++ /dev/null @@ -1 +0,0 @@ -{"rustc":4723136837156968084,"features":"[\"std\"]","declared_features":"[\"asm\", \"asm-aarch64\", \"compress\", \"default\", \"force-soft\", \"loongarch64_asm\", \"oid\", \"sha2-asm\", \"std\"]","target":320901375807887087,"profile":2040997289075261528,"path":3616251392873115541,"deps":[[10411997081178400487,"cfg_if",false,4382004277316347521],[17475753849556516473,"digest",false,7365636069070774583]],"local":[{"CheckDepInfo":{"dep_info":"wasm32-unknown-unknown/release/.fingerprint/sha2-a0735d704cec3fce/dep-lib-sha2","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":14682669768258224367} \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/typenum-3342876bcfcf3a8b/run-build-script-build-script-build b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/typenum-3342876bcfcf3a8b/run-build-script-build-script-build deleted file mode 100644 index 792a9cd025328..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/typenum-3342876bcfcf3a8b/run-build-script-build-script-build +++ /dev/null @@ -1 +0,0 @@ -204faf0ef82502f0 \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/typenum-3342876bcfcf3a8b/run-build-script-build-script-build.json b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/typenum-3342876bcfcf3a8b/run-build-script-build-script-build.json deleted file mode 100644 index 7d4add6a13e3e..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/typenum-3342876bcfcf3a8b/run-build-script-build-script-build.json +++ /dev/null @@ -1 +0,0 @@ -{"rustc":4723136837156968084,"features":"","declared_features":"","target":0,"profile":0,"path":0,"deps":[[17001665395952474378,"build_script_build",false,14289586527630517505]],"local":[{"RerunIfChanged":{"output":"wasm32-unknown-unknown/release/build/typenum-3342876bcfcf3a8b/output","paths":["tests"]}}],"rustflags":[],"config":0,"compile_kind":0} \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/typenum-715eb49ab2e66c73/dep-lib-typenum b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/typenum-715eb49ab2e66c73/dep-lib-typenum deleted file mode 100644 index ec3cb8bfd2804..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/typenum-715eb49ab2e66c73/dep-lib-typenum and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/typenum-715eb49ab2e66c73/invoked.timestamp b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/typenum-715eb49ab2e66c73/invoked.timestamp deleted file mode 100644 index e00328da5aa8e..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/typenum-715eb49ab2e66c73/invoked.timestamp +++ /dev/null @@ -1 +0,0 @@ -This file has an mtime of when this was started. \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/typenum-715eb49ab2e66c73/lib-typenum b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/typenum-715eb49ab2e66c73/lib-typenum deleted file mode 100644 index ca7d185105b43..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/typenum-715eb49ab2e66c73/lib-typenum +++ /dev/null @@ -1 +0,0 @@ -0a77d666d28c2209 \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/typenum-715eb49ab2e66c73/lib-typenum.json b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/typenum-715eb49ab2e66c73/lib-typenum.json deleted file mode 100644 index 1319789423aa3..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/typenum-715eb49ab2e66c73/lib-typenum.json +++ /dev/null @@ -1 +0,0 @@ -{"rustc":4723136837156968084,"features":"[]","declared_features":"[\"const-generics\", \"force_unix_path_separator\", \"i128\", \"no_std\", \"scale-info\", \"scale_info\", \"strict\"]","target":2349969882102649915,"profile":2040997289075261528,"path":8225796024729228765,"deps":[[17001665395952474378,"build_script_build",false,17294427266384613152]],"local":[{"CheckDepInfo":{"dep_info":"wasm32-unknown-unknown/release/.fingerprint/typenum-715eb49ab2e66c73/dep-lib-typenum","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":14682669768258224367} \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/unsigned-varint-9b8e41b787ed0e5e/dep-lib-unsigned_varint b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/unsigned-varint-9b8e41b787ed0e5e/dep-lib-unsigned_varint deleted file mode 100644 index ec3cb8bfd2804..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/unsigned-varint-9b8e41b787ed0e5e/dep-lib-unsigned_varint and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/unsigned-varint-9b8e41b787ed0e5e/invoked.timestamp b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/unsigned-varint-9b8e41b787ed0e5e/invoked.timestamp deleted file mode 100644 index e00328da5aa8e..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/unsigned-varint-9b8e41b787ed0e5e/invoked.timestamp +++ /dev/null @@ -1 +0,0 @@ -This file has an mtime of when this was started. \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/unsigned-varint-9b8e41b787ed0e5e/lib-unsigned_varint b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/unsigned-varint-9b8e41b787ed0e5e/lib-unsigned_varint deleted file mode 100644 index f02af599e77a0..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/unsigned-varint-9b8e41b787ed0e5e/lib-unsigned_varint +++ /dev/null @@ -1 +0,0 @@ -0a93e45ce0009f96 \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/unsigned-varint-9b8e41b787ed0e5e/lib-unsigned_varint.json b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/unsigned-varint-9b8e41b787ed0e5e/lib-unsigned_varint.json deleted file mode 100644 index 10954d2d26149..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/unsigned-varint-9b8e41b787ed0e5e/lib-unsigned_varint.json +++ /dev/null @@ -1 +0,0 @@ -{"rustc":4723136837156968084,"features":"[\"std\"]","declared_features":"[\"asynchronous-codec\", \"asynchronous_codec\", \"bytes\", \"codec\", \"futures\", \"futures-io\", \"futures-util\", \"nom\", \"std\", \"tokio-util\"]","target":13935178918553968627,"profile":2040997289075261528,"path":17170966364191680112,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"wasm32-unknown-unknown/release/.fingerprint/unsigned-varint-9b8e41b787ed0e5e/dep-lib-unsigned_varint","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":14682669768258224367} \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/wasm-bindgen-8824eb3a0f1f8614/run-build-script-build-script-build b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/wasm-bindgen-8824eb3a0f1f8614/run-build-script-build-script-build deleted file mode 100644 index fc0bb0068cfc1..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/wasm-bindgen-8824eb3a0f1f8614/run-build-script-build-script-build +++ /dev/null @@ -1 +0,0 @@ -6b4a8f1e995252c4 \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/wasm-bindgen-8824eb3a0f1f8614/run-build-script-build-script-build.json b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/wasm-bindgen-8824eb3a0f1f8614/run-build-script-build-script-build.json deleted file mode 100644 index d49dfe8e8c10e..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/wasm-bindgen-8824eb3a0f1f8614/run-build-script-build-script-build.json +++ /dev/null @@ -1 +0,0 @@ -{"rustc":4723136837156968084,"features":"","declared_features":"","target":0,"profile":0,"path":0,"deps":[[6946689283190175495,"build_script_build",false,4867116263592144517]],"local":[{"RerunIfChanged":{"output":"wasm32-unknown-unknown/release/build/wasm-bindgen-8824eb3a0f1f8614/output","paths":["build.rs"]}}],"rustflags":[],"config":0,"compile_kind":0} \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/wasm-bindgen-c05f3f9bc30dba44/dep-lib-wasm_bindgen b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/wasm-bindgen-c05f3f9bc30dba44/dep-lib-wasm_bindgen deleted file mode 100644 index ec3cb8bfd2804..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/wasm-bindgen-c05f3f9bc30dba44/dep-lib-wasm_bindgen and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/wasm-bindgen-c05f3f9bc30dba44/invoked.timestamp b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/wasm-bindgen-c05f3f9bc30dba44/invoked.timestamp deleted file mode 100644 index e00328da5aa8e..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/wasm-bindgen-c05f3f9bc30dba44/invoked.timestamp +++ /dev/null @@ -1 +0,0 @@ -This file has an mtime of when this was started. \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/wasm-bindgen-c05f3f9bc30dba44/lib-wasm_bindgen b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/wasm-bindgen-c05f3f9bc30dba44/lib-wasm_bindgen deleted file mode 100644 index 82a98313650ce..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/wasm-bindgen-c05f3f9bc30dba44/lib-wasm_bindgen +++ /dev/null @@ -1 +0,0 @@ -7e2f82b655096b2c \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/wasm-bindgen-c05f3f9bc30dba44/lib-wasm_bindgen.json b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/wasm-bindgen-c05f3f9bc30dba44/lib-wasm_bindgen.json deleted file mode 100644 index 339dc4a3e7aad..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/wasm-bindgen-c05f3f9bc30dba44/lib-wasm_bindgen.json +++ /dev/null @@ -1 +0,0 @@ -{"rustc":4723136837156968084,"features":"[\"default\", \"msrv\", \"rustversion\", \"std\"]","declared_features":"[\"default\", \"enable-interning\", \"gg-alloc\", \"msrv\", \"rustversion\", \"serde\", \"serde-serialize\", \"serde_json\", \"spans\", \"std\", \"strict-macro\", \"xxx_debug_only_print_generated_code\"]","target":4070942113156591848,"profile":8678796594883496969,"path":18285870194198218389,"deps":[[1999399154011168049,"rustversion",false,10258778727392049250],[3722963349756955755,"once_cell",false,9821961154604412035],[6946689283190175495,"build_script_build",false,14146460197120330347],[10411997081178400487,"cfg_if",false,4382004277316347521],[11382113702854245495,"wasm_bindgen_macro",false,16607237783419924585]],"local":[{"CheckDepInfo":{"dep_info":"wasm32-unknown-unknown/release/.fingerprint/wasm-bindgen-c05f3f9bc30dba44/dep-lib-wasm_bindgen","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":14682669768258224367} \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/wasm-bindgen-futures-ff7e1ca8c07dae2a/dep-lib-wasm_bindgen_futures b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/wasm-bindgen-futures-ff7e1ca8c07dae2a/dep-lib-wasm_bindgen_futures deleted file mode 100644 index ec3cb8bfd2804..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/wasm-bindgen-futures-ff7e1ca8c07dae2a/dep-lib-wasm_bindgen_futures and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/wasm-bindgen-futures-ff7e1ca8c07dae2a/invoked.timestamp b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/wasm-bindgen-futures-ff7e1ca8c07dae2a/invoked.timestamp deleted file mode 100644 index e00328da5aa8e..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/wasm-bindgen-futures-ff7e1ca8c07dae2a/invoked.timestamp +++ /dev/null @@ -1 +0,0 @@ -This file has an mtime of when this was started. \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/wasm-bindgen-futures-ff7e1ca8c07dae2a/lib-wasm_bindgen_futures b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/wasm-bindgen-futures-ff7e1ca8c07dae2a/lib-wasm_bindgen_futures deleted file mode 100644 index cda8eeeac0579..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/wasm-bindgen-futures-ff7e1ca8c07dae2a/lib-wasm_bindgen_futures +++ /dev/null @@ -1 +0,0 @@ -ccd5d8b9b48bcc96 \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/wasm-bindgen-futures-ff7e1ca8c07dae2a/lib-wasm_bindgen_futures.json b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/wasm-bindgen-futures-ff7e1ca8c07dae2a/lib-wasm_bindgen_futures.json deleted file mode 100644 index 3163874bb3196..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/wasm-bindgen-futures-ff7e1ca8c07dae2a/lib-wasm_bindgen_futures.json +++ /dev/null @@ -1 +0,0 @@ -{"rustc":4723136837156968084,"features":"[\"default\", \"std\"]","declared_features":"[\"default\", \"futures-core\", \"futures-core-03-stream\", \"std\"]","target":4429042720284741532,"profile":11929097354472303406,"path":17193183866204572565,"deps":[[3722963349756955755,"once_cell",false,9821961154604412035],[6946689283190175495,"wasm_bindgen",false,3200662223915724670],[9003359908906038687,"js_sys",false,6565017633354755157],[10411997081178400487,"cfg_if",false,4382004277316347521]],"local":[{"CheckDepInfo":{"dep_info":"wasm32-unknown-unknown/release/.fingerprint/wasm-bindgen-futures-ff7e1ca8c07dae2a/dep-lib-wasm_bindgen_futures","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":14682669768258224367} \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/web-sys-b8844fa6aec58496/dep-lib-web_sys b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/web-sys-b8844fa6aec58496/dep-lib-web_sys deleted file mode 100644 index ec3cb8bfd2804..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/web-sys-b8844fa6aec58496/dep-lib-web_sys and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/web-sys-b8844fa6aec58496/invoked.timestamp b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/web-sys-b8844fa6aec58496/invoked.timestamp deleted file mode 100644 index e00328da5aa8e..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/web-sys-b8844fa6aec58496/invoked.timestamp +++ /dev/null @@ -1 +0,0 @@ -This file has an mtime of when this was started. \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/web-sys-b8844fa6aec58496/lib-web_sys b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/web-sys-b8844fa6aec58496/lib-web_sys deleted file mode 100644 index a06ff54186152..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/web-sys-b8844fa6aec58496/lib-web_sys +++ /dev/null @@ -1 +0,0 @@ -24bab2fa76a6126a \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/web-sys-b8844fa6aec58496/lib-web_sys.json b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/web-sys-b8844fa6aec58496/lib-web_sys.json deleted file mode 100644 index fd59077c46843..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/.fingerprint/web-sys-b8844fa6aec58496/lib-web_sys.json +++ /dev/null @@ -1 +0,0 @@ -{"rustc":4723136837156968084,"features":"[\"console\", \"default\", \"std\"]","declared_features":"[\"AbortController\", \"AbortSignal\", \"AddEventListenerOptions\", \"AesCbcParams\", \"AesCtrParams\", \"AesDerivedKeyParams\", \"AesGcmParams\", \"AesKeyAlgorithm\", \"AesKeyGenParams\", \"Algorithm\", \"AlignSetting\", \"AllowedBluetoothDevice\", \"AllowedUsbDevice\", \"AlphaOption\", \"AnalyserNode\", \"AnalyserOptions\", \"AngleInstancedArrays\", \"Animation\", \"AnimationEffect\", \"AnimationEvent\", \"AnimationEventInit\", \"AnimationPlayState\", \"AnimationPlaybackEvent\", \"AnimationPlaybackEventInit\", \"AnimationPropertyDetails\", \"AnimationPropertyValueDetails\", \"AnimationTimeline\", \"AssignedNodesOptions\", \"AttestationConveyancePreference\", \"Attr\", \"AttributeNameValue\", \"AudioBuffer\", \"AudioBufferOptions\", \"AudioBufferSourceNode\", \"AudioBufferSourceOptions\", \"AudioConfiguration\", \"AudioContext\", \"AudioContextLatencyCategory\", \"AudioContextOptions\", \"AudioContextState\", \"AudioData\", \"AudioDataCopyToOptions\", \"AudioDataInit\", \"AudioDecoder\", \"AudioDecoderConfig\", \"AudioDecoderInit\", \"AudioDecoderSupport\", \"AudioDestinationNode\", \"AudioEncoder\", \"AudioEncoderConfig\", \"AudioEncoderInit\", \"AudioEncoderSupport\", \"AudioListener\", \"AudioNode\", \"AudioNodeOptions\", \"AudioParam\", \"AudioParamMap\", \"AudioProcessingEvent\", \"AudioSampleFormat\", \"AudioScheduledSourceNode\", \"AudioSinkInfo\", \"AudioSinkOptions\", \"AudioSinkType\", \"AudioStreamTrack\", \"AudioTrack\", \"AudioTrackList\", \"AudioWorklet\", \"AudioWorkletGlobalScope\", \"AudioWorkletNode\", \"AudioWorkletNodeOptions\", \"AudioWorkletProcessor\", \"AuthenticationExtensionsClientInputs\", \"AuthenticationExtensionsClientInputsJson\", \"AuthenticationExtensionsClientOutputs\", \"AuthenticationExtensionsClientOutputsJson\", \"AuthenticationExtensionsDevicePublicKeyInputs\", \"AuthenticationExtensionsDevicePublicKeyOutputs\", \"AuthenticationExtensionsLargeBlobInputs\", \"AuthenticationExtensionsLargeBlobOutputs\", \"AuthenticationExtensionsPrfInputs\", \"AuthenticationExtensionsPrfOutputs\", \"AuthenticationExtensionsPrfValues\", \"AuthenticationResponseJson\", \"AuthenticatorAssertionResponse\", \"AuthenticatorAssertionResponseJson\", \"AuthenticatorAttachment\", \"AuthenticatorAttestationResponse\", \"AuthenticatorAttestationResponseJson\", \"AuthenticatorResponse\", \"AuthenticatorSelectionCriteria\", \"AuthenticatorTransport\", \"AutoKeyword\", \"AutocompleteInfo\", \"BarProp\", \"BaseAudioContext\", \"BaseComputedKeyframe\", \"BaseKeyframe\", \"BasePropertyIndexedKeyframe\", \"BasicCardRequest\", \"BasicCardResponse\", \"BasicCardType\", \"BatteryManager\", \"BeforeUnloadEvent\", \"BinaryType\", \"BiquadFilterNode\", \"BiquadFilterOptions\", \"BiquadFilterType\", \"Blob\", \"BlobEvent\", \"BlobEventInit\", \"BlobPropertyBag\", \"BlockParsingOptions\", \"Bluetooth\", \"BluetoothAdvertisingEvent\", \"BluetoothAdvertisingEventInit\", \"BluetoothCharacteristicProperties\", \"BluetoothDataFilterInit\", \"BluetoothDevice\", \"BluetoothLeScanFilterInit\", \"BluetoothManufacturerDataMap\", \"BluetoothPermissionDescriptor\", \"BluetoothPermissionResult\", \"BluetoothPermissionStorage\", \"BluetoothRemoteGattCharacteristic\", \"BluetoothRemoteGattDescriptor\", \"BluetoothRemoteGattServer\", \"BluetoothRemoteGattService\", \"BluetoothServiceDataMap\", \"BluetoothUuid\", \"BoxQuadOptions\", \"BroadcastChannel\", \"BrowserElementDownloadOptions\", \"BrowserElementExecuteScriptOptions\", \"BrowserFeedWriter\", \"BrowserFindCaseSensitivity\", \"BrowserFindDirection\", \"ByteLengthQueuingStrategy\", \"Cache\", \"CacheBatchOperation\", \"CacheQueryOptions\", \"CacheStorage\", \"CacheStorageNamespace\", \"CanvasCaptureMediaStream\", \"CanvasCaptureMediaStreamTrack\", \"CanvasGradient\", \"CanvasPattern\", \"CanvasRenderingContext2d\", \"CanvasWindingRule\", \"CaretChangedReason\", \"CaretPosition\", \"CaretStateChangedEventInit\", \"CdataSection\", \"ChannelCountMode\", \"ChannelInterpretation\", \"ChannelMergerNode\", \"ChannelMergerOptions\", \"ChannelSplitterNode\", \"ChannelSplitterOptions\", \"CharacterData\", \"CheckerboardReason\", \"CheckerboardReport\", \"CheckerboardReportService\", \"ChromeFilePropertyBag\", \"ChromeWorker\", \"Client\", \"ClientQueryOptions\", \"ClientRectsAndTexts\", \"ClientType\", \"Clients\", \"Clipboard\", \"ClipboardEvent\", \"ClipboardEventInit\", \"ClipboardItem\", \"ClipboardItemOptions\", \"ClipboardPermissionDescriptor\", \"ClipboardUnsanitizedFormats\", \"CloseEvent\", \"CloseEventInit\", \"CodecState\", \"CollectedClientData\", \"ColorSpaceConversion\", \"Comment\", \"CompositeOperation\", \"CompositionEvent\", \"CompositionEventInit\", \"CompressionFormat\", \"CompressionStream\", \"ComputedEffectTiming\", \"ConnStatusDict\", \"ConnectionType\", \"ConsoleCounter\", \"ConsoleCounterError\", \"ConsoleEvent\", \"ConsoleInstance\", \"ConsoleInstanceOptions\", \"ConsoleLevel\", \"ConsoleLogLevel\", \"ConsoleProfileEvent\", \"ConsoleStackEntry\", \"ConsoleTimerError\", \"ConsoleTimerLogOrEnd\", \"ConsoleTimerStart\", \"ConstantSourceNode\", \"ConstantSourceOptions\", \"ConstrainBooleanParameters\", \"ConstrainDomStringParameters\", \"ConstrainDoubleRange\", \"ConstrainLongRange\", \"ContextAttributes2d\", \"ConvertCoordinateOptions\", \"ConvolverNode\", \"ConvolverOptions\", \"Coordinates\", \"CountQueuingStrategy\", \"Credential\", \"CredentialCreationOptions\", \"CredentialPropertiesOutput\", \"CredentialRequestOptions\", \"CredentialsContainer\", \"Crypto\", \"CryptoKey\", \"CryptoKeyPair\", \"CssAnimation\", \"CssBoxType\", \"CssConditionRule\", \"CssCounterStyleRule\", \"CssFontFaceRule\", \"CssFontFeatureValuesRule\", \"CssGroupingRule\", \"CssImportRule\", \"CssKeyframeRule\", \"CssKeyframesRule\", \"CssMediaRule\", \"CssNamespaceRule\", \"CssPageRule\", \"CssPseudoElement\", \"CssRule\", \"CssRuleList\", \"CssStyleDeclaration\", \"CssStyleRule\", \"CssStyleSheet\", \"CssStyleSheetParsingMode\", \"CssSupportsRule\", \"CssTransition\", \"CustomElementRegistry\", \"CustomEvent\", \"CustomEventInit\", \"DataTransfer\", \"DataTransferItem\", \"DataTransferItemList\", \"DateTimeValue\", \"DecoderDoctorNotification\", \"DecoderDoctorNotificationType\", \"DecompressionStream\", \"DedicatedWorkerGlobalScope\", \"DelayNode\", \"DelayOptions\", \"DeviceAcceleration\", \"DeviceAccelerationInit\", \"DeviceLightEvent\", \"DeviceLightEventInit\", \"DeviceMotionEvent\", \"DeviceMotionEventInit\", \"DeviceOrientationEvent\", \"DeviceOrientationEventInit\", \"DeviceProximityEvent\", \"DeviceProximityEventInit\", \"DeviceRotationRate\", \"DeviceRotationRateInit\", \"DhKeyDeriveParams\", \"DirectionSetting\", \"Directory\", \"DirectoryPickerOptions\", \"DisplayMediaStreamConstraints\", \"DisplayNameOptions\", \"DisplayNameResult\", \"DistanceModelType\", \"DnsCacheDict\", \"DnsCacheEntry\", \"DnsLookupDict\", \"Document\", \"DocumentFragment\", \"DocumentTimeline\", \"DocumentTimelineOptions\", \"DocumentType\", \"DomError\", \"DomException\", \"DomImplementation\", \"DomMatrix\", \"DomMatrix2dInit\", \"DomMatrixInit\", \"DomMatrixReadOnly\", \"DomParser\", \"DomPoint\", \"DomPointInit\", \"DomPointReadOnly\", \"DomQuad\", \"DomQuadInit\", \"DomQuadJson\", \"DomRect\", \"DomRectInit\", \"DomRectList\", \"DomRectReadOnly\", \"DomRequest\", \"DomRequestReadyState\", \"DomStringList\", \"DomStringMap\", \"DomTokenList\", \"DomWindowResizeEventDetail\", \"DoubleRange\", \"DragEvent\", \"DragEventInit\", \"DynamicsCompressorNode\", \"DynamicsCompressorOptions\", \"EcKeyAlgorithm\", \"EcKeyGenParams\", \"EcKeyImportParams\", \"EcdhKeyDeriveParams\", \"EcdsaParams\", \"EffectTiming\", \"Element\", \"ElementCreationOptions\", \"ElementDefinitionOptions\", \"EncodedAudioChunk\", \"EncodedAudioChunkInit\", \"EncodedAudioChunkMetadata\", \"EncodedAudioChunkType\", \"EncodedVideoChunk\", \"EncodedVideoChunkInit\", \"EncodedVideoChunkMetadata\", \"EncodedVideoChunkType\", \"EndingTypes\", \"ErrorCallback\", \"ErrorEvent\", \"ErrorEventInit\", \"Event\", \"EventInit\", \"EventListener\", \"EventListenerOptions\", \"EventModifierInit\", \"EventSource\", \"EventSourceInit\", \"EventTarget\", \"Exception\", \"ExtBlendMinmax\", \"ExtColorBufferFloat\", \"ExtColorBufferHalfFloat\", \"ExtDisjointTimerQuery\", \"ExtFragDepth\", \"ExtSRgb\", \"ExtShaderTextureLod\", \"ExtTextureFilterAnisotropic\", \"ExtTextureNorm16\", \"ExtendableEvent\", \"ExtendableEventInit\", \"ExtendableMessageEvent\", \"ExtendableMessageEventInit\", \"External\", \"FakePluginMimeEntry\", \"FakePluginTagInit\", \"FetchEvent\", \"FetchEventInit\", \"FetchObserver\", \"FetchReadableStreamReadDataArray\", \"FetchReadableStreamReadDataDone\", \"FetchState\", \"File\", \"FileCallback\", \"FileList\", \"FilePickerAcceptType\", \"FilePickerOptions\", \"FilePropertyBag\", \"FileReader\", \"FileReaderSync\", \"FileSystem\", \"FileSystemCreateWritableOptions\", \"FileSystemDirectoryEntry\", \"FileSystemDirectoryHandle\", \"FileSystemDirectoryReader\", \"FileSystemEntriesCallback\", \"FileSystemEntry\", \"FileSystemEntryCallback\", \"FileSystemFileEntry\", \"FileSystemFileHandle\", \"FileSystemFlags\", \"FileSystemGetDirectoryOptions\", \"FileSystemGetFileOptions\", \"FileSystemHandle\", \"FileSystemHandleKind\", \"FileSystemHandlePermissionDescriptor\", \"FileSystemPermissionDescriptor\", \"FileSystemPermissionMode\", \"FileSystemReadWriteOptions\", \"FileSystemRemoveOptions\", \"FileSystemSyncAccessHandle\", \"FileSystemWritableFileStream\", \"FillMode\", \"FlashClassification\", \"FlowControlType\", \"FocusEvent\", \"FocusEventInit\", \"FocusOptions\", \"FontData\", \"FontFace\", \"FontFaceDescriptors\", \"FontFaceLoadStatus\", \"FontFaceSet\", \"FontFaceSetIterator\", \"FontFaceSetIteratorResult\", \"FontFaceSetLoadEvent\", \"FontFaceSetLoadEventInit\", \"FontFaceSetLoadStatus\", \"FormData\", \"FrameType\", \"FuzzingFunctions\", \"GainNode\", \"GainOptions\", \"Gamepad\", \"GamepadButton\", \"GamepadEffectParameters\", \"GamepadEvent\", \"GamepadEventInit\", \"GamepadHand\", \"GamepadHapticActuator\", \"GamepadHapticActuatorType\", \"GamepadHapticEffectType\", \"GamepadHapticsResult\", \"GamepadMappingType\", \"GamepadPose\", \"GamepadTouch\", \"Geolocation\", \"GetAnimationsOptions\", \"GetRootNodeOptions\", \"GetUserMediaRequest\", \"Gpu\", \"GpuAdapter\", \"GpuAdapterInfo\", \"GpuAddressMode\", \"GpuAutoLayoutMode\", \"GpuBindGroup\", \"GpuBindGroupDescriptor\", \"GpuBindGroupEntry\", \"GpuBindGroupLayout\", \"GpuBindGroupLayoutDescriptor\", \"GpuBindGroupLayoutEntry\", \"GpuBlendComponent\", \"GpuBlendFactor\", \"GpuBlendOperation\", \"GpuBlendState\", \"GpuBuffer\", \"GpuBufferBinding\", \"GpuBufferBindingLayout\", \"GpuBufferBindingType\", \"GpuBufferDescriptor\", \"GpuBufferMapState\", \"GpuCanvasAlphaMode\", \"GpuCanvasConfiguration\", \"GpuCanvasContext\", \"GpuCanvasToneMapping\", \"GpuCanvasToneMappingMode\", \"GpuColorDict\", \"GpuColorTargetState\", \"GpuCommandBuffer\", \"GpuCommandBufferDescriptor\", \"GpuCommandEncoder\", \"GpuCommandEncoderDescriptor\", \"GpuCompareFunction\", \"GpuCompilationInfo\", \"GpuCompilationMessage\", \"GpuCompilationMessageType\", \"GpuComputePassDescriptor\", \"GpuComputePassEncoder\", \"GpuComputePassTimestampWrites\", \"GpuComputePipeline\", \"GpuComputePipelineDescriptor\", \"GpuCopyExternalImageDestInfo\", \"GpuCopyExternalImageSourceInfo\", \"GpuCullMode\", \"GpuDepthStencilState\", \"GpuDevice\", \"GpuDeviceDescriptor\", \"GpuDeviceLostInfo\", \"GpuDeviceLostReason\", \"GpuError\", \"GpuErrorFilter\", \"GpuExtent3dDict\", \"GpuExternalTexture\", \"GpuExternalTextureBindingLayout\", \"GpuExternalTextureDescriptor\", \"GpuFeatureName\", \"GpuFilterMode\", \"GpuFragmentState\", \"GpuFrontFace\", \"GpuIndexFormat\", \"GpuInternalError\", \"GpuLoadOp\", \"GpuMipmapFilterMode\", \"GpuMultisampleState\", \"GpuObjectDescriptorBase\", \"GpuOrigin2dDict\", \"GpuOrigin3dDict\", \"GpuOutOfMemoryError\", \"GpuPipelineDescriptorBase\", \"GpuPipelineError\", \"GpuPipelineErrorInit\", \"GpuPipelineErrorReason\", \"GpuPipelineLayout\", \"GpuPipelineLayoutDescriptor\", \"GpuPowerPreference\", \"GpuPrimitiveState\", \"GpuPrimitiveTopology\", \"GpuProgrammableStage\", \"GpuQuerySet\", \"GpuQuerySetDescriptor\", \"GpuQueryType\", \"GpuQueue\", \"GpuQueueDescriptor\", \"GpuRenderBundle\", \"GpuRenderBundleDescriptor\", \"GpuRenderBundleEncoder\", \"GpuRenderBundleEncoderDescriptor\", \"GpuRenderPassColorAttachment\", \"GpuRenderPassDepthStencilAttachment\", \"GpuRenderPassDescriptor\", \"GpuRenderPassEncoder\", \"GpuRenderPassLayout\", \"GpuRenderPassTimestampWrites\", \"GpuRenderPipeline\", \"GpuRenderPipelineDescriptor\", \"GpuRequestAdapterOptions\", \"GpuSampler\", \"GpuSamplerBindingLayout\", \"GpuSamplerBindingType\", \"GpuSamplerDescriptor\", \"GpuShaderModule\", \"GpuShaderModuleCompilationHint\", \"GpuShaderModuleDescriptor\", \"GpuStencilFaceState\", \"GpuStencilOperation\", \"GpuStorageTextureAccess\", \"GpuStorageTextureBindingLayout\", \"GpuStoreOp\", \"GpuSupportedFeatures\", \"GpuSupportedLimits\", \"GpuTexelCopyBufferInfo\", \"GpuTexelCopyBufferLayout\", \"GpuTexelCopyTextureInfo\", \"GpuTexture\", \"GpuTextureAspect\", \"GpuTextureBindingLayout\", \"GpuTextureDescriptor\", \"GpuTextureDimension\", \"GpuTextureFormat\", \"GpuTextureSampleType\", \"GpuTextureView\", \"GpuTextureViewDescriptor\", \"GpuTextureViewDimension\", \"GpuUncapturedErrorEvent\", \"GpuUncapturedErrorEventInit\", \"GpuValidationError\", \"GpuVertexAttribute\", \"GpuVertexBufferLayout\", \"GpuVertexFormat\", \"GpuVertexState\", \"GpuVertexStepMode\", \"GroupedHistoryEventInit\", \"HalfOpenInfoDict\", \"HardwareAcceleration\", \"HashChangeEvent\", \"HashChangeEventInit\", \"Headers\", \"HeadersGuardEnum\", \"Hid\", \"HidCollectionInfo\", \"HidConnectionEvent\", \"HidConnectionEventInit\", \"HidDevice\", \"HidDeviceFilter\", \"HidDeviceRequestOptions\", \"HidInputReportEvent\", \"HidInputReportEventInit\", \"HidReportInfo\", \"HidReportItem\", \"HidUnitSystem\", \"HiddenPluginEventInit\", \"History\", \"HitRegionOptions\", \"HkdfParams\", \"HmacDerivedKeyParams\", \"HmacImportParams\", \"HmacKeyAlgorithm\", \"HmacKeyGenParams\", \"HtmlAllCollection\", \"HtmlAnchorElement\", \"HtmlAreaElement\", \"HtmlAudioElement\", \"HtmlBaseElement\", \"HtmlBodyElement\", \"HtmlBrElement\", \"HtmlButtonElement\", \"HtmlCanvasElement\", \"HtmlCollection\", \"HtmlDListElement\", \"HtmlDataElement\", \"HtmlDataListElement\", \"HtmlDetailsElement\", \"HtmlDialogElement\", \"HtmlDirectoryElement\", \"HtmlDivElement\", \"HtmlDocument\", \"HtmlElement\", \"HtmlEmbedElement\", \"HtmlFieldSetElement\", \"HtmlFontElement\", \"HtmlFormControlsCollection\", \"HtmlFormElement\", \"HtmlFrameElement\", \"HtmlFrameSetElement\", \"HtmlHeadElement\", \"HtmlHeadingElement\", \"HtmlHrElement\", \"HtmlHtmlElement\", \"HtmlIFrameElement\", \"HtmlImageElement\", \"HtmlInputElement\", \"HtmlLabelElement\", \"HtmlLegendElement\", \"HtmlLiElement\", \"HtmlLinkElement\", \"HtmlMapElement\", \"HtmlMediaElement\", \"HtmlMenuElement\", \"HtmlMenuItemElement\", \"HtmlMetaElement\", \"HtmlMeterElement\", \"HtmlModElement\", \"HtmlOListElement\", \"HtmlObjectElement\", \"HtmlOptGroupElement\", \"HtmlOptionElement\", \"HtmlOptionsCollection\", \"HtmlOutputElement\", \"HtmlParagraphElement\", \"HtmlParamElement\", \"HtmlPictureElement\", \"HtmlPreElement\", \"HtmlProgressElement\", \"HtmlQuoteElement\", \"HtmlScriptElement\", \"HtmlSelectElement\", \"HtmlSlotElement\", \"HtmlSourceElement\", \"HtmlSpanElement\", \"HtmlStyleElement\", \"HtmlTableCaptionElement\", \"HtmlTableCellElement\", \"HtmlTableColElement\", \"HtmlTableElement\", \"HtmlTableRowElement\", \"HtmlTableSectionElement\", \"HtmlTemplateElement\", \"HtmlTextAreaElement\", \"HtmlTimeElement\", \"HtmlTitleElement\", \"HtmlTrackElement\", \"HtmlUListElement\", \"HtmlUnknownElement\", \"HtmlVideoElement\", \"HttpConnDict\", \"HttpConnInfo\", \"HttpConnectionElement\", \"IdbCursor\", \"IdbCursorDirection\", \"IdbCursorWithValue\", \"IdbDatabase\", \"IdbFactory\", \"IdbFileHandle\", \"IdbFileMetadataParameters\", \"IdbFileRequest\", \"IdbIndex\", \"IdbIndexParameters\", \"IdbKeyRange\", \"IdbLocaleAwareKeyRange\", \"IdbMutableFile\", \"IdbObjectStore\", \"IdbObjectStoreParameters\", \"IdbOpenDbOptions\", \"IdbOpenDbRequest\", \"IdbRequest\", \"IdbRequestReadyState\", \"IdbTransaction\", \"IdbTransactionDurability\", \"IdbTransactionMode\", \"IdbTransactionOptions\", \"IdbVersionChangeEvent\", \"IdbVersionChangeEventInit\", \"IdleDeadline\", \"IdleRequestOptions\", \"IirFilterNode\", \"IirFilterOptions\", \"ImageBitmap\", \"ImageBitmapOptions\", \"ImageBitmapRenderingContext\", \"ImageCapture\", \"ImageCaptureError\", \"ImageCaptureErrorEvent\", \"ImageCaptureErrorEventInit\", \"ImageData\", \"ImageDecodeOptions\", \"ImageDecodeResult\", \"ImageDecoder\", \"ImageDecoderInit\", \"ImageEncodeOptions\", \"ImageOrientation\", \"ImageTrack\", \"ImageTrackList\", \"InputDeviceInfo\", \"InputEvent\", \"InputEventInit\", \"IntersectionObserver\", \"IntersectionObserverEntry\", \"IntersectionObserverEntryInit\", \"IntersectionObserverInit\", \"IntlUtils\", \"IsInputPendingOptions\", \"IterableKeyAndValueResult\", \"IterableKeyOrValueResult\", \"IterationCompositeOperation\", \"JsonWebKey\", \"KeyAlgorithm\", \"KeyEvent\", \"KeyFrameRequestEvent\", \"KeyIdsInitData\", \"KeyboardEvent\", \"KeyboardEventInit\", \"KeyframeAnimationOptions\", \"KeyframeEffect\", \"KeyframeEffectOptions\", \"L10nElement\", \"L10nValue\", \"LargeBlobSupport\", \"LatencyMode\", \"LifecycleCallbacks\", \"LineAlignSetting\", \"ListBoxObject\", \"LocalMediaStream\", \"LocaleInfo\", \"Location\", \"Lock\", \"LockInfo\", \"LockManager\", \"LockManagerSnapshot\", \"LockMode\", \"LockOptions\", \"MathMlElement\", \"MediaCapabilities\", \"MediaCapabilitiesInfo\", \"MediaConfiguration\", \"MediaDecodingConfiguration\", \"MediaDecodingType\", \"MediaDeviceInfo\", \"MediaDeviceKind\", \"MediaDevices\", \"MediaElementAudioSourceNode\", \"MediaElementAudioSourceOptions\", \"MediaEncodingConfiguration\", \"MediaEncodingType\", \"MediaEncryptedEvent\", \"MediaError\", \"MediaImage\", \"MediaKeyError\", \"MediaKeyMessageEvent\", \"MediaKeyMessageEventInit\", \"MediaKeyMessageType\", \"MediaKeyNeededEventInit\", \"MediaKeySession\", \"MediaKeySessionType\", \"MediaKeyStatus\", \"MediaKeyStatusMap\", \"MediaKeySystemAccess\", \"MediaKeySystemConfiguration\", \"MediaKeySystemMediaCapability\", \"MediaKeySystemStatus\", \"MediaKeys\", \"MediaKeysPolicy\", \"MediaKeysRequirement\", \"MediaList\", \"MediaMetadata\", \"MediaMetadataInit\", \"MediaPositionState\", \"MediaQueryList\", \"MediaQueryListEvent\", \"MediaQueryListEventInit\", \"MediaRecorder\", \"MediaRecorderErrorEvent\", \"MediaRecorderErrorEventInit\", \"MediaRecorderOptions\", \"MediaSession\", \"MediaSessionAction\", \"MediaSessionActionDetails\", \"MediaSessionPlaybackState\", \"MediaSource\", \"MediaSourceEndOfStreamError\", \"MediaSourceEnum\", \"MediaSourceReadyState\", \"MediaStream\", \"MediaStreamAudioDestinationNode\", \"MediaStreamAudioSourceNode\", \"MediaStreamAudioSourceOptions\", \"MediaStreamConstraints\", \"MediaStreamError\", \"MediaStreamEvent\", \"MediaStreamEventInit\", \"MediaStreamTrack\", \"MediaStreamTrackEvent\", \"MediaStreamTrackEventInit\", \"MediaStreamTrackGenerator\", \"MediaStreamTrackGeneratorInit\", \"MediaStreamTrackProcessor\", \"MediaStreamTrackProcessorInit\", \"MediaStreamTrackState\", \"MediaTrackCapabilities\", \"MediaTrackConstraintSet\", \"MediaTrackConstraints\", \"MediaTrackSettings\", \"MediaTrackSupportedConstraints\", \"MemoryAttribution\", \"MemoryAttributionContainer\", \"MemoryBreakdownEntry\", \"MemoryMeasurement\", \"MessageChannel\", \"MessageEvent\", \"MessageEventInit\", \"MessagePort\", \"MidiAccess\", \"MidiConnectionEvent\", \"MidiConnectionEventInit\", \"MidiInput\", \"MidiInputMap\", \"MidiMessageEvent\", \"MidiMessageEventInit\", \"MidiOptions\", \"MidiOutput\", \"MidiOutputMap\", \"MidiPort\", \"MidiPortConnectionState\", \"MidiPortDeviceState\", \"MidiPortType\", \"MimeType\", \"MimeTypeArray\", \"MouseEvent\", \"MouseEventInit\", \"MouseScrollEvent\", \"MozDebug\", \"MutationEvent\", \"MutationObserver\", \"MutationObserverInit\", \"MutationObservingInfo\", \"MutationRecord\", \"NamedNodeMap\", \"NativeOsFileReadOptions\", \"NativeOsFileWriteAtomicOptions\", \"NavigationType\", \"Navigator\", \"NavigatorAutomationInformation\", \"NavigatorUaBrandVersion\", \"NavigatorUaData\", \"NetworkCommandOptions\", \"NetworkInformation\", \"NetworkResultOptions\", \"Node\", \"NodeFilter\", \"NodeIterator\", \"NodeList\", \"Notification\", \"NotificationAction\", \"NotificationDirection\", \"NotificationEvent\", \"NotificationEventInit\", \"NotificationOptions\", \"NotificationPermission\", \"ObserverCallback\", \"OesElementIndexUint\", \"OesStandardDerivatives\", \"OesTextureFloat\", \"OesTextureFloatLinear\", \"OesTextureHalfFloat\", \"OesTextureHalfFloatLinear\", \"OesVertexArrayObject\", \"OfflineAudioCompletionEvent\", \"OfflineAudioCompletionEventInit\", \"OfflineAudioContext\", \"OfflineAudioContextOptions\", \"OfflineResourceList\", \"OffscreenCanvas\", \"OffscreenCanvasRenderingContext2d\", \"OpenFilePickerOptions\", \"OpenWindowEventDetail\", \"OptionalEffectTiming\", \"OrientationLockType\", \"OrientationType\", \"OscillatorNode\", \"OscillatorOptions\", \"OscillatorType\", \"OverSampleType\", \"OvrMultiview2\", \"PageTransitionEvent\", \"PageTransitionEventInit\", \"PaintRequest\", \"PaintRequestList\", \"PaintWorkletGlobalScope\", \"PannerNode\", \"PannerOptions\", \"PanningModelType\", \"ParityType\", \"Path2d\", \"PaymentAddress\", \"PaymentComplete\", \"PaymentMethodChangeEvent\", \"PaymentMethodChangeEventInit\", \"PaymentRequestUpdateEvent\", \"PaymentRequestUpdateEventInit\", \"PaymentResponse\", \"Pbkdf2Params\", \"PcImplIceConnectionState\", \"PcImplIceGatheringState\", \"PcImplSignalingState\", \"PcObserverStateType\", \"Performance\", \"PerformanceEntry\", \"PerformanceEntryEventInit\", \"PerformanceEntryFilterOptions\", \"PerformanceMark\", \"PerformanceMeasure\", \"PerformanceNavigation\", \"PerformanceNavigationTiming\", \"PerformanceObserver\", \"PerformanceObserverEntryList\", \"PerformanceObserverInit\", \"PerformanceResourceTiming\", \"PerformanceServerTiming\", \"PerformanceTiming\", \"PeriodicWave\", \"PeriodicWaveConstraints\", \"PeriodicWaveOptions\", \"PermissionDescriptor\", \"PermissionName\", \"PermissionState\", \"PermissionStatus\", \"Permissions\", \"PlaneLayout\", \"PlaybackDirection\", \"Plugin\", \"PluginArray\", \"PluginCrashedEventInit\", \"PointerEvent\", \"PointerEventInit\", \"PopStateEvent\", \"PopStateEventInit\", \"PopupBlockedEvent\", \"PopupBlockedEventInit\", \"Position\", \"PositionAlignSetting\", \"PositionError\", \"PositionOptions\", \"PremultiplyAlpha\", \"Presentation\", \"PresentationAvailability\", \"PresentationConnection\", \"PresentationConnectionAvailableEvent\", \"PresentationConnectionAvailableEventInit\", \"PresentationConnectionBinaryType\", \"PresentationConnectionCloseEvent\", \"PresentationConnectionCloseEventInit\", \"PresentationConnectionClosedReason\", \"PresentationConnectionList\", \"PresentationConnectionState\", \"PresentationReceiver\", \"PresentationRequest\", \"PresentationStyle\", \"ProcessingInstruction\", \"ProfileTimelineLayerRect\", \"ProfileTimelineMarker\", \"ProfileTimelineMessagePortOperationType\", \"ProfileTimelineStackFrame\", \"ProfileTimelineWorkerOperationType\", \"ProgressEvent\", \"ProgressEventInit\", \"PromiseNativeHandler\", \"PromiseRejectionEvent\", \"PromiseRejectionEventInit\", \"PublicKeyCredential\", \"PublicKeyCredentialCreationOptions\", \"PublicKeyCredentialCreationOptionsJson\", \"PublicKeyCredentialDescriptor\", \"PublicKeyCredentialDescriptorJson\", \"PublicKeyCredentialEntity\", \"PublicKeyCredentialHints\", \"PublicKeyCredentialParameters\", \"PublicKeyCredentialRequestOptions\", \"PublicKeyCredentialRequestOptionsJson\", \"PublicKeyCredentialRpEntity\", \"PublicKeyCredentialType\", \"PublicKeyCredentialUserEntity\", \"PublicKeyCredentialUserEntityJson\", \"PushEncryptionKeyName\", \"PushEvent\", \"PushEventInit\", \"PushManager\", \"PushMessageData\", \"PushPermissionState\", \"PushSubscription\", \"PushSubscriptionInit\", \"PushSubscriptionJson\", \"PushSubscriptionKeys\", \"PushSubscriptionOptions\", \"PushSubscriptionOptionsInit\", \"QueryOptions\", \"QueuingStrategy\", \"QueuingStrategyInit\", \"RadioNodeList\", \"Range\", \"RcwnPerfStats\", \"RcwnStatus\", \"ReadableByteStreamController\", \"ReadableStream\", \"ReadableStreamByobReader\", \"ReadableStreamByobRequest\", \"ReadableStreamDefaultController\", \"ReadableStreamDefaultReader\", \"ReadableStreamGetReaderOptions\", \"ReadableStreamIteratorOptions\", \"ReadableStreamReadResult\", \"ReadableStreamReaderMode\", \"ReadableStreamType\", \"ReadableWritablePair\", \"RecordingState\", \"ReferrerPolicy\", \"RegisterRequest\", \"RegisterResponse\", \"RegisteredKey\", \"RegistrationOptions\", \"RegistrationResponseJson\", \"Request\", \"RequestCache\", \"RequestCredentials\", \"RequestDestination\", \"RequestDeviceOptions\", \"RequestInit\", \"RequestMediaKeySystemAccessNotification\", \"RequestMode\", \"RequestRedirect\", \"ResidentKeyRequirement\", \"ResizeObserver\", \"ResizeObserverBoxOptions\", \"ResizeObserverEntry\", \"ResizeObserverOptions\", \"ResizeObserverSize\", \"ResizeQuality\", \"Response\", \"ResponseInit\", \"ResponseType\", \"RsaHashedImportParams\", \"RsaOaepParams\", \"RsaOtherPrimesInfo\", \"RsaPssParams\", \"RtcAnswerOptions\", \"RtcBundlePolicy\", \"RtcCertificate\", \"RtcCertificateExpiration\", \"RtcCodecStats\", \"RtcConfiguration\", \"RtcDataChannel\", \"RtcDataChannelEvent\", \"RtcDataChannelEventInit\", \"RtcDataChannelInit\", \"RtcDataChannelState\", \"RtcDataChannelType\", \"RtcDegradationPreference\", \"RtcEncodedAudioFrame\", \"RtcEncodedAudioFrameMetadata\", \"RtcEncodedAudioFrameOptions\", \"RtcEncodedVideoFrame\", \"RtcEncodedVideoFrameMetadata\", \"RtcEncodedVideoFrameOptions\", \"RtcEncodedVideoFrameType\", \"RtcFecParameters\", \"RtcIceCandidate\", \"RtcIceCandidateInit\", \"RtcIceCandidatePairStats\", \"RtcIceCandidateStats\", \"RtcIceComponentStats\", \"RtcIceConnectionState\", \"RtcIceCredentialType\", \"RtcIceGatheringState\", \"RtcIceServer\", \"RtcIceTransportPolicy\", \"RtcIdentityAssertion\", \"RtcIdentityAssertionResult\", \"RtcIdentityProvider\", \"RtcIdentityProviderDetails\", \"RtcIdentityProviderOptions\", \"RtcIdentityProviderRegistrar\", \"RtcIdentityValidationResult\", \"RtcInboundRtpStreamStats\", \"RtcMediaStreamStats\", \"RtcMediaStreamTrackStats\", \"RtcOfferAnswerOptions\", \"RtcOfferOptions\", \"RtcOutboundRtpStreamStats\", \"RtcPeerConnection\", \"RtcPeerConnectionIceErrorEvent\", \"RtcPeerConnectionIceEvent\", \"RtcPeerConnectionIceEventInit\", \"RtcPeerConnectionState\", \"RtcPriorityType\", \"RtcRtcpParameters\", \"RtcRtpCapabilities\", \"RtcRtpCodecCapability\", \"RtcRtpCodecParameters\", \"RtcRtpContributingSource\", \"RtcRtpEncodingParameters\", \"RtcRtpHeaderExtensionCapability\", \"RtcRtpHeaderExtensionParameters\", \"RtcRtpParameters\", \"RtcRtpReceiver\", \"RtcRtpScriptTransform\", \"RtcRtpScriptTransformer\", \"RtcRtpSender\", \"RtcRtpSourceEntry\", \"RtcRtpSourceEntryType\", \"RtcRtpSynchronizationSource\", \"RtcRtpTransceiver\", \"RtcRtpTransceiverDirection\", \"RtcRtpTransceiverInit\", \"RtcRtxParameters\", \"RtcSdpType\", \"RtcSessionDescription\", \"RtcSessionDescriptionInit\", \"RtcSignalingState\", \"RtcStats\", \"RtcStatsIceCandidatePairState\", \"RtcStatsIceCandidateType\", \"RtcStatsReport\", \"RtcStatsReportInternal\", \"RtcStatsType\", \"RtcTrackEvent\", \"RtcTrackEventInit\", \"RtcTransformEvent\", \"RtcTransportStats\", \"RtcdtmfSender\", \"RtcdtmfToneChangeEvent\", \"RtcdtmfToneChangeEventInit\", \"RtcrtpContributingSourceStats\", \"RtcrtpStreamStats\", \"SFrameTransform\", \"SFrameTransformErrorEvent\", \"SFrameTransformErrorEventInit\", \"SFrameTransformErrorEventType\", \"SFrameTransformOptions\", \"SFrameTransformRole\", \"SaveFilePickerOptions\", \"Scheduler\", \"SchedulerPostTaskOptions\", \"Scheduling\", \"Screen\", \"ScreenColorGamut\", \"ScreenLuminance\", \"ScreenOrientation\", \"ScriptProcessorNode\", \"ScrollAreaEvent\", \"ScrollBehavior\", \"ScrollBoxObject\", \"ScrollIntoViewOptions\", \"ScrollLogicalPosition\", \"ScrollOptions\", \"ScrollRestoration\", \"ScrollSetting\", \"ScrollState\", \"ScrollToOptions\", \"ScrollViewChangeEventInit\", \"SecurityPolicyViolationEvent\", \"SecurityPolicyViolationEventDisposition\", \"SecurityPolicyViolationEventInit\", \"Selection\", \"SelectionMode\", \"Serial\", \"SerialInputSignals\", \"SerialOptions\", \"SerialOutputSignals\", \"SerialPort\", \"SerialPortFilter\", \"SerialPortInfo\", \"SerialPortRequestOptions\", \"ServerSocketOptions\", \"ServiceWorker\", \"ServiceWorkerContainer\", \"ServiceWorkerGlobalScope\", \"ServiceWorkerRegistration\", \"ServiceWorkerState\", \"ServiceWorkerUpdateViaCache\", \"ShadowRoot\", \"ShadowRootInit\", \"ShadowRootMode\", \"ShareData\", \"SharedWorker\", \"SharedWorkerGlobalScope\", \"SignResponse\", \"SocketElement\", \"SocketOptions\", \"SocketReadyState\", \"SocketsDict\", \"SourceBuffer\", \"SourceBufferAppendMode\", \"SourceBufferList\", \"SpeechGrammar\", \"SpeechGrammarList\", \"SpeechRecognition\", \"SpeechRecognitionAlternative\", \"SpeechRecognitionError\", \"SpeechRecognitionErrorCode\", \"SpeechRecognitionErrorInit\", \"SpeechRecognitionEvent\", \"SpeechRecognitionEventInit\", \"SpeechRecognitionResult\", \"SpeechRecognitionResultList\", \"SpeechSynthesis\", \"SpeechSynthesisErrorCode\", \"SpeechSynthesisErrorEvent\", \"SpeechSynthesisErrorEventInit\", \"SpeechSynthesisEvent\", \"SpeechSynthesisEventInit\", \"SpeechSynthesisUtterance\", \"SpeechSynthesisVoice\", \"StereoPannerNode\", \"StereoPannerOptions\", \"Storage\", \"StorageEstimate\", \"StorageEvent\", \"StorageEventInit\", \"StorageManager\", \"StorageType\", \"StreamPipeOptions\", \"StyleRuleChangeEventInit\", \"StyleSheet\", \"StyleSheetApplicableStateChangeEventInit\", \"StyleSheetChangeEventInit\", \"StyleSheetList\", \"SubmitEvent\", \"SubmitEventInit\", \"SubtleCrypto\", \"SupportedType\", \"SvcOutputMetadata\", \"SvgAngle\", \"SvgAnimateElement\", \"SvgAnimateMotionElement\", \"SvgAnimateTransformElement\", \"SvgAnimatedAngle\", \"SvgAnimatedBoolean\", \"SvgAnimatedEnumeration\", \"SvgAnimatedInteger\", \"SvgAnimatedLength\", \"SvgAnimatedLengthList\", \"SvgAnimatedNumber\", \"SvgAnimatedNumberList\", \"SvgAnimatedPreserveAspectRatio\", \"SvgAnimatedRect\", \"SvgAnimatedString\", \"SvgAnimatedTransformList\", \"SvgAnimationElement\", \"SvgBoundingBoxOptions\", \"SvgCircleElement\", \"SvgClipPathElement\", \"SvgComponentTransferFunctionElement\", \"SvgDefsElement\", \"SvgDescElement\", \"SvgElement\", \"SvgEllipseElement\", \"SvgFilterElement\", \"SvgForeignObjectElement\", \"SvgGeometryElement\", \"SvgGradientElement\", \"SvgGraphicsElement\", \"SvgImageElement\", \"SvgLength\", \"SvgLengthList\", \"SvgLineElement\", \"SvgLinearGradientElement\", \"SvgMarkerElement\", \"SvgMaskElement\", \"SvgMatrix\", \"SvgMetadataElement\", \"SvgNumber\", \"SvgNumberList\", \"SvgPathElement\", \"SvgPathSeg\", \"SvgPathSegArcAbs\", \"SvgPathSegArcRel\", \"SvgPathSegClosePath\", \"SvgPathSegCurvetoCubicAbs\", \"SvgPathSegCurvetoCubicRel\", \"SvgPathSegCurvetoCubicSmoothAbs\", \"SvgPathSegCurvetoCubicSmoothRel\", \"SvgPathSegCurvetoQuadraticAbs\", \"SvgPathSegCurvetoQuadraticRel\", \"SvgPathSegCurvetoQuadraticSmoothAbs\", \"SvgPathSegCurvetoQuadraticSmoothRel\", \"SvgPathSegLinetoAbs\", \"SvgPathSegLinetoHorizontalAbs\", \"SvgPathSegLinetoHorizontalRel\", \"SvgPathSegLinetoRel\", \"SvgPathSegLinetoVerticalAbs\", \"SvgPathSegLinetoVerticalRel\", \"SvgPathSegList\", \"SvgPathSegMovetoAbs\", \"SvgPathSegMovetoRel\", \"SvgPatternElement\", \"SvgPoint\", \"SvgPointList\", \"SvgPolygonElement\", \"SvgPolylineElement\", \"SvgPreserveAspectRatio\", \"SvgRadialGradientElement\", \"SvgRect\", \"SvgRectElement\", \"SvgScriptElement\", \"SvgSetElement\", \"SvgStopElement\", \"SvgStringList\", \"SvgStyleElement\", \"SvgSwitchElement\", \"SvgSymbolElement\", \"SvgTextContentElement\", \"SvgTextElement\", \"SvgTextPathElement\", \"SvgTextPositioningElement\", \"SvgTitleElement\", \"SvgTransform\", \"SvgTransformList\", \"SvgUnitTypes\", \"SvgUseElement\", \"SvgViewElement\", \"SvgZoomAndPan\", \"SvgaElement\", \"SvgfeBlendElement\", \"SvgfeColorMatrixElement\", \"SvgfeComponentTransferElement\", \"SvgfeCompositeElement\", \"SvgfeConvolveMatrixElement\", \"SvgfeDiffuseLightingElement\", \"SvgfeDisplacementMapElement\", \"SvgfeDistantLightElement\", \"SvgfeDropShadowElement\", \"SvgfeFloodElement\", \"SvgfeFuncAElement\", \"SvgfeFuncBElement\", \"SvgfeFuncGElement\", \"SvgfeFuncRElement\", \"SvgfeGaussianBlurElement\", \"SvgfeImageElement\", \"SvgfeMergeElement\", \"SvgfeMergeNodeElement\", \"SvgfeMorphologyElement\", \"SvgfeOffsetElement\", \"SvgfePointLightElement\", \"SvgfeSpecularLightingElement\", \"SvgfeSpotLightElement\", \"SvgfeTileElement\", \"SvgfeTurbulenceElement\", \"SvggElement\", \"SvgmPathElement\", \"SvgsvgElement\", \"SvgtSpanElement\", \"TaskController\", \"TaskControllerInit\", \"TaskPriority\", \"TaskPriorityChangeEvent\", \"TaskPriorityChangeEventInit\", \"TaskSignal\", \"TaskSignalAnyInit\", \"TcpReadyState\", \"TcpServerSocket\", \"TcpServerSocketEvent\", \"TcpServerSocketEventInit\", \"TcpSocket\", \"TcpSocketBinaryType\", \"TcpSocketErrorEvent\", \"TcpSocketErrorEventInit\", \"TcpSocketEvent\", \"TcpSocketEventInit\", \"Text\", \"TextDecodeOptions\", \"TextDecoder\", \"TextDecoderOptions\", \"TextEncoder\", \"TextMetrics\", \"TextTrack\", \"TextTrackCue\", \"TextTrackCueList\", \"TextTrackKind\", \"TextTrackList\", \"TextTrackMode\", \"TimeEvent\", \"TimeRanges\", \"ToggleEvent\", \"ToggleEventInit\", \"TokenBinding\", \"TokenBindingStatus\", \"Touch\", \"TouchEvent\", \"TouchEventInit\", \"TouchInit\", \"TouchList\", \"TrackEvent\", \"TrackEventInit\", \"TransformStream\", \"TransformStreamDefaultController\", \"Transformer\", \"TransitionEvent\", \"TransitionEventInit\", \"Transport\", \"TreeBoxObject\", \"TreeCellInfo\", \"TreeView\", \"TreeWalker\", \"U2f\", \"U2fClientData\", \"ULongRange\", \"UaDataValues\", \"UaLowEntropyJson\", \"UdpMessageEventInit\", \"UdpOptions\", \"UiEvent\", \"UiEventInit\", \"UnderlyingSink\", \"UnderlyingSource\", \"Url\", \"UrlSearchParams\", \"Usb\", \"UsbAlternateInterface\", \"UsbConfiguration\", \"UsbConnectionEvent\", \"UsbConnectionEventInit\", \"UsbControlTransferParameters\", \"UsbDevice\", \"UsbDeviceFilter\", \"UsbDeviceRequestOptions\", \"UsbDirection\", \"UsbEndpoint\", \"UsbEndpointType\", \"UsbInTransferResult\", \"UsbInterface\", \"UsbIsochronousInTransferPacket\", \"UsbIsochronousInTransferResult\", \"UsbIsochronousOutTransferPacket\", \"UsbIsochronousOutTransferResult\", \"UsbOutTransferResult\", \"UsbPermissionDescriptor\", \"UsbPermissionResult\", \"UsbPermissionStorage\", \"UsbRecipient\", \"UsbRequestType\", \"UsbTransferStatus\", \"UserActivation\", \"UserProximityEvent\", \"UserProximityEventInit\", \"UserVerificationRequirement\", \"ValidityState\", \"ValueEvent\", \"ValueEventInit\", \"VideoColorPrimaries\", \"VideoColorSpace\", \"VideoColorSpaceInit\", \"VideoConfiguration\", \"VideoDecoder\", \"VideoDecoderConfig\", \"VideoDecoderInit\", \"VideoDecoderSupport\", \"VideoEncoder\", \"VideoEncoderConfig\", \"VideoEncoderEncodeOptions\", \"VideoEncoderInit\", \"VideoEncoderSupport\", \"VideoFacingModeEnum\", \"VideoFrame\", \"VideoFrameBufferInit\", \"VideoFrameCopyToOptions\", \"VideoFrameInit\", \"VideoMatrixCoefficients\", \"VideoPixelFormat\", \"VideoPlaybackQuality\", \"VideoStreamTrack\", \"VideoTrack\", \"VideoTrackList\", \"VideoTransferCharacteristics\", \"ViewTransition\", \"VisibilityState\", \"VisualViewport\", \"VoidCallback\", \"VrDisplay\", \"VrDisplayCapabilities\", \"VrEye\", \"VrEyeParameters\", \"VrFieldOfView\", \"VrFrameData\", \"VrLayer\", \"VrMockController\", \"VrMockDisplay\", \"VrPose\", \"VrServiceTest\", \"VrStageParameters\", \"VrSubmitFrameResult\", \"VttCue\", \"VttRegion\", \"WakeLock\", \"WakeLockSentinel\", \"WakeLockType\", \"WatchAdvertisementsOptions\", \"WaveShaperNode\", \"WaveShaperOptions\", \"WebGl2RenderingContext\", \"WebGlActiveInfo\", \"WebGlBuffer\", \"WebGlContextAttributes\", \"WebGlContextEvent\", \"WebGlContextEventInit\", \"WebGlFramebuffer\", \"WebGlPowerPreference\", \"WebGlProgram\", \"WebGlQuery\", \"WebGlRenderbuffer\", \"WebGlRenderingContext\", \"WebGlSampler\", \"WebGlShader\", \"WebGlShaderPrecisionFormat\", \"WebGlSync\", \"WebGlTexture\", \"WebGlTransformFeedback\", \"WebGlUniformLocation\", \"WebGlVertexArrayObject\", \"WebKitCssMatrix\", \"WebSocket\", \"WebSocketDict\", \"WebSocketElement\", \"WebTransport\", \"WebTransportBidirectionalStream\", \"WebTransportCloseInfo\", \"WebTransportCongestionControl\", \"WebTransportDatagramDuplexStream\", \"WebTransportDatagramStats\", \"WebTransportError\", \"WebTransportErrorOptions\", \"WebTransportErrorSource\", \"WebTransportHash\", \"WebTransportOptions\", \"WebTransportReceiveStream\", \"WebTransportReceiveStreamStats\", \"WebTransportReliabilityMode\", \"WebTransportSendStream\", \"WebTransportSendStreamOptions\", \"WebTransportSendStreamStats\", \"WebTransportStats\", \"WebglColorBufferFloat\", \"WebglCompressedTextureAstc\", \"WebglCompressedTextureAtc\", \"WebglCompressedTextureEtc\", \"WebglCompressedTextureEtc1\", \"WebglCompressedTexturePvrtc\", \"WebglCompressedTextureS3tc\", \"WebglCompressedTextureS3tcSrgb\", \"WebglDebugRendererInfo\", \"WebglDebugShaders\", \"WebglDepthTexture\", \"WebglDrawBuffers\", \"WebglLoseContext\", \"WebglMultiDraw\", \"WellKnownDirectory\", \"WgslLanguageFeatures\", \"WheelEvent\", \"WheelEventInit\", \"WidevineCdmManifest\", \"Window\", \"WindowClient\", \"Worker\", \"WorkerDebuggerGlobalScope\", \"WorkerGlobalScope\", \"WorkerLocation\", \"WorkerNavigator\", \"WorkerOptions\", \"WorkerType\", \"Worklet\", \"WorkletGlobalScope\", \"WorkletOptions\", \"WritableStream\", \"WritableStreamDefaultController\", \"WritableStreamDefaultWriter\", \"WriteCommandType\", \"WriteParams\", \"XPathExpression\", \"XPathNsResolver\", \"XPathResult\", \"XmlDocument\", \"XmlHttpRequest\", \"XmlHttpRequestEventTarget\", \"XmlHttpRequestResponseType\", \"XmlHttpRequestUpload\", \"XmlSerializer\", \"XrBoundedReferenceSpace\", \"XrEye\", \"XrFrame\", \"XrHand\", \"XrHandJoint\", \"XrHandedness\", \"XrInputSource\", \"XrInputSourceArray\", \"XrInputSourceEvent\", \"XrInputSourceEventInit\", \"XrInputSourcesChangeEvent\", \"XrInputSourcesChangeEventInit\", \"XrJointPose\", \"XrJointSpace\", \"XrLayer\", \"XrPermissionDescriptor\", \"XrPermissionStatus\", \"XrPose\", \"XrReferenceSpace\", \"XrReferenceSpaceEvent\", \"XrReferenceSpaceEventInit\", \"XrReferenceSpaceType\", \"XrRenderState\", \"XrRenderStateInit\", \"XrRigidTransform\", \"XrSession\", \"XrSessionEvent\", \"XrSessionEventInit\", \"XrSessionInit\", \"XrSessionMode\", \"XrSessionSupportedPermissionDescriptor\", \"XrSpace\", \"XrSystem\", \"XrTargetRayMode\", \"XrView\", \"XrViewerPose\", \"XrViewport\", \"XrVisibilityState\", \"XrWebGlLayer\", \"XrWebGlLayerInit\", \"XsltProcessor\", \"console\", \"css\", \"default\", \"gpu_buffer_usage\", \"gpu_color_write\", \"gpu_map_mode\", \"gpu_shader_stage\", \"gpu_texture_usage\", \"std\"]","target":13536520916013249019,"profile":702178222214728192,"path":14188634532555931175,"deps":[[6946689283190175495,"wasm_bindgen",false,3200662223915724670],[9003359908906038687,"js_sys",false,6565017633354755157]],"local":[{"CheckDepInfo":{"dep_info":"wasm32-unknown-unknown/release/.fingerprint/web-sys-b8844fa6aec58496/dep-lib-web_sys","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":14682669768258224367} \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/build/anyhow-d0dff02d43bfb4bc/invoked.timestamp b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/build/anyhow-d0dff02d43bfb4bc/invoked.timestamp deleted file mode 100644 index e00328da5aa8e..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/build/anyhow-d0dff02d43bfb4bc/invoked.timestamp +++ /dev/null @@ -1 +0,0 @@ -This file has an mtime of when this was started. \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/build/anyhow-d0dff02d43bfb4bc/output b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/build/anyhow-d0dff02d43bfb4bc/output deleted file mode 100644 index 26ecd02199329..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/build/anyhow-d0dff02d43bfb4bc/output +++ /dev/null @@ -1,11 +0,0 @@ -cargo:rerun-if-changed=build/probe.rs -cargo:rerun-if-env-changed=RUSTC_BOOTSTRAP -cargo:rustc-check-cfg=cfg(anyhow_nightly_testing) -cargo:rustc-check-cfg=cfg(anyhow_no_core_error) -cargo:rustc-check-cfg=cfg(anyhow_no_core_unwind_safe) -cargo:rustc-check-cfg=cfg(anyhow_no_fmt_arguments_as_str) -cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of) -cargo:rustc-check-cfg=cfg(anyhow_no_unsafe_op_in_unsafe_fn_lint) -cargo:rustc-check-cfg=cfg(error_generic_member_access) -cargo:rustc-check-cfg=cfg(std_backtrace) -cargo:rustc-cfg=std_backtrace diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/build/anyhow-d0dff02d43bfb4bc/root-output b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/build/anyhow-d0dff02d43bfb4bc/root-output deleted file mode 100644 index 3845da9b1fab2..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/build/anyhow-d0dff02d43bfb4bc/root-output +++ /dev/null @@ -1 +0,0 @@ -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/build/anyhow-d0dff02d43bfb4bc/out \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/build/anyhow-d0dff02d43bfb4bc/stderr b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/build/anyhow-d0dff02d43bfb4bc/stderr deleted file mode 100644 index e69de29bb2d1d..0000000000000 diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/build/generic-array-789823417fff1ce5/invoked.timestamp b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/build/generic-array-789823417fff1ce5/invoked.timestamp deleted file mode 100644 index e00328da5aa8e..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/build/generic-array-789823417fff1ce5/invoked.timestamp +++ /dev/null @@ -1 +0,0 @@ -This file has an mtime of when this was started. \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/build/generic-array-789823417fff1ce5/output b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/build/generic-array-789823417fff1ce5/output deleted file mode 100644 index a67c3a8107238..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/build/generic-array-789823417fff1ce5/output +++ /dev/null @@ -1 +0,0 @@ -cargo:rustc-cfg=relaxed_coherence diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/build/generic-array-789823417fff1ce5/root-output b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/build/generic-array-789823417fff1ce5/root-output deleted file mode 100644 index f5c2ea0c63b59..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/build/generic-array-789823417fff1ce5/root-output +++ /dev/null @@ -1 +0,0 @@ -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/build/generic-array-789823417fff1ce5/out \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/build/generic-array-789823417fff1ce5/stderr b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/build/generic-array-789823417fff1ce5/stderr deleted file mode 100644 index e69de29bb2d1d..0000000000000 diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/build/serde-2eb65a72411aa2d6/invoked.timestamp b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/build/serde-2eb65a72411aa2d6/invoked.timestamp deleted file mode 100644 index e00328da5aa8e..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/build/serde-2eb65a72411aa2d6/invoked.timestamp +++ /dev/null @@ -1 +0,0 @@ -This file has an mtime of when this was started. \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/build/serde-2eb65a72411aa2d6/output b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/build/serde-2eb65a72411aa2d6/output deleted file mode 100644 index 450588ba33e26..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/build/serde-2eb65a72411aa2d6/output +++ /dev/null @@ -1,15 +0,0 @@ -cargo:rerun-if-changed=build.rs -cargo:rustc-check-cfg=cfg(no_core_cstr) -cargo:rustc-check-cfg=cfg(no_core_error) -cargo:rustc-check-cfg=cfg(no_core_net) -cargo:rustc-check-cfg=cfg(no_core_num_saturating) -cargo:rustc-check-cfg=cfg(no_core_try_from) -cargo:rustc-check-cfg=cfg(no_diagnostic_namespace) -cargo:rustc-check-cfg=cfg(no_float_copysign) -cargo:rustc-check-cfg=cfg(no_num_nonzero_signed) -cargo:rustc-check-cfg=cfg(no_relaxed_trait_bounds) -cargo:rustc-check-cfg=cfg(no_serde_derive) -cargo:rustc-check-cfg=cfg(no_std_atomic) -cargo:rustc-check-cfg=cfg(no_std_atomic64) -cargo:rustc-check-cfg=cfg(no_systemtime_checked_add) -cargo:rustc-check-cfg=cfg(no_target_has_atomic) diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/build/serde-2eb65a72411aa2d6/root-output b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/build/serde-2eb65a72411aa2d6/root-output deleted file mode 100644 index eabf915a65e95..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/build/serde-2eb65a72411aa2d6/root-output +++ /dev/null @@ -1 +0,0 @@ -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/build/serde-2eb65a72411aa2d6/out \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/build/serde-2eb65a72411aa2d6/stderr b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/build/serde-2eb65a72411aa2d6/stderr deleted file mode 100644 index e69de29bb2d1d..0000000000000 diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/build/serde_json-36f42e86cf57ab68/invoked.timestamp b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/build/serde_json-36f42e86cf57ab68/invoked.timestamp deleted file mode 100644 index e00328da5aa8e..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/build/serde_json-36f42e86cf57ab68/invoked.timestamp +++ /dev/null @@ -1 +0,0 @@ -This file has an mtime of when this was started. \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/build/serde_json-36f42e86cf57ab68/output b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/build/serde_json-36f42e86cf57ab68/output deleted file mode 100644 index 32010770d541d..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/build/serde_json-36f42e86cf57ab68/output +++ /dev/null @@ -1,3 +0,0 @@ -cargo:rerun-if-changed=build.rs -cargo:rustc-check-cfg=cfg(fast_arithmetic, values("32", "64")) -cargo:rustc-cfg=fast_arithmetic="64" diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/build/serde_json-36f42e86cf57ab68/root-output b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/build/serde_json-36f42e86cf57ab68/root-output deleted file mode 100644 index 1477083f72e59..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/build/serde_json-36f42e86cf57ab68/root-output +++ /dev/null @@ -1 +0,0 @@ -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/build/serde_json-36f42e86cf57ab68/out \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/build/serde_json-36f42e86cf57ab68/stderr b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/build/serde_json-36f42e86cf57ab68/stderr deleted file mode 100644 index e69de29bb2d1d..0000000000000 diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/build/typenum-3342876bcfcf3a8b/invoked.timestamp b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/build/typenum-3342876bcfcf3a8b/invoked.timestamp deleted file mode 100644 index e00328da5aa8e..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/build/typenum-3342876bcfcf3a8b/invoked.timestamp +++ /dev/null @@ -1 +0,0 @@ -This file has an mtime of when this was started. \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/build/typenum-3342876bcfcf3a8b/out/tests.rs b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/build/typenum-3342876bcfcf3a8b/out/tests.rs deleted file mode 100644 index eadb2d61f5a10..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/build/typenum-3342876bcfcf3a8b/out/tests.rs +++ /dev/null @@ -1,20563 +0,0 @@ - -use typenum::*; -use core::ops::*; -use core::cmp::Ordering; - -#[test] -#[allow(non_snake_case)] -fn test_0_BitAnd_0() { - type A = UTerm; - type B = UTerm; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U0BitAndU0 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_0_BitOr_0() { - type A = UTerm; - type B = UTerm; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U0BitOrU0 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_0_BitXor_0() { - type A = UTerm; - type B = UTerm; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U0BitXorU0 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_0_Shl_0() { - type A = UTerm; - type B = UTerm; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U0ShlU0 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_0_Shr_0() { - type A = UTerm; - type B = UTerm; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U0ShrU0 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_0_Add_0() { - type A = UTerm; - type B = UTerm; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U0AddU0 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_0_Mul_0() { - type A = UTerm; - type B = UTerm; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U0MulU0 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_0_Pow_0() { - type A = UTerm; - type B = UTerm; - type U1 = UInt; - - #[allow(non_camel_case_types)] - type U0PowU0 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_0_Min_0() { - type A = UTerm; - type B = UTerm; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U0MinU0 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_0_Max_0() { - type A = UTerm; - type B = UTerm; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U0MaxU0 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_0_Gcd_0() { - type A = UTerm; - type B = UTerm; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U0GcdU0 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_0_Sub_0() { - type A = UTerm; - type B = UTerm; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U0SubU0 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_0_Cmp_0() { - type A = UTerm; - type B = UTerm; - - #[allow(non_camel_case_types)] - type U0CmpU0 = >::Output; - assert_eq!(::to_ordering(), Ordering::Equal); -} -#[test] -#[allow(non_snake_case)] -fn test_0_BitAnd_1() { - type A = UTerm; - type B = UInt; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U0BitAndU1 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_0_BitOr_1() { - type A = UTerm; - type B = UInt; - type U1 = UInt; - - #[allow(non_camel_case_types)] - type U0BitOrU1 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_0_BitXor_1() { - type A = UTerm; - type B = UInt; - type U1 = UInt; - - #[allow(non_camel_case_types)] - type U0BitXorU1 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_0_Shl_1() { - type A = UTerm; - type B = UInt; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U0ShlU1 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_0_Shr_1() { - type A = UTerm; - type B = UInt; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U0ShrU1 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_0_Add_1() { - type A = UTerm; - type B = UInt; - type U1 = UInt; - - #[allow(non_camel_case_types)] - type U0AddU1 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_0_Mul_1() { - type A = UTerm; - type B = UInt; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U0MulU1 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_0_Pow_1() { - type A = UTerm; - type B = UInt; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U0PowU1 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_0_Min_1() { - type A = UTerm; - type B = UInt; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U0MinU1 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_0_Max_1() { - type A = UTerm; - type B = UInt; - type U1 = UInt; - - #[allow(non_camel_case_types)] - type U0MaxU1 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_0_Gcd_1() { - type A = UTerm; - type B = UInt; - type U1 = UInt; - - #[allow(non_camel_case_types)] - type U0GcdU1 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_0_Div_1() { - type A = UTerm; - type B = UInt; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U0DivU1 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_0_Rem_1() { - type A = UTerm; - type B = UInt; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U0RemU1 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_0_PartialDiv_1() { - type A = UTerm; - type B = UInt; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U0PartialDivU1 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_0_Cmp_1() { - type A = UTerm; - type B = UInt; - - #[allow(non_camel_case_types)] - type U0CmpU1 = >::Output; - assert_eq!(::to_ordering(), Ordering::Less); -} -#[test] -#[allow(non_snake_case)] -fn test_0_BitAnd_2() { - type A = UTerm; - type B = UInt, B0>; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U0BitAndU2 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_0_BitOr_2() { - type A = UTerm; - type B = UInt, B0>; - type U2 = UInt, B0>; - - #[allow(non_camel_case_types)] - type U0BitOrU2 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_0_BitXor_2() { - type A = UTerm; - type B = UInt, B0>; - type U2 = UInt, B0>; - - #[allow(non_camel_case_types)] - type U0BitXorU2 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_0_Shl_2() { - type A = UTerm; - type B = UInt, B0>; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U0ShlU2 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_0_Shr_2() { - type A = UTerm; - type B = UInt, B0>; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U0ShrU2 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_0_Add_2() { - type A = UTerm; - type B = UInt, B0>; - type U2 = UInt, B0>; - - #[allow(non_camel_case_types)] - type U0AddU2 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_0_Mul_2() { - type A = UTerm; - type B = UInt, B0>; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U0MulU2 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_0_Pow_2() { - type A = UTerm; - type B = UInt, B0>; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U0PowU2 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_0_Min_2() { - type A = UTerm; - type B = UInt, B0>; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U0MinU2 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_0_Max_2() { - type A = UTerm; - type B = UInt, B0>; - type U2 = UInt, B0>; - - #[allow(non_camel_case_types)] - type U0MaxU2 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_0_Gcd_2() { - type A = UTerm; - type B = UInt, B0>; - type U2 = UInt, B0>; - - #[allow(non_camel_case_types)] - type U0GcdU2 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_0_Div_2() { - type A = UTerm; - type B = UInt, B0>; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U0DivU2 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_0_Rem_2() { - type A = UTerm; - type B = UInt, B0>; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U0RemU2 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_0_PartialDiv_2() { - type A = UTerm; - type B = UInt, B0>; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U0PartialDivU2 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_0_Cmp_2() { - type A = UTerm; - type B = UInt, B0>; - - #[allow(non_camel_case_types)] - type U0CmpU2 = >::Output; - assert_eq!(::to_ordering(), Ordering::Less); -} -#[test] -#[allow(non_snake_case)] -fn test_0_BitAnd_3() { - type A = UTerm; - type B = UInt, B1>; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U0BitAndU3 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_0_BitOr_3() { - type A = UTerm; - type B = UInt, B1>; - type U3 = UInt, B1>; - - #[allow(non_camel_case_types)] - type U0BitOrU3 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_0_BitXor_3() { - type A = UTerm; - type B = UInt, B1>; - type U3 = UInt, B1>; - - #[allow(non_camel_case_types)] - type U0BitXorU3 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_0_Shl_3() { - type A = UTerm; - type B = UInt, B1>; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U0ShlU3 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_0_Shr_3() { - type A = UTerm; - type B = UInt, B1>; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U0ShrU3 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_0_Add_3() { - type A = UTerm; - type B = UInt, B1>; - type U3 = UInt, B1>; - - #[allow(non_camel_case_types)] - type U0AddU3 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_0_Mul_3() { - type A = UTerm; - type B = UInt, B1>; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U0MulU3 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_0_Pow_3() { - type A = UTerm; - type B = UInt, B1>; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U0PowU3 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_0_Min_3() { - type A = UTerm; - type B = UInt, B1>; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U0MinU3 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_0_Max_3() { - type A = UTerm; - type B = UInt, B1>; - type U3 = UInt, B1>; - - #[allow(non_camel_case_types)] - type U0MaxU3 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_0_Gcd_3() { - type A = UTerm; - type B = UInt, B1>; - type U3 = UInt, B1>; - - #[allow(non_camel_case_types)] - type U0GcdU3 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_0_Div_3() { - type A = UTerm; - type B = UInt, B1>; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U0DivU3 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_0_Rem_3() { - type A = UTerm; - type B = UInt, B1>; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U0RemU3 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_0_PartialDiv_3() { - type A = UTerm; - type B = UInt, B1>; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U0PartialDivU3 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_0_Cmp_3() { - type A = UTerm; - type B = UInt, B1>; - - #[allow(non_camel_case_types)] - type U0CmpU3 = >::Output; - assert_eq!(::to_ordering(), Ordering::Less); -} -#[test] -#[allow(non_snake_case)] -fn test_0_BitAnd_4() { - type A = UTerm; - type B = UInt, B0>, B0>; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U0BitAndU4 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_0_BitOr_4() { - type A = UTerm; - type B = UInt, B0>, B0>; - type U4 = UInt, B0>, B0>; - - #[allow(non_camel_case_types)] - type U0BitOrU4 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_0_BitXor_4() { - type A = UTerm; - type B = UInt, B0>, B0>; - type U4 = UInt, B0>, B0>; - - #[allow(non_camel_case_types)] - type U0BitXorU4 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_0_Shl_4() { - type A = UTerm; - type B = UInt, B0>, B0>; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U0ShlU4 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_0_Shr_4() { - type A = UTerm; - type B = UInt, B0>, B0>; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U0ShrU4 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_0_Add_4() { - type A = UTerm; - type B = UInt, B0>, B0>; - type U4 = UInt, B0>, B0>; - - #[allow(non_camel_case_types)] - type U0AddU4 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_0_Mul_4() { - type A = UTerm; - type B = UInt, B0>, B0>; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U0MulU4 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_0_Pow_4() { - type A = UTerm; - type B = UInt, B0>, B0>; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U0PowU4 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_0_Min_4() { - type A = UTerm; - type B = UInt, B0>, B0>; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U0MinU4 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_0_Max_4() { - type A = UTerm; - type B = UInt, B0>, B0>; - type U4 = UInt, B0>, B0>; - - #[allow(non_camel_case_types)] - type U0MaxU4 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_0_Gcd_4() { - type A = UTerm; - type B = UInt, B0>, B0>; - type U4 = UInt, B0>, B0>; - - #[allow(non_camel_case_types)] - type U0GcdU4 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_0_Div_4() { - type A = UTerm; - type B = UInt, B0>, B0>; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U0DivU4 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_0_Rem_4() { - type A = UTerm; - type B = UInt, B0>, B0>; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U0RemU4 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_0_PartialDiv_4() { - type A = UTerm; - type B = UInt, B0>, B0>; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U0PartialDivU4 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_0_Cmp_4() { - type A = UTerm; - type B = UInt, B0>, B0>; - - #[allow(non_camel_case_types)] - type U0CmpU4 = >::Output; - assert_eq!(::to_ordering(), Ordering::Less); -} -#[test] -#[allow(non_snake_case)] -fn test_0_BitAnd_5() { - type A = UTerm; - type B = UInt, B0>, B1>; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U0BitAndU5 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_0_BitOr_5() { - type A = UTerm; - type B = UInt, B0>, B1>; - type U5 = UInt, B0>, B1>; - - #[allow(non_camel_case_types)] - type U0BitOrU5 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_0_BitXor_5() { - type A = UTerm; - type B = UInt, B0>, B1>; - type U5 = UInt, B0>, B1>; - - #[allow(non_camel_case_types)] - type U0BitXorU5 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_0_Shl_5() { - type A = UTerm; - type B = UInt, B0>, B1>; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U0ShlU5 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_0_Shr_5() { - type A = UTerm; - type B = UInt, B0>, B1>; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U0ShrU5 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_0_Add_5() { - type A = UTerm; - type B = UInt, B0>, B1>; - type U5 = UInt, B0>, B1>; - - #[allow(non_camel_case_types)] - type U0AddU5 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_0_Mul_5() { - type A = UTerm; - type B = UInt, B0>, B1>; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U0MulU5 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_0_Pow_5() { - type A = UTerm; - type B = UInt, B0>, B1>; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U0PowU5 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_0_Min_5() { - type A = UTerm; - type B = UInt, B0>, B1>; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U0MinU5 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_0_Max_5() { - type A = UTerm; - type B = UInt, B0>, B1>; - type U5 = UInt, B0>, B1>; - - #[allow(non_camel_case_types)] - type U0MaxU5 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_0_Gcd_5() { - type A = UTerm; - type B = UInt, B0>, B1>; - type U5 = UInt, B0>, B1>; - - #[allow(non_camel_case_types)] - type U0GcdU5 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_0_Div_5() { - type A = UTerm; - type B = UInt, B0>, B1>; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U0DivU5 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_0_Rem_5() { - type A = UTerm; - type B = UInt, B0>, B1>; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U0RemU5 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_0_PartialDiv_5() { - type A = UTerm; - type B = UInt, B0>, B1>; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U0PartialDivU5 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_0_Cmp_5() { - type A = UTerm; - type B = UInt, B0>, B1>; - - #[allow(non_camel_case_types)] - type U0CmpU5 = >::Output; - assert_eq!(::to_ordering(), Ordering::Less); -} -#[test] -#[allow(non_snake_case)] -fn test_1_BitAnd_0() { - type A = UInt; - type B = UTerm; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U1BitAndU0 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_1_BitOr_0() { - type A = UInt; - type B = UTerm; - type U1 = UInt; - - #[allow(non_camel_case_types)] - type U1BitOrU0 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_1_BitXor_0() { - type A = UInt; - type B = UTerm; - type U1 = UInt; - - #[allow(non_camel_case_types)] - type U1BitXorU0 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_1_Shl_0() { - type A = UInt; - type B = UTerm; - type U1 = UInt; - - #[allow(non_camel_case_types)] - type U1ShlU0 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_1_Shr_0() { - type A = UInt; - type B = UTerm; - type U1 = UInt; - - #[allow(non_camel_case_types)] - type U1ShrU0 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_1_Add_0() { - type A = UInt; - type B = UTerm; - type U1 = UInt; - - #[allow(non_camel_case_types)] - type U1AddU0 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_1_Mul_0() { - type A = UInt; - type B = UTerm; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U1MulU0 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_1_Pow_0() { - type A = UInt; - type B = UTerm; - type U1 = UInt; - - #[allow(non_camel_case_types)] - type U1PowU0 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_1_Min_0() { - type A = UInt; - type B = UTerm; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U1MinU0 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_1_Max_0() { - type A = UInt; - type B = UTerm; - type U1 = UInt; - - #[allow(non_camel_case_types)] - type U1MaxU0 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_1_Gcd_0() { - type A = UInt; - type B = UTerm; - type U1 = UInt; - - #[allow(non_camel_case_types)] - type U1GcdU0 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_1_Sub_0() { - type A = UInt; - type B = UTerm; - type U1 = UInt; - - #[allow(non_camel_case_types)] - type U1SubU0 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_1_Cmp_0() { - type A = UInt; - type B = UTerm; - - #[allow(non_camel_case_types)] - type U1CmpU0 = >::Output; - assert_eq!(::to_ordering(), Ordering::Greater); -} -#[test] -#[allow(non_snake_case)] -fn test_1_BitAnd_1() { - type A = UInt; - type B = UInt; - type U1 = UInt; - - #[allow(non_camel_case_types)] - type U1BitAndU1 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_1_BitOr_1() { - type A = UInt; - type B = UInt; - type U1 = UInt; - - #[allow(non_camel_case_types)] - type U1BitOrU1 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_1_BitXor_1() { - type A = UInt; - type B = UInt; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U1BitXorU1 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_1_Shl_1() { - type A = UInt; - type B = UInt; - type U2 = UInt, B0>; - - #[allow(non_camel_case_types)] - type U1ShlU1 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_1_Shr_1() { - type A = UInt; - type B = UInt; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U1ShrU1 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_1_Add_1() { - type A = UInt; - type B = UInt; - type U2 = UInt, B0>; - - #[allow(non_camel_case_types)] - type U1AddU1 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_1_Mul_1() { - type A = UInt; - type B = UInt; - type U1 = UInt; - - #[allow(non_camel_case_types)] - type U1MulU1 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_1_Pow_1() { - type A = UInt; - type B = UInt; - type U1 = UInt; - - #[allow(non_camel_case_types)] - type U1PowU1 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_1_Min_1() { - type A = UInt; - type B = UInt; - type U1 = UInt; - - #[allow(non_camel_case_types)] - type U1MinU1 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_1_Max_1() { - type A = UInt; - type B = UInt; - type U1 = UInt; - - #[allow(non_camel_case_types)] - type U1MaxU1 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_1_Gcd_1() { - type A = UInt; - type B = UInt; - type U1 = UInt; - - #[allow(non_camel_case_types)] - type U1GcdU1 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_1_Sub_1() { - type A = UInt; - type B = UInt; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U1SubU1 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_1_Div_1() { - type A = UInt; - type B = UInt; - type U1 = UInt; - - #[allow(non_camel_case_types)] - type U1DivU1 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_1_Rem_1() { - type A = UInt; - type B = UInt; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U1RemU1 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_1_PartialDiv_1() { - type A = UInt; - type B = UInt; - type U1 = UInt; - - #[allow(non_camel_case_types)] - type U1PartialDivU1 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_1_Cmp_1() { - type A = UInt; - type B = UInt; - - #[allow(non_camel_case_types)] - type U1CmpU1 = >::Output; - assert_eq!(::to_ordering(), Ordering::Equal); -} -#[test] -#[allow(non_snake_case)] -fn test_1_BitAnd_2() { - type A = UInt; - type B = UInt, B0>; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U1BitAndU2 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_1_BitOr_2() { - type A = UInt; - type B = UInt, B0>; - type U3 = UInt, B1>; - - #[allow(non_camel_case_types)] - type U1BitOrU2 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_1_BitXor_2() { - type A = UInt; - type B = UInt, B0>; - type U3 = UInt, B1>; - - #[allow(non_camel_case_types)] - type U1BitXorU2 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_1_Shl_2() { - type A = UInt; - type B = UInt, B0>; - type U4 = UInt, B0>, B0>; - - #[allow(non_camel_case_types)] - type U1ShlU2 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_1_Shr_2() { - type A = UInt; - type B = UInt, B0>; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U1ShrU2 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_1_Add_2() { - type A = UInt; - type B = UInt, B0>; - type U3 = UInt, B1>; - - #[allow(non_camel_case_types)] - type U1AddU2 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_1_Mul_2() { - type A = UInt; - type B = UInt, B0>; - type U2 = UInt, B0>; - - #[allow(non_camel_case_types)] - type U1MulU2 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_1_Pow_2() { - type A = UInt; - type B = UInt, B0>; - type U1 = UInt; - - #[allow(non_camel_case_types)] - type U1PowU2 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_1_Min_2() { - type A = UInt; - type B = UInt, B0>; - type U1 = UInt; - - #[allow(non_camel_case_types)] - type U1MinU2 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_1_Max_2() { - type A = UInt; - type B = UInt, B0>; - type U2 = UInt, B0>; - - #[allow(non_camel_case_types)] - type U1MaxU2 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_1_Gcd_2() { - type A = UInt; - type B = UInt, B0>; - type U1 = UInt; - - #[allow(non_camel_case_types)] - type U1GcdU2 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_1_Div_2() { - type A = UInt; - type B = UInt, B0>; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U1DivU2 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_1_Rem_2() { - type A = UInt; - type B = UInt, B0>; - type U1 = UInt; - - #[allow(non_camel_case_types)] - type U1RemU2 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_1_Cmp_2() { - type A = UInt; - type B = UInt, B0>; - - #[allow(non_camel_case_types)] - type U1CmpU2 = >::Output; - assert_eq!(::to_ordering(), Ordering::Less); -} -#[test] -#[allow(non_snake_case)] -fn test_1_BitAnd_3() { - type A = UInt; - type B = UInt, B1>; - type U1 = UInt; - - #[allow(non_camel_case_types)] - type U1BitAndU3 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_1_BitOr_3() { - type A = UInt; - type B = UInt, B1>; - type U3 = UInt, B1>; - - #[allow(non_camel_case_types)] - type U1BitOrU3 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_1_BitXor_3() { - type A = UInt; - type B = UInt, B1>; - type U2 = UInt, B0>; - - #[allow(non_camel_case_types)] - type U1BitXorU3 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_1_Shl_3() { - type A = UInt; - type B = UInt, B1>; - type U8 = UInt, B0>, B0>, B0>; - - #[allow(non_camel_case_types)] - type U1ShlU3 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_1_Shr_3() { - type A = UInt; - type B = UInt, B1>; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U1ShrU3 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_1_Add_3() { - type A = UInt; - type B = UInt, B1>; - type U4 = UInt, B0>, B0>; - - #[allow(non_camel_case_types)] - type U1AddU3 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_1_Mul_3() { - type A = UInt; - type B = UInt, B1>; - type U3 = UInt, B1>; - - #[allow(non_camel_case_types)] - type U1MulU3 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_1_Pow_3() { - type A = UInt; - type B = UInt, B1>; - type U1 = UInt; - - #[allow(non_camel_case_types)] - type U1PowU3 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_1_Min_3() { - type A = UInt; - type B = UInt, B1>; - type U1 = UInt; - - #[allow(non_camel_case_types)] - type U1MinU3 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_1_Max_3() { - type A = UInt; - type B = UInt, B1>; - type U3 = UInt, B1>; - - #[allow(non_camel_case_types)] - type U1MaxU3 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_1_Gcd_3() { - type A = UInt; - type B = UInt, B1>; - type U1 = UInt; - - #[allow(non_camel_case_types)] - type U1GcdU3 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_1_Div_3() { - type A = UInt; - type B = UInt, B1>; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U1DivU3 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_1_Rem_3() { - type A = UInt; - type B = UInt, B1>; - type U1 = UInt; - - #[allow(non_camel_case_types)] - type U1RemU3 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_1_Cmp_3() { - type A = UInt; - type B = UInt, B1>; - - #[allow(non_camel_case_types)] - type U1CmpU3 = >::Output; - assert_eq!(::to_ordering(), Ordering::Less); -} -#[test] -#[allow(non_snake_case)] -fn test_1_BitAnd_4() { - type A = UInt; - type B = UInt, B0>, B0>; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U1BitAndU4 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_1_BitOr_4() { - type A = UInt; - type B = UInt, B0>, B0>; - type U5 = UInt, B0>, B1>; - - #[allow(non_camel_case_types)] - type U1BitOrU4 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_1_BitXor_4() { - type A = UInt; - type B = UInt, B0>, B0>; - type U5 = UInt, B0>, B1>; - - #[allow(non_camel_case_types)] - type U1BitXorU4 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_1_Shl_4() { - type A = UInt; - type B = UInt, B0>, B0>; - type U16 = UInt, B0>, B0>, B0>, B0>; - - #[allow(non_camel_case_types)] - type U1ShlU4 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_1_Shr_4() { - type A = UInt; - type B = UInt, B0>, B0>; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U1ShrU4 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_1_Add_4() { - type A = UInt; - type B = UInt, B0>, B0>; - type U5 = UInt, B0>, B1>; - - #[allow(non_camel_case_types)] - type U1AddU4 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_1_Mul_4() { - type A = UInt; - type B = UInt, B0>, B0>; - type U4 = UInt, B0>, B0>; - - #[allow(non_camel_case_types)] - type U1MulU4 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_1_Pow_4() { - type A = UInt; - type B = UInt, B0>, B0>; - type U1 = UInt; - - #[allow(non_camel_case_types)] - type U1PowU4 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_1_Min_4() { - type A = UInt; - type B = UInt, B0>, B0>; - type U1 = UInt; - - #[allow(non_camel_case_types)] - type U1MinU4 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_1_Max_4() { - type A = UInt; - type B = UInt, B0>, B0>; - type U4 = UInt, B0>, B0>; - - #[allow(non_camel_case_types)] - type U1MaxU4 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_1_Gcd_4() { - type A = UInt; - type B = UInt, B0>, B0>; - type U1 = UInt; - - #[allow(non_camel_case_types)] - type U1GcdU4 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_1_Div_4() { - type A = UInt; - type B = UInt, B0>, B0>; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U1DivU4 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_1_Rem_4() { - type A = UInt; - type B = UInt, B0>, B0>; - type U1 = UInt; - - #[allow(non_camel_case_types)] - type U1RemU4 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_1_Cmp_4() { - type A = UInt; - type B = UInt, B0>, B0>; - - #[allow(non_camel_case_types)] - type U1CmpU4 = >::Output; - assert_eq!(::to_ordering(), Ordering::Less); -} -#[test] -#[allow(non_snake_case)] -fn test_1_BitAnd_5() { - type A = UInt; - type B = UInt, B0>, B1>; - type U1 = UInt; - - #[allow(non_camel_case_types)] - type U1BitAndU5 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_1_BitOr_5() { - type A = UInt; - type B = UInt, B0>, B1>; - type U5 = UInt, B0>, B1>; - - #[allow(non_camel_case_types)] - type U1BitOrU5 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_1_BitXor_5() { - type A = UInt; - type B = UInt, B0>, B1>; - type U4 = UInt, B0>, B0>; - - #[allow(non_camel_case_types)] - type U1BitXorU5 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_1_Shl_5() { - type A = UInt; - type B = UInt, B0>, B1>; - type U32 = UInt, B0>, B0>, B0>, B0>, B0>; - - #[allow(non_camel_case_types)] - type U1ShlU5 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_1_Shr_5() { - type A = UInt; - type B = UInt, B0>, B1>; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U1ShrU5 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_1_Add_5() { - type A = UInt; - type B = UInt, B0>, B1>; - type U6 = UInt, B1>, B0>; - - #[allow(non_camel_case_types)] - type U1AddU5 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_1_Mul_5() { - type A = UInt; - type B = UInt, B0>, B1>; - type U5 = UInt, B0>, B1>; - - #[allow(non_camel_case_types)] - type U1MulU5 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_1_Pow_5() { - type A = UInt; - type B = UInt, B0>, B1>; - type U1 = UInt; - - #[allow(non_camel_case_types)] - type U1PowU5 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_1_Min_5() { - type A = UInt; - type B = UInt, B0>, B1>; - type U1 = UInt; - - #[allow(non_camel_case_types)] - type U1MinU5 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_1_Max_5() { - type A = UInt; - type B = UInt, B0>, B1>; - type U5 = UInt, B0>, B1>; - - #[allow(non_camel_case_types)] - type U1MaxU5 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_1_Gcd_5() { - type A = UInt; - type B = UInt, B0>, B1>; - type U1 = UInt; - - #[allow(non_camel_case_types)] - type U1GcdU5 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_1_Div_5() { - type A = UInt; - type B = UInt, B0>, B1>; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U1DivU5 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_1_Rem_5() { - type A = UInt; - type B = UInt, B0>, B1>; - type U1 = UInt; - - #[allow(non_camel_case_types)] - type U1RemU5 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_1_Cmp_5() { - type A = UInt; - type B = UInt, B0>, B1>; - - #[allow(non_camel_case_types)] - type U1CmpU5 = >::Output; - assert_eq!(::to_ordering(), Ordering::Less); -} -#[test] -#[allow(non_snake_case)] -fn test_2_BitAnd_0() { - type A = UInt, B0>; - type B = UTerm; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U2BitAndU0 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_2_BitOr_0() { - type A = UInt, B0>; - type B = UTerm; - type U2 = UInt, B0>; - - #[allow(non_camel_case_types)] - type U2BitOrU0 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_2_BitXor_0() { - type A = UInt, B0>; - type B = UTerm; - type U2 = UInt, B0>; - - #[allow(non_camel_case_types)] - type U2BitXorU0 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_2_Shl_0() { - type A = UInt, B0>; - type B = UTerm; - type U2 = UInt, B0>; - - #[allow(non_camel_case_types)] - type U2ShlU0 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_2_Shr_0() { - type A = UInt, B0>; - type B = UTerm; - type U2 = UInt, B0>; - - #[allow(non_camel_case_types)] - type U2ShrU0 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_2_Add_0() { - type A = UInt, B0>; - type B = UTerm; - type U2 = UInt, B0>; - - #[allow(non_camel_case_types)] - type U2AddU0 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_2_Mul_0() { - type A = UInt, B0>; - type B = UTerm; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U2MulU0 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_2_Pow_0() { - type A = UInt, B0>; - type B = UTerm; - type U1 = UInt; - - #[allow(non_camel_case_types)] - type U2PowU0 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_2_Min_0() { - type A = UInt, B0>; - type B = UTerm; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U2MinU0 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_2_Max_0() { - type A = UInt, B0>; - type B = UTerm; - type U2 = UInt, B0>; - - #[allow(non_camel_case_types)] - type U2MaxU0 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_2_Gcd_0() { - type A = UInt, B0>; - type B = UTerm; - type U2 = UInt, B0>; - - #[allow(non_camel_case_types)] - type U2GcdU0 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_2_Sub_0() { - type A = UInt, B0>; - type B = UTerm; - type U2 = UInt, B0>; - - #[allow(non_camel_case_types)] - type U2SubU0 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_2_Cmp_0() { - type A = UInt, B0>; - type B = UTerm; - - #[allow(non_camel_case_types)] - type U2CmpU0 = >::Output; - assert_eq!(::to_ordering(), Ordering::Greater); -} -#[test] -#[allow(non_snake_case)] -fn test_2_BitAnd_1() { - type A = UInt, B0>; - type B = UInt; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U2BitAndU1 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_2_BitOr_1() { - type A = UInt, B0>; - type B = UInt; - type U3 = UInt, B1>; - - #[allow(non_camel_case_types)] - type U2BitOrU1 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_2_BitXor_1() { - type A = UInt, B0>; - type B = UInt; - type U3 = UInt, B1>; - - #[allow(non_camel_case_types)] - type U2BitXorU1 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_2_Shl_1() { - type A = UInt, B0>; - type B = UInt; - type U4 = UInt, B0>, B0>; - - #[allow(non_camel_case_types)] - type U2ShlU1 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_2_Shr_1() { - type A = UInt, B0>; - type B = UInt; - type U1 = UInt; - - #[allow(non_camel_case_types)] - type U2ShrU1 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_2_Add_1() { - type A = UInt, B0>; - type B = UInt; - type U3 = UInt, B1>; - - #[allow(non_camel_case_types)] - type U2AddU1 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_2_Mul_1() { - type A = UInt, B0>; - type B = UInt; - type U2 = UInt, B0>; - - #[allow(non_camel_case_types)] - type U2MulU1 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_2_Pow_1() { - type A = UInt, B0>; - type B = UInt; - type U2 = UInt, B0>; - - #[allow(non_camel_case_types)] - type U2PowU1 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_2_Min_1() { - type A = UInt, B0>; - type B = UInt; - type U1 = UInt; - - #[allow(non_camel_case_types)] - type U2MinU1 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_2_Max_1() { - type A = UInt, B0>; - type B = UInt; - type U2 = UInt, B0>; - - #[allow(non_camel_case_types)] - type U2MaxU1 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_2_Gcd_1() { - type A = UInt, B0>; - type B = UInt; - type U1 = UInt; - - #[allow(non_camel_case_types)] - type U2GcdU1 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_2_Sub_1() { - type A = UInt, B0>; - type B = UInt; - type U1 = UInt; - - #[allow(non_camel_case_types)] - type U2SubU1 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_2_Div_1() { - type A = UInt, B0>; - type B = UInt; - type U2 = UInt, B0>; - - #[allow(non_camel_case_types)] - type U2DivU1 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_2_Rem_1() { - type A = UInt, B0>; - type B = UInt; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U2RemU1 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_2_PartialDiv_1() { - type A = UInt, B0>; - type B = UInt; - type U2 = UInt, B0>; - - #[allow(non_camel_case_types)] - type U2PartialDivU1 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_2_Cmp_1() { - type A = UInt, B0>; - type B = UInt; - - #[allow(non_camel_case_types)] - type U2CmpU1 = >::Output; - assert_eq!(::to_ordering(), Ordering::Greater); -} -#[test] -#[allow(non_snake_case)] -fn test_2_BitAnd_2() { - type A = UInt, B0>; - type B = UInt, B0>; - type U2 = UInt, B0>; - - #[allow(non_camel_case_types)] - type U2BitAndU2 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_2_BitOr_2() { - type A = UInt, B0>; - type B = UInt, B0>; - type U2 = UInt, B0>; - - #[allow(non_camel_case_types)] - type U2BitOrU2 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_2_BitXor_2() { - type A = UInt, B0>; - type B = UInt, B0>; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U2BitXorU2 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_2_Shl_2() { - type A = UInt, B0>; - type B = UInt, B0>; - type U8 = UInt, B0>, B0>, B0>; - - #[allow(non_camel_case_types)] - type U2ShlU2 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_2_Shr_2() { - type A = UInt, B0>; - type B = UInt, B0>; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U2ShrU2 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_2_Add_2() { - type A = UInt, B0>; - type B = UInt, B0>; - type U4 = UInt, B0>, B0>; - - #[allow(non_camel_case_types)] - type U2AddU2 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_2_Mul_2() { - type A = UInt, B0>; - type B = UInt, B0>; - type U4 = UInt, B0>, B0>; - - #[allow(non_camel_case_types)] - type U2MulU2 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_2_Pow_2() { - type A = UInt, B0>; - type B = UInt, B0>; - type U4 = UInt, B0>, B0>; - - #[allow(non_camel_case_types)] - type U2PowU2 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_2_Min_2() { - type A = UInt, B0>; - type B = UInt, B0>; - type U2 = UInt, B0>; - - #[allow(non_camel_case_types)] - type U2MinU2 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_2_Max_2() { - type A = UInt, B0>; - type B = UInt, B0>; - type U2 = UInt, B0>; - - #[allow(non_camel_case_types)] - type U2MaxU2 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_2_Gcd_2() { - type A = UInt, B0>; - type B = UInt, B0>; - type U2 = UInt, B0>; - - #[allow(non_camel_case_types)] - type U2GcdU2 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_2_Sub_2() { - type A = UInt, B0>; - type B = UInt, B0>; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U2SubU2 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_2_Div_2() { - type A = UInt, B0>; - type B = UInt, B0>; - type U1 = UInt; - - #[allow(non_camel_case_types)] - type U2DivU2 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_2_Rem_2() { - type A = UInt, B0>; - type B = UInt, B0>; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U2RemU2 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_2_PartialDiv_2() { - type A = UInt, B0>; - type B = UInt, B0>; - type U1 = UInt; - - #[allow(non_camel_case_types)] - type U2PartialDivU2 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_2_Cmp_2() { - type A = UInt, B0>; - type B = UInt, B0>; - - #[allow(non_camel_case_types)] - type U2CmpU2 = >::Output; - assert_eq!(::to_ordering(), Ordering::Equal); -} -#[test] -#[allow(non_snake_case)] -fn test_2_BitAnd_3() { - type A = UInt, B0>; - type B = UInt, B1>; - type U2 = UInt, B0>; - - #[allow(non_camel_case_types)] - type U2BitAndU3 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_2_BitOr_3() { - type A = UInt, B0>; - type B = UInt, B1>; - type U3 = UInt, B1>; - - #[allow(non_camel_case_types)] - type U2BitOrU3 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_2_BitXor_3() { - type A = UInt, B0>; - type B = UInt, B1>; - type U1 = UInt; - - #[allow(non_camel_case_types)] - type U2BitXorU3 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_2_Shl_3() { - type A = UInt, B0>; - type B = UInt, B1>; - type U16 = UInt, B0>, B0>, B0>, B0>; - - #[allow(non_camel_case_types)] - type U2ShlU3 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_2_Shr_3() { - type A = UInt, B0>; - type B = UInt, B1>; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U2ShrU3 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_2_Add_3() { - type A = UInt, B0>; - type B = UInt, B1>; - type U5 = UInt, B0>, B1>; - - #[allow(non_camel_case_types)] - type U2AddU3 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_2_Mul_3() { - type A = UInt, B0>; - type B = UInt, B1>; - type U6 = UInt, B1>, B0>; - - #[allow(non_camel_case_types)] - type U2MulU3 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_2_Pow_3() { - type A = UInt, B0>; - type B = UInt, B1>; - type U8 = UInt, B0>, B0>, B0>; - - #[allow(non_camel_case_types)] - type U2PowU3 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_2_Min_3() { - type A = UInt, B0>; - type B = UInt, B1>; - type U2 = UInt, B0>; - - #[allow(non_camel_case_types)] - type U2MinU3 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_2_Max_3() { - type A = UInt, B0>; - type B = UInt, B1>; - type U3 = UInt, B1>; - - #[allow(non_camel_case_types)] - type U2MaxU3 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_2_Gcd_3() { - type A = UInt, B0>; - type B = UInt, B1>; - type U1 = UInt; - - #[allow(non_camel_case_types)] - type U2GcdU3 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_2_Div_3() { - type A = UInt, B0>; - type B = UInt, B1>; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U2DivU3 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_2_Rem_3() { - type A = UInt, B0>; - type B = UInt, B1>; - type U2 = UInt, B0>; - - #[allow(non_camel_case_types)] - type U2RemU3 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_2_Cmp_3() { - type A = UInt, B0>; - type B = UInt, B1>; - - #[allow(non_camel_case_types)] - type U2CmpU3 = >::Output; - assert_eq!(::to_ordering(), Ordering::Less); -} -#[test] -#[allow(non_snake_case)] -fn test_2_BitAnd_4() { - type A = UInt, B0>; - type B = UInt, B0>, B0>; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U2BitAndU4 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_2_BitOr_4() { - type A = UInt, B0>; - type B = UInt, B0>, B0>; - type U6 = UInt, B1>, B0>; - - #[allow(non_camel_case_types)] - type U2BitOrU4 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_2_BitXor_4() { - type A = UInt, B0>; - type B = UInt, B0>, B0>; - type U6 = UInt, B1>, B0>; - - #[allow(non_camel_case_types)] - type U2BitXorU4 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_2_Shl_4() { - type A = UInt, B0>; - type B = UInt, B0>, B0>; - type U32 = UInt, B0>, B0>, B0>, B0>, B0>; - - #[allow(non_camel_case_types)] - type U2ShlU4 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_2_Shr_4() { - type A = UInt, B0>; - type B = UInt, B0>, B0>; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U2ShrU4 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_2_Add_4() { - type A = UInt, B0>; - type B = UInt, B0>, B0>; - type U6 = UInt, B1>, B0>; - - #[allow(non_camel_case_types)] - type U2AddU4 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_2_Mul_4() { - type A = UInt, B0>; - type B = UInt, B0>, B0>; - type U8 = UInt, B0>, B0>, B0>; - - #[allow(non_camel_case_types)] - type U2MulU4 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_2_Pow_4() { - type A = UInt, B0>; - type B = UInt, B0>, B0>; - type U16 = UInt, B0>, B0>, B0>, B0>; - - #[allow(non_camel_case_types)] - type U2PowU4 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_2_Min_4() { - type A = UInt, B0>; - type B = UInt, B0>, B0>; - type U2 = UInt, B0>; - - #[allow(non_camel_case_types)] - type U2MinU4 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_2_Max_4() { - type A = UInt, B0>; - type B = UInt, B0>, B0>; - type U4 = UInt, B0>, B0>; - - #[allow(non_camel_case_types)] - type U2MaxU4 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_2_Gcd_4() { - type A = UInt, B0>; - type B = UInt, B0>, B0>; - type U2 = UInt, B0>; - - #[allow(non_camel_case_types)] - type U2GcdU4 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_2_Div_4() { - type A = UInt, B0>; - type B = UInt, B0>, B0>; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U2DivU4 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_2_Rem_4() { - type A = UInt, B0>; - type B = UInt, B0>, B0>; - type U2 = UInt, B0>; - - #[allow(non_camel_case_types)] - type U2RemU4 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_2_Cmp_4() { - type A = UInt, B0>; - type B = UInt, B0>, B0>; - - #[allow(non_camel_case_types)] - type U2CmpU4 = >::Output; - assert_eq!(::to_ordering(), Ordering::Less); -} -#[test] -#[allow(non_snake_case)] -fn test_2_BitAnd_5() { - type A = UInt, B0>; - type B = UInt, B0>, B1>; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U2BitAndU5 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_2_BitOr_5() { - type A = UInt, B0>; - type B = UInt, B0>, B1>; - type U7 = UInt, B1>, B1>; - - #[allow(non_camel_case_types)] - type U2BitOrU5 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_2_BitXor_5() { - type A = UInt, B0>; - type B = UInt, B0>, B1>; - type U7 = UInt, B1>, B1>; - - #[allow(non_camel_case_types)] - type U2BitXorU5 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_2_Shl_5() { - type A = UInt, B0>; - type B = UInt, B0>, B1>; - type U64 = UInt, B0>, B0>, B0>, B0>, B0>, B0>; - - #[allow(non_camel_case_types)] - type U2ShlU5 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_2_Shr_5() { - type A = UInt, B0>; - type B = UInt, B0>, B1>; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U2ShrU5 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_2_Add_5() { - type A = UInt, B0>; - type B = UInt, B0>, B1>; - type U7 = UInt, B1>, B1>; - - #[allow(non_camel_case_types)] - type U2AddU5 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_2_Mul_5() { - type A = UInt, B0>; - type B = UInt, B0>, B1>; - type U10 = UInt, B0>, B1>, B0>; - - #[allow(non_camel_case_types)] - type U2MulU5 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_2_Pow_5() { - type A = UInt, B0>; - type B = UInt, B0>, B1>; - type U32 = UInt, B0>, B0>, B0>, B0>, B0>; - - #[allow(non_camel_case_types)] - type U2PowU5 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_2_Min_5() { - type A = UInt, B0>; - type B = UInt, B0>, B1>; - type U2 = UInt, B0>; - - #[allow(non_camel_case_types)] - type U2MinU5 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_2_Max_5() { - type A = UInt, B0>; - type B = UInt, B0>, B1>; - type U5 = UInt, B0>, B1>; - - #[allow(non_camel_case_types)] - type U2MaxU5 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_2_Gcd_5() { - type A = UInt, B0>; - type B = UInt, B0>, B1>; - type U1 = UInt; - - #[allow(non_camel_case_types)] - type U2GcdU5 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_2_Div_5() { - type A = UInt, B0>; - type B = UInt, B0>, B1>; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U2DivU5 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_2_Rem_5() { - type A = UInt, B0>; - type B = UInt, B0>, B1>; - type U2 = UInt, B0>; - - #[allow(non_camel_case_types)] - type U2RemU5 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_2_Cmp_5() { - type A = UInt, B0>; - type B = UInt, B0>, B1>; - - #[allow(non_camel_case_types)] - type U2CmpU5 = >::Output; - assert_eq!(::to_ordering(), Ordering::Less); -} -#[test] -#[allow(non_snake_case)] -fn test_3_BitAnd_0() { - type A = UInt, B1>; - type B = UTerm; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U3BitAndU0 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_3_BitOr_0() { - type A = UInt, B1>; - type B = UTerm; - type U3 = UInt, B1>; - - #[allow(non_camel_case_types)] - type U3BitOrU0 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_3_BitXor_0() { - type A = UInt, B1>; - type B = UTerm; - type U3 = UInt, B1>; - - #[allow(non_camel_case_types)] - type U3BitXorU0 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_3_Shl_0() { - type A = UInt, B1>; - type B = UTerm; - type U3 = UInt, B1>; - - #[allow(non_camel_case_types)] - type U3ShlU0 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_3_Shr_0() { - type A = UInt, B1>; - type B = UTerm; - type U3 = UInt, B1>; - - #[allow(non_camel_case_types)] - type U3ShrU0 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_3_Add_0() { - type A = UInt, B1>; - type B = UTerm; - type U3 = UInt, B1>; - - #[allow(non_camel_case_types)] - type U3AddU0 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_3_Mul_0() { - type A = UInt, B1>; - type B = UTerm; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U3MulU0 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_3_Pow_0() { - type A = UInt, B1>; - type B = UTerm; - type U1 = UInt; - - #[allow(non_camel_case_types)] - type U3PowU0 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_3_Min_0() { - type A = UInt, B1>; - type B = UTerm; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U3MinU0 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_3_Max_0() { - type A = UInt, B1>; - type B = UTerm; - type U3 = UInt, B1>; - - #[allow(non_camel_case_types)] - type U3MaxU0 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_3_Gcd_0() { - type A = UInt, B1>; - type B = UTerm; - type U3 = UInt, B1>; - - #[allow(non_camel_case_types)] - type U3GcdU0 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_3_Sub_0() { - type A = UInt, B1>; - type B = UTerm; - type U3 = UInt, B1>; - - #[allow(non_camel_case_types)] - type U3SubU0 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_3_Cmp_0() { - type A = UInt, B1>; - type B = UTerm; - - #[allow(non_camel_case_types)] - type U3CmpU0 = >::Output; - assert_eq!(::to_ordering(), Ordering::Greater); -} -#[test] -#[allow(non_snake_case)] -fn test_3_BitAnd_1() { - type A = UInt, B1>; - type B = UInt; - type U1 = UInt; - - #[allow(non_camel_case_types)] - type U3BitAndU1 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_3_BitOr_1() { - type A = UInt, B1>; - type B = UInt; - type U3 = UInt, B1>; - - #[allow(non_camel_case_types)] - type U3BitOrU1 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_3_BitXor_1() { - type A = UInt, B1>; - type B = UInt; - type U2 = UInt, B0>; - - #[allow(non_camel_case_types)] - type U3BitXorU1 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_3_Shl_1() { - type A = UInt, B1>; - type B = UInt; - type U6 = UInt, B1>, B0>; - - #[allow(non_camel_case_types)] - type U3ShlU1 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_3_Shr_1() { - type A = UInt, B1>; - type B = UInt; - type U1 = UInt; - - #[allow(non_camel_case_types)] - type U3ShrU1 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_3_Add_1() { - type A = UInt, B1>; - type B = UInt; - type U4 = UInt, B0>, B0>; - - #[allow(non_camel_case_types)] - type U3AddU1 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_3_Mul_1() { - type A = UInt, B1>; - type B = UInt; - type U3 = UInt, B1>; - - #[allow(non_camel_case_types)] - type U3MulU1 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_3_Pow_1() { - type A = UInt, B1>; - type B = UInt; - type U3 = UInt, B1>; - - #[allow(non_camel_case_types)] - type U3PowU1 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_3_Min_1() { - type A = UInt, B1>; - type B = UInt; - type U1 = UInt; - - #[allow(non_camel_case_types)] - type U3MinU1 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_3_Max_1() { - type A = UInt, B1>; - type B = UInt; - type U3 = UInt, B1>; - - #[allow(non_camel_case_types)] - type U3MaxU1 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_3_Gcd_1() { - type A = UInt, B1>; - type B = UInt; - type U1 = UInt; - - #[allow(non_camel_case_types)] - type U3GcdU1 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_3_Sub_1() { - type A = UInt, B1>; - type B = UInt; - type U2 = UInt, B0>; - - #[allow(non_camel_case_types)] - type U3SubU1 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_3_Div_1() { - type A = UInt, B1>; - type B = UInt; - type U3 = UInt, B1>; - - #[allow(non_camel_case_types)] - type U3DivU1 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_3_Rem_1() { - type A = UInt, B1>; - type B = UInt; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U3RemU1 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_3_PartialDiv_1() { - type A = UInt, B1>; - type B = UInt; - type U3 = UInt, B1>; - - #[allow(non_camel_case_types)] - type U3PartialDivU1 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_3_Cmp_1() { - type A = UInt, B1>; - type B = UInt; - - #[allow(non_camel_case_types)] - type U3CmpU1 = >::Output; - assert_eq!(::to_ordering(), Ordering::Greater); -} -#[test] -#[allow(non_snake_case)] -fn test_3_BitAnd_2() { - type A = UInt, B1>; - type B = UInt, B0>; - type U2 = UInt, B0>; - - #[allow(non_camel_case_types)] - type U3BitAndU2 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_3_BitOr_2() { - type A = UInt, B1>; - type B = UInt, B0>; - type U3 = UInt, B1>; - - #[allow(non_camel_case_types)] - type U3BitOrU2 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_3_BitXor_2() { - type A = UInt, B1>; - type B = UInt, B0>; - type U1 = UInt; - - #[allow(non_camel_case_types)] - type U3BitXorU2 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_3_Shl_2() { - type A = UInt, B1>; - type B = UInt, B0>; - type U12 = UInt, B1>, B0>, B0>; - - #[allow(non_camel_case_types)] - type U3ShlU2 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_3_Shr_2() { - type A = UInt, B1>; - type B = UInt, B0>; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U3ShrU2 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_3_Add_2() { - type A = UInt, B1>; - type B = UInt, B0>; - type U5 = UInt, B0>, B1>; - - #[allow(non_camel_case_types)] - type U3AddU2 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_3_Mul_2() { - type A = UInt, B1>; - type B = UInt, B0>; - type U6 = UInt, B1>, B0>; - - #[allow(non_camel_case_types)] - type U3MulU2 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_3_Pow_2() { - type A = UInt, B1>; - type B = UInt, B0>; - type U9 = UInt, B0>, B0>, B1>; - - #[allow(non_camel_case_types)] - type U3PowU2 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_3_Min_2() { - type A = UInt, B1>; - type B = UInt, B0>; - type U2 = UInt, B0>; - - #[allow(non_camel_case_types)] - type U3MinU2 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_3_Max_2() { - type A = UInt, B1>; - type B = UInt, B0>; - type U3 = UInt, B1>; - - #[allow(non_camel_case_types)] - type U3MaxU2 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_3_Gcd_2() { - type A = UInt, B1>; - type B = UInt, B0>; - type U1 = UInt; - - #[allow(non_camel_case_types)] - type U3GcdU2 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_3_Sub_2() { - type A = UInt, B1>; - type B = UInt, B0>; - type U1 = UInt; - - #[allow(non_camel_case_types)] - type U3SubU2 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_3_Div_2() { - type A = UInt, B1>; - type B = UInt, B0>; - type U1 = UInt; - - #[allow(non_camel_case_types)] - type U3DivU2 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_3_Rem_2() { - type A = UInt, B1>; - type B = UInt, B0>; - type U1 = UInt; - - #[allow(non_camel_case_types)] - type U3RemU2 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_3_Cmp_2() { - type A = UInt, B1>; - type B = UInt, B0>; - - #[allow(non_camel_case_types)] - type U3CmpU2 = >::Output; - assert_eq!(::to_ordering(), Ordering::Greater); -} -#[test] -#[allow(non_snake_case)] -fn test_3_BitAnd_3() { - type A = UInt, B1>; - type B = UInt, B1>; - type U3 = UInt, B1>; - - #[allow(non_camel_case_types)] - type U3BitAndU3 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_3_BitOr_3() { - type A = UInt, B1>; - type B = UInt, B1>; - type U3 = UInt, B1>; - - #[allow(non_camel_case_types)] - type U3BitOrU3 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_3_BitXor_3() { - type A = UInt, B1>; - type B = UInt, B1>; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U3BitXorU3 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_3_Shl_3() { - type A = UInt, B1>; - type B = UInt, B1>; - type U24 = UInt, B1>, B0>, B0>, B0>; - - #[allow(non_camel_case_types)] - type U3ShlU3 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_3_Shr_3() { - type A = UInt, B1>; - type B = UInt, B1>; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U3ShrU3 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_3_Add_3() { - type A = UInt, B1>; - type B = UInt, B1>; - type U6 = UInt, B1>, B0>; - - #[allow(non_camel_case_types)] - type U3AddU3 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_3_Mul_3() { - type A = UInt, B1>; - type B = UInt, B1>; - type U9 = UInt, B0>, B0>, B1>; - - #[allow(non_camel_case_types)] - type U3MulU3 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_3_Pow_3() { - type A = UInt, B1>; - type B = UInt, B1>; - type U27 = UInt, B1>, B0>, B1>, B1>; - - #[allow(non_camel_case_types)] - type U3PowU3 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_3_Min_3() { - type A = UInt, B1>; - type B = UInt, B1>; - type U3 = UInt, B1>; - - #[allow(non_camel_case_types)] - type U3MinU3 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_3_Max_3() { - type A = UInt, B1>; - type B = UInt, B1>; - type U3 = UInt, B1>; - - #[allow(non_camel_case_types)] - type U3MaxU3 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_3_Gcd_3() { - type A = UInt, B1>; - type B = UInt, B1>; - type U3 = UInt, B1>; - - #[allow(non_camel_case_types)] - type U3GcdU3 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_3_Sub_3() { - type A = UInt, B1>; - type B = UInt, B1>; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U3SubU3 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_3_Div_3() { - type A = UInt, B1>; - type B = UInt, B1>; - type U1 = UInt; - - #[allow(non_camel_case_types)] - type U3DivU3 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_3_Rem_3() { - type A = UInt, B1>; - type B = UInt, B1>; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U3RemU3 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_3_PartialDiv_3() { - type A = UInt, B1>; - type B = UInt, B1>; - type U1 = UInt; - - #[allow(non_camel_case_types)] - type U3PartialDivU3 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_3_Cmp_3() { - type A = UInt, B1>; - type B = UInt, B1>; - - #[allow(non_camel_case_types)] - type U3CmpU3 = >::Output; - assert_eq!(::to_ordering(), Ordering::Equal); -} -#[test] -#[allow(non_snake_case)] -fn test_3_BitAnd_4() { - type A = UInt, B1>; - type B = UInt, B0>, B0>; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U3BitAndU4 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_3_BitOr_4() { - type A = UInt, B1>; - type B = UInt, B0>, B0>; - type U7 = UInt, B1>, B1>; - - #[allow(non_camel_case_types)] - type U3BitOrU4 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_3_BitXor_4() { - type A = UInt, B1>; - type B = UInt, B0>, B0>; - type U7 = UInt, B1>, B1>; - - #[allow(non_camel_case_types)] - type U3BitXorU4 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_3_Shl_4() { - type A = UInt, B1>; - type B = UInt, B0>, B0>; - type U48 = UInt, B1>, B0>, B0>, B0>, B0>; - - #[allow(non_camel_case_types)] - type U3ShlU4 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_3_Shr_4() { - type A = UInt, B1>; - type B = UInt, B0>, B0>; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U3ShrU4 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_3_Add_4() { - type A = UInt, B1>; - type B = UInt, B0>, B0>; - type U7 = UInt, B1>, B1>; - - #[allow(non_camel_case_types)] - type U3AddU4 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_3_Mul_4() { - type A = UInt, B1>; - type B = UInt, B0>, B0>; - type U12 = UInt, B1>, B0>, B0>; - - #[allow(non_camel_case_types)] - type U3MulU4 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_3_Pow_4() { - type A = UInt, B1>; - type B = UInt, B0>, B0>; - type U81 = UInt, B0>, B1>, B0>, B0>, B0>, B1>; - - #[allow(non_camel_case_types)] - type U3PowU4 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_3_Min_4() { - type A = UInt, B1>; - type B = UInt, B0>, B0>; - type U3 = UInt, B1>; - - #[allow(non_camel_case_types)] - type U3MinU4 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_3_Max_4() { - type A = UInt, B1>; - type B = UInt, B0>, B0>; - type U4 = UInt, B0>, B0>; - - #[allow(non_camel_case_types)] - type U3MaxU4 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_3_Gcd_4() { - type A = UInt, B1>; - type B = UInt, B0>, B0>; - type U1 = UInt; - - #[allow(non_camel_case_types)] - type U3GcdU4 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_3_Div_4() { - type A = UInt, B1>; - type B = UInt, B0>, B0>; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U3DivU4 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_3_Rem_4() { - type A = UInt, B1>; - type B = UInt, B0>, B0>; - type U3 = UInt, B1>; - - #[allow(non_camel_case_types)] - type U3RemU4 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_3_Cmp_4() { - type A = UInt, B1>; - type B = UInt, B0>, B0>; - - #[allow(non_camel_case_types)] - type U3CmpU4 = >::Output; - assert_eq!(::to_ordering(), Ordering::Less); -} -#[test] -#[allow(non_snake_case)] -fn test_3_BitAnd_5() { - type A = UInt, B1>; - type B = UInt, B0>, B1>; - type U1 = UInt; - - #[allow(non_camel_case_types)] - type U3BitAndU5 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_3_BitOr_5() { - type A = UInt, B1>; - type B = UInt, B0>, B1>; - type U7 = UInt, B1>, B1>; - - #[allow(non_camel_case_types)] - type U3BitOrU5 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_3_BitXor_5() { - type A = UInt, B1>; - type B = UInt, B0>, B1>; - type U6 = UInt, B1>, B0>; - - #[allow(non_camel_case_types)] - type U3BitXorU5 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_3_Shl_5() { - type A = UInt, B1>; - type B = UInt, B0>, B1>; - type U96 = UInt, B1>, B0>, B0>, B0>, B0>, B0>; - - #[allow(non_camel_case_types)] - type U3ShlU5 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_3_Shr_5() { - type A = UInt, B1>; - type B = UInt, B0>, B1>; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U3ShrU5 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_3_Add_5() { - type A = UInt, B1>; - type B = UInt, B0>, B1>; - type U8 = UInt, B0>, B0>, B0>; - - #[allow(non_camel_case_types)] - type U3AddU5 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_3_Mul_5() { - type A = UInt, B1>; - type B = UInt, B0>, B1>; - type U15 = UInt, B1>, B1>, B1>; - - #[allow(non_camel_case_types)] - type U3MulU5 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_3_Pow_5() { - type A = UInt, B1>; - type B = UInt, B0>, B1>; - type U243 = UInt, B1>, B1>, B1>, B0>, B0>, B1>, B1>; - - #[allow(non_camel_case_types)] - type U3PowU5 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_3_Min_5() { - type A = UInt, B1>; - type B = UInt, B0>, B1>; - type U3 = UInt, B1>; - - #[allow(non_camel_case_types)] - type U3MinU5 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_3_Max_5() { - type A = UInt, B1>; - type B = UInt, B0>, B1>; - type U5 = UInt, B0>, B1>; - - #[allow(non_camel_case_types)] - type U3MaxU5 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_3_Gcd_5() { - type A = UInt, B1>; - type B = UInt, B0>, B1>; - type U1 = UInt; - - #[allow(non_camel_case_types)] - type U3GcdU5 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_3_Div_5() { - type A = UInt, B1>; - type B = UInt, B0>, B1>; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U3DivU5 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_3_Rem_5() { - type A = UInt, B1>; - type B = UInt, B0>, B1>; - type U3 = UInt, B1>; - - #[allow(non_camel_case_types)] - type U3RemU5 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_3_Cmp_5() { - type A = UInt, B1>; - type B = UInt, B0>, B1>; - - #[allow(non_camel_case_types)] - type U3CmpU5 = >::Output; - assert_eq!(::to_ordering(), Ordering::Less); -} -#[test] -#[allow(non_snake_case)] -fn test_4_BitAnd_0() { - type A = UInt, B0>, B0>; - type B = UTerm; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U4BitAndU0 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_4_BitOr_0() { - type A = UInt, B0>, B0>; - type B = UTerm; - type U4 = UInt, B0>, B0>; - - #[allow(non_camel_case_types)] - type U4BitOrU0 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_4_BitXor_0() { - type A = UInt, B0>, B0>; - type B = UTerm; - type U4 = UInt, B0>, B0>; - - #[allow(non_camel_case_types)] - type U4BitXorU0 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_4_Shl_0() { - type A = UInt, B0>, B0>; - type B = UTerm; - type U4 = UInt, B0>, B0>; - - #[allow(non_camel_case_types)] - type U4ShlU0 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_4_Shr_0() { - type A = UInt, B0>, B0>; - type B = UTerm; - type U4 = UInt, B0>, B0>; - - #[allow(non_camel_case_types)] - type U4ShrU0 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_4_Add_0() { - type A = UInt, B0>, B0>; - type B = UTerm; - type U4 = UInt, B0>, B0>; - - #[allow(non_camel_case_types)] - type U4AddU0 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_4_Mul_0() { - type A = UInt, B0>, B0>; - type B = UTerm; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U4MulU0 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_4_Pow_0() { - type A = UInt, B0>, B0>; - type B = UTerm; - type U1 = UInt; - - #[allow(non_camel_case_types)] - type U4PowU0 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_4_Min_0() { - type A = UInt, B0>, B0>; - type B = UTerm; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U4MinU0 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_4_Max_0() { - type A = UInt, B0>, B0>; - type B = UTerm; - type U4 = UInt, B0>, B0>; - - #[allow(non_camel_case_types)] - type U4MaxU0 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_4_Gcd_0() { - type A = UInt, B0>, B0>; - type B = UTerm; - type U4 = UInt, B0>, B0>; - - #[allow(non_camel_case_types)] - type U4GcdU0 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_4_Sub_0() { - type A = UInt, B0>, B0>; - type B = UTerm; - type U4 = UInt, B0>, B0>; - - #[allow(non_camel_case_types)] - type U4SubU0 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_4_Cmp_0() { - type A = UInt, B0>, B0>; - type B = UTerm; - - #[allow(non_camel_case_types)] - type U4CmpU0 = >::Output; - assert_eq!(::to_ordering(), Ordering::Greater); -} -#[test] -#[allow(non_snake_case)] -fn test_4_BitAnd_1() { - type A = UInt, B0>, B0>; - type B = UInt; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U4BitAndU1 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_4_BitOr_1() { - type A = UInt, B0>, B0>; - type B = UInt; - type U5 = UInt, B0>, B1>; - - #[allow(non_camel_case_types)] - type U4BitOrU1 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_4_BitXor_1() { - type A = UInt, B0>, B0>; - type B = UInt; - type U5 = UInt, B0>, B1>; - - #[allow(non_camel_case_types)] - type U4BitXorU1 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_4_Shl_1() { - type A = UInt, B0>, B0>; - type B = UInt; - type U8 = UInt, B0>, B0>, B0>; - - #[allow(non_camel_case_types)] - type U4ShlU1 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_4_Shr_1() { - type A = UInt, B0>, B0>; - type B = UInt; - type U2 = UInt, B0>; - - #[allow(non_camel_case_types)] - type U4ShrU1 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_4_Add_1() { - type A = UInt, B0>, B0>; - type B = UInt; - type U5 = UInt, B0>, B1>; - - #[allow(non_camel_case_types)] - type U4AddU1 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_4_Mul_1() { - type A = UInt, B0>, B0>; - type B = UInt; - type U4 = UInt, B0>, B0>; - - #[allow(non_camel_case_types)] - type U4MulU1 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_4_Pow_1() { - type A = UInt, B0>, B0>; - type B = UInt; - type U4 = UInt, B0>, B0>; - - #[allow(non_camel_case_types)] - type U4PowU1 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_4_Min_1() { - type A = UInt, B0>, B0>; - type B = UInt; - type U1 = UInt; - - #[allow(non_camel_case_types)] - type U4MinU1 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_4_Max_1() { - type A = UInt, B0>, B0>; - type B = UInt; - type U4 = UInt, B0>, B0>; - - #[allow(non_camel_case_types)] - type U4MaxU1 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_4_Gcd_1() { - type A = UInt, B0>, B0>; - type B = UInt; - type U1 = UInt; - - #[allow(non_camel_case_types)] - type U4GcdU1 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_4_Sub_1() { - type A = UInt, B0>, B0>; - type B = UInt; - type U3 = UInt, B1>; - - #[allow(non_camel_case_types)] - type U4SubU1 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_4_Div_1() { - type A = UInt, B0>, B0>; - type B = UInt; - type U4 = UInt, B0>, B0>; - - #[allow(non_camel_case_types)] - type U4DivU1 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_4_Rem_1() { - type A = UInt, B0>, B0>; - type B = UInt; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U4RemU1 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_4_PartialDiv_1() { - type A = UInt, B0>, B0>; - type B = UInt; - type U4 = UInt, B0>, B0>; - - #[allow(non_camel_case_types)] - type U4PartialDivU1 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_4_Cmp_1() { - type A = UInt, B0>, B0>; - type B = UInt; - - #[allow(non_camel_case_types)] - type U4CmpU1 = >::Output; - assert_eq!(::to_ordering(), Ordering::Greater); -} -#[test] -#[allow(non_snake_case)] -fn test_4_BitAnd_2() { - type A = UInt, B0>, B0>; - type B = UInt, B0>; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U4BitAndU2 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_4_BitOr_2() { - type A = UInt, B0>, B0>; - type B = UInt, B0>; - type U6 = UInt, B1>, B0>; - - #[allow(non_camel_case_types)] - type U4BitOrU2 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_4_BitXor_2() { - type A = UInt, B0>, B0>; - type B = UInt, B0>; - type U6 = UInt, B1>, B0>; - - #[allow(non_camel_case_types)] - type U4BitXorU2 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_4_Shl_2() { - type A = UInt, B0>, B0>; - type B = UInt, B0>; - type U16 = UInt, B0>, B0>, B0>, B0>; - - #[allow(non_camel_case_types)] - type U4ShlU2 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_4_Shr_2() { - type A = UInt, B0>, B0>; - type B = UInt, B0>; - type U1 = UInt; - - #[allow(non_camel_case_types)] - type U4ShrU2 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_4_Add_2() { - type A = UInt, B0>, B0>; - type B = UInt, B0>; - type U6 = UInt, B1>, B0>; - - #[allow(non_camel_case_types)] - type U4AddU2 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_4_Mul_2() { - type A = UInt, B0>, B0>; - type B = UInt, B0>; - type U8 = UInt, B0>, B0>, B0>; - - #[allow(non_camel_case_types)] - type U4MulU2 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_4_Pow_2() { - type A = UInt, B0>, B0>; - type B = UInt, B0>; - type U16 = UInt, B0>, B0>, B0>, B0>; - - #[allow(non_camel_case_types)] - type U4PowU2 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_4_Min_2() { - type A = UInt, B0>, B0>; - type B = UInt, B0>; - type U2 = UInt, B0>; - - #[allow(non_camel_case_types)] - type U4MinU2 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_4_Max_2() { - type A = UInt, B0>, B0>; - type B = UInt, B0>; - type U4 = UInt, B0>, B0>; - - #[allow(non_camel_case_types)] - type U4MaxU2 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_4_Gcd_2() { - type A = UInt, B0>, B0>; - type B = UInt, B0>; - type U2 = UInt, B0>; - - #[allow(non_camel_case_types)] - type U4GcdU2 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_4_Sub_2() { - type A = UInt, B0>, B0>; - type B = UInt, B0>; - type U2 = UInt, B0>; - - #[allow(non_camel_case_types)] - type U4SubU2 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_4_Div_2() { - type A = UInt, B0>, B0>; - type B = UInt, B0>; - type U2 = UInt, B0>; - - #[allow(non_camel_case_types)] - type U4DivU2 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_4_Rem_2() { - type A = UInt, B0>, B0>; - type B = UInt, B0>; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U4RemU2 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_4_PartialDiv_2() { - type A = UInt, B0>, B0>; - type B = UInt, B0>; - type U2 = UInt, B0>; - - #[allow(non_camel_case_types)] - type U4PartialDivU2 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_4_Cmp_2() { - type A = UInt, B0>, B0>; - type B = UInt, B0>; - - #[allow(non_camel_case_types)] - type U4CmpU2 = >::Output; - assert_eq!(::to_ordering(), Ordering::Greater); -} -#[test] -#[allow(non_snake_case)] -fn test_4_BitAnd_3() { - type A = UInt, B0>, B0>; - type B = UInt, B1>; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U4BitAndU3 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_4_BitOr_3() { - type A = UInt, B0>, B0>; - type B = UInt, B1>; - type U7 = UInt, B1>, B1>; - - #[allow(non_camel_case_types)] - type U4BitOrU3 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_4_BitXor_3() { - type A = UInt, B0>, B0>; - type B = UInt, B1>; - type U7 = UInt, B1>, B1>; - - #[allow(non_camel_case_types)] - type U4BitXorU3 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_4_Shl_3() { - type A = UInt, B0>, B0>; - type B = UInt, B1>; - type U32 = UInt, B0>, B0>, B0>, B0>, B0>; - - #[allow(non_camel_case_types)] - type U4ShlU3 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_4_Shr_3() { - type A = UInt, B0>, B0>; - type B = UInt, B1>; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U4ShrU3 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_4_Add_3() { - type A = UInt, B0>, B0>; - type B = UInt, B1>; - type U7 = UInt, B1>, B1>; - - #[allow(non_camel_case_types)] - type U4AddU3 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_4_Mul_3() { - type A = UInt, B0>, B0>; - type B = UInt, B1>; - type U12 = UInt, B1>, B0>, B0>; - - #[allow(non_camel_case_types)] - type U4MulU3 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_4_Pow_3() { - type A = UInt, B0>, B0>; - type B = UInt, B1>; - type U64 = UInt, B0>, B0>, B0>, B0>, B0>, B0>; - - #[allow(non_camel_case_types)] - type U4PowU3 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_4_Min_3() { - type A = UInt, B0>, B0>; - type B = UInt, B1>; - type U3 = UInt, B1>; - - #[allow(non_camel_case_types)] - type U4MinU3 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_4_Max_3() { - type A = UInt, B0>, B0>; - type B = UInt, B1>; - type U4 = UInt, B0>, B0>; - - #[allow(non_camel_case_types)] - type U4MaxU3 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_4_Gcd_3() { - type A = UInt, B0>, B0>; - type B = UInt, B1>; - type U1 = UInt; - - #[allow(non_camel_case_types)] - type U4GcdU3 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_4_Sub_3() { - type A = UInt, B0>, B0>; - type B = UInt, B1>; - type U1 = UInt; - - #[allow(non_camel_case_types)] - type U4SubU3 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_4_Div_3() { - type A = UInt, B0>, B0>; - type B = UInt, B1>; - type U1 = UInt; - - #[allow(non_camel_case_types)] - type U4DivU3 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_4_Rem_3() { - type A = UInt, B0>, B0>; - type B = UInt, B1>; - type U1 = UInt; - - #[allow(non_camel_case_types)] - type U4RemU3 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_4_Cmp_3() { - type A = UInt, B0>, B0>; - type B = UInt, B1>; - - #[allow(non_camel_case_types)] - type U4CmpU3 = >::Output; - assert_eq!(::to_ordering(), Ordering::Greater); -} -#[test] -#[allow(non_snake_case)] -fn test_4_BitAnd_4() { - type A = UInt, B0>, B0>; - type B = UInt, B0>, B0>; - type U4 = UInt, B0>, B0>; - - #[allow(non_camel_case_types)] - type U4BitAndU4 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_4_BitOr_4() { - type A = UInt, B0>, B0>; - type B = UInt, B0>, B0>; - type U4 = UInt, B0>, B0>; - - #[allow(non_camel_case_types)] - type U4BitOrU4 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_4_BitXor_4() { - type A = UInt, B0>, B0>; - type B = UInt, B0>, B0>; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U4BitXorU4 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_4_Shl_4() { - type A = UInt, B0>, B0>; - type B = UInt, B0>, B0>; - type U64 = UInt, B0>, B0>, B0>, B0>, B0>, B0>; - - #[allow(non_camel_case_types)] - type U4ShlU4 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_4_Shr_4() { - type A = UInt, B0>, B0>; - type B = UInt, B0>, B0>; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U4ShrU4 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_4_Add_4() { - type A = UInt, B0>, B0>; - type B = UInt, B0>, B0>; - type U8 = UInt, B0>, B0>, B0>; - - #[allow(non_camel_case_types)] - type U4AddU4 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_4_Mul_4() { - type A = UInt, B0>, B0>; - type B = UInt, B0>, B0>; - type U16 = UInt, B0>, B0>, B0>, B0>; - - #[allow(non_camel_case_types)] - type U4MulU4 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_4_Pow_4() { - type A = UInt, B0>, B0>; - type B = UInt, B0>, B0>; - type U256 = UInt, B0>, B0>, B0>, B0>, B0>, B0>, B0>, B0>; - - #[allow(non_camel_case_types)] - type U4PowU4 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_4_Min_4() { - type A = UInt, B0>, B0>; - type B = UInt, B0>, B0>; - type U4 = UInt, B0>, B0>; - - #[allow(non_camel_case_types)] - type U4MinU4 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_4_Max_4() { - type A = UInt, B0>, B0>; - type B = UInt, B0>, B0>; - type U4 = UInt, B0>, B0>; - - #[allow(non_camel_case_types)] - type U4MaxU4 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_4_Gcd_4() { - type A = UInt, B0>, B0>; - type B = UInt, B0>, B0>; - type U4 = UInt, B0>, B0>; - - #[allow(non_camel_case_types)] - type U4GcdU4 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_4_Sub_4() { - type A = UInt, B0>, B0>; - type B = UInt, B0>, B0>; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U4SubU4 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_4_Div_4() { - type A = UInt, B0>, B0>; - type B = UInt, B0>, B0>; - type U1 = UInt; - - #[allow(non_camel_case_types)] - type U4DivU4 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_4_Rem_4() { - type A = UInt, B0>, B0>; - type B = UInt, B0>, B0>; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U4RemU4 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_4_PartialDiv_4() { - type A = UInt, B0>, B0>; - type B = UInt, B0>, B0>; - type U1 = UInt; - - #[allow(non_camel_case_types)] - type U4PartialDivU4 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_4_Cmp_4() { - type A = UInt, B0>, B0>; - type B = UInt, B0>, B0>; - - #[allow(non_camel_case_types)] - type U4CmpU4 = >::Output; - assert_eq!(::to_ordering(), Ordering::Equal); -} -#[test] -#[allow(non_snake_case)] -fn test_4_BitAnd_5() { - type A = UInt, B0>, B0>; - type B = UInt, B0>, B1>; - type U4 = UInt, B0>, B0>; - - #[allow(non_camel_case_types)] - type U4BitAndU5 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_4_BitOr_5() { - type A = UInt, B0>, B0>; - type B = UInt, B0>, B1>; - type U5 = UInt, B0>, B1>; - - #[allow(non_camel_case_types)] - type U4BitOrU5 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_4_BitXor_5() { - type A = UInt, B0>, B0>; - type B = UInt, B0>, B1>; - type U1 = UInt; - - #[allow(non_camel_case_types)] - type U4BitXorU5 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_4_Shl_5() { - type A = UInt, B0>, B0>; - type B = UInt, B0>, B1>; - type U128 = UInt, B0>, B0>, B0>, B0>, B0>, B0>, B0>; - - #[allow(non_camel_case_types)] - type U4ShlU5 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_4_Shr_5() { - type A = UInt, B0>, B0>; - type B = UInt, B0>, B1>; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U4ShrU5 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_4_Add_5() { - type A = UInt, B0>, B0>; - type B = UInt, B0>, B1>; - type U9 = UInt, B0>, B0>, B1>; - - #[allow(non_camel_case_types)] - type U4AddU5 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_4_Mul_5() { - type A = UInt, B0>, B0>; - type B = UInt, B0>, B1>; - type U20 = UInt, B0>, B1>, B0>, B0>; - - #[allow(non_camel_case_types)] - type U4MulU5 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_4_Pow_5() { - type A = UInt, B0>, B0>; - type B = UInt, B0>, B1>; - type U1024 = UInt, B0>, B0>, B0>, B0>, B0>, B0>, B0>, B0>, B0>, B0>; - - #[allow(non_camel_case_types)] - type U4PowU5 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_4_Min_5() { - type A = UInt, B0>, B0>; - type B = UInt, B0>, B1>; - type U4 = UInt, B0>, B0>; - - #[allow(non_camel_case_types)] - type U4MinU5 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_4_Max_5() { - type A = UInt, B0>, B0>; - type B = UInt, B0>, B1>; - type U5 = UInt, B0>, B1>; - - #[allow(non_camel_case_types)] - type U4MaxU5 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_4_Gcd_5() { - type A = UInt, B0>, B0>; - type B = UInt, B0>, B1>; - type U1 = UInt; - - #[allow(non_camel_case_types)] - type U4GcdU5 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_4_Div_5() { - type A = UInt, B0>, B0>; - type B = UInt, B0>, B1>; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U4DivU5 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_4_Rem_5() { - type A = UInt, B0>, B0>; - type B = UInt, B0>, B1>; - type U4 = UInt, B0>, B0>; - - #[allow(non_camel_case_types)] - type U4RemU5 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_4_Cmp_5() { - type A = UInt, B0>, B0>; - type B = UInt, B0>, B1>; - - #[allow(non_camel_case_types)] - type U4CmpU5 = >::Output; - assert_eq!(::to_ordering(), Ordering::Less); -} -#[test] -#[allow(non_snake_case)] -fn test_5_BitAnd_0() { - type A = UInt, B0>, B1>; - type B = UTerm; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U5BitAndU0 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_5_BitOr_0() { - type A = UInt, B0>, B1>; - type B = UTerm; - type U5 = UInt, B0>, B1>; - - #[allow(non_camel_case_types)] - type U5BitOrU0 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_5_BitXor_0() { - type A = UInt, B0>, B1>; - type B = UTerm; - type U5 = UInt, B0>, B1>; - - #[allow(non_camel_case_types)] - type U5BitXorU0 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_5_Shl_0() { - type A = UInt, B0>, B1>; - type B = UTerm; - type U5 = UInt, B0>, B1>; - - #[allow(non_camel_case_types)] - type U5ShlU0 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_5_Shr_0() { - type A = UInt, B0>, B1>; - type B = UTerm; - type U5 = UInt, B0>, B1>; - - #[allow(non_camel_case_types)] - type U5ShrU0 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_5_Add_0() { - type A = UInt, B0>, B1>; - type B = UTerm; - type U5 = UInt, B0>, B1>; - - #[allow(non_camel_case_types)] - type U5AddU0 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_5_Mul_0() { - type A = UInt, B0>, B1>; - type B = UTerm; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U5MulU0 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_5_Pow_0() { - type A = UInt, B0>, B1>; - type B = UTerm; - type U1 = UInt; - - #[allow(non_camel_case_types)] - type U5PowU0 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_5_Min_0() { - type A = UInt, B0>, B1>; - type B = UTerm; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U5MinU0 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_5_Max_0() { - type A = UInt, B0>, B1>; - type B = UTerm; - type U5 = UInt, B0>, B1>; - - #[allow(non_camel_case_types)] - type U5MaxU0 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_5_Gcd_0() { - type A = UInt, B0>, B1>; - type B = UTerm; - type U5 = UInt, B0>, B1>; - - #[allow(non_camel_case_types)] - type U5GcdU0 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_5_Sub_0() { - type A = UInt, B0>, B1>; - type B = UTerm; - type U5 = UInt, B0>, B1>; - - #[allow(non_camel_case_types)] - type U5SubU0 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_5_Cmp_0() { - type A = UInt, B0>, B1>; - type B = UTerm; - - #[allow(non_camel_case_types)] - type U5CmpU0 = >::Output; - assert_eq!(::to_ordering(), Ordering::Greater); -} -#[test] -#[allow(non_snake_case)] -fn test_5_BitAnd_1() { - type A = UInt, B0>, B1>; - type B = UInt; - type U1 = UInt; - - #[allow(non_camel_case_types)] - type U5BitAndU1 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_5_BitOr_1() { - type A = UInt, B0>, B1>; - type B = UInt; - type U5 = UInt, B0>, B1>; - - #[allow(non_camel_case_types)] - type U5BitOrU1 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_5_BitXor_1() { - type A = UInt, B0>, B1>; - type B = UInt; - type U4 = UInt, B0>, B0>; - - #[allow(non_camel_case_types)] - type U5BitXorU1 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_5_Shl_1() { - type A = UInt, B0>, B1>; - type B = UInt; - type U10 = UInt, B0>, B1>, B0>; - - #[allow(non_camel_case_types)] - type U5ShlU1 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_5_Shr_1() { - type A = UInt, B0>, B1>; - type B = UInt; - type U2 = UInt, B0>; - - #[allow(non_camel_case_types)] - type U5ShrU1 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_5_Add_1() { - type A = UInt, B0>, B1>; - type B = UInt; - type U6 = UInt, B1>, B0>; - - #[allow(non_camel_case_types)] - type U5AddU1 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_5_Mul_1() { - type A = UInt, B0>, B1>; - type B = UInt; - type U5 = UInt, B0>, B1>; - - #[allow(non_camel_case_types)] - type U5MulU1 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_5_Pow_1() { - type A = UInt, B0>, B1>; - type B = UInt; - type U5 = UInt, B0>, B1>; - - #[allow(non_camel_case_types)] - type U5PowU1 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_5_Min_1() { - type A = UInt, B0>, B1>; - type B = UInt; - type U1 = UInt; - - #[allow(non_camel_case_types)] - type U5MinU1 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_5_Max_1() { - type A = UInt, B0>, B1>; - type B = UInt; - type U5 = UInt, B0>, B1>; - - #[allow(non_camel_case_types)] - type U5MaxU1 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_5_Gcd_1() { - type A = UInt, B0>, B1>; - type B = UInt; - type U1 = UInt; - - #[allow(non_camel_case_types)] - type U5GcdU1 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_5_Sub_1() { - type A = UInt, B0>, B1>; - type B = UInt; - type U4 = UInt, B0>, B0>; - - #[allow(non_camel_case_types)] - type U5SubU1 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_5_Div_1() { - type A = UInt, B0>, B1>; - type B = UInt; - type U5 = UInt, B0>, B1>; - - #[allow(non_camel_case_types)] - type U5DivU1 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_5_Rem_1() { - type A = UInt, B0>, B1>; - type B = UInt; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U5RemU1 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_5_PartialDiv_1() { - type A = UInt, B0>, B1>; - type B = UInt; - type U5 = UInt, B0>, B1>; - - #[allow(non_camel_case_types)] - type U5PartialDivU1 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_5_Cmp_1() { - type A = UInt, B0>, B1>; - type B = UInt; - - #[allow(non_camel_case_types)] - type U5CmpU1 = >::Output; - assert_eq!(::to_ordering(), Ordering::Greater); -} -#[test] -#[allow(non_snake_case)] -fn test_5_BitAnd_2() { - type A = UInt, B0>, B1>; - type B = UInt, B0>; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U5BitAndU2 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_5_BitOr_2() { - type A = UInt, B0>, B1>; - type B = UInt, B0>; - type U7 = UInt, B1>, B1>; - - #[allow(non_camel_case_types)] - type U5BitOrU2 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_5_BitXor_2() { - type A = UInt, B0>, B1>; - type B = UInt, B0>; - type U7 = UInt, B1>, B1>; - - #[allow(non_camel_case_types)] - type U5BitXorU2 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_5_Shl_2() { - type A = UInt, B0>, B1>; - type B = UInt, B0>; - type U20 = UInt, B0>, B1>, B0>, B0>; - - #[allow(non_camel_case_types)] - type U5ShlU2 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_5_Shr_2() { - type A = UInt, B0>, B1>; - type B = UInt, B0>; - type U1 = UInt; - - #[allow(non_camel_case_types)] - type U5ShrU2 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_5_Add_2() { - type A = UInt, B0>, B1>; - type B = UInt, B0>; - type U7 = UInt, B1>, B1>; - - #[allow(non_camel_case_types)] - type U5AddU2 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_5_Mul_2() { - type A = UInt, B0>, B1>; - type B = UInt, B0>; - type U10 = UInt, B0>, B1>, B0>; - - #[allow(non_camel_case_types)] - type U5MulU2 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_5_Pow_2() { - type A = UInt, B0>, B1>; - type B = UInt, B0>; - type U25 = UInt, B1>, B0>, B0>, B1>; - - #[allow(non_camel_case_types)] - type U5PowU2 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_5_Min_2() { - type A = UInt, B0>, B1>; - type B = UInt, B0>; - type U2 = UInt, B0>; - - #[allow(non_camel_case_types)] - type U5MinU2 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_5_Max_2() { - type A = UInt, B0>, B1>; - type B = UInt, B0>; - type U5 = UInt, B0>, B1>; - - #[allow(non_camel_case_types)] - type U5MaxU2 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_5_Gcd_2() { - type A = UInt, B0>, B1>; - type B = UInt, B0>; - type U1 = UInt; - - #[allow(non_camel_case_types)] - type U5GcdU2 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_5_Sub_2() { - type A = UInt, B0>, B1>; - type B = UInt, B0>; - type U3 = UInt, B1>; - - #[allow(non_camel_case_types)] - type U5SubU2 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_5_Div_2() { - type A = UInt, B0>, B1>; - type B = UInt, B0>; - type U2 = UInt, B0>; - - #[allow(non_camel_case_types)] - type U5DivU2 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_5_Rem_2() { - type A = UInt, B0>, B1>; - type B = UInt, B0>; - type U1 = UInt; - - #[allow(non_camel_case_types)] - type U5RemU2 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_5_Cmp_2() { - type A = UInt, B0>, B1>; - type B = UInt, B0>; - - #[allow(non_camel_case_types)] - type U5CmpU2 = >::Output; - assert_eq!(::to_ordering(), Ordering::Greater); -} -#[test] -#[allow(non_snake_case)] -fn test_5_BitAnd_3() { - type A = UInt, B0>, B1>; - type B = UInt, B1>; - type U1 = UInt; - - #[allow(non_camel_case_types)] - type U5BitAndU3 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_5_BitOr_3() { - type A = UInt, B0>, B1>; - type B = UInt, B1>; - type U7 = UInt, B1>, B1>; - - #[allow(non_camel_case_types)] - type U5BitOrU3 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_5_BitXor_3() { - type A = UInt, B0>, B1>; - type B = UInt, B1>; - type U6 = UInt, B1>, B0>; - - #[allow(non_camel_case_types)] - type U5BitXorU3 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_5_Shl_3() { - type A = UInt, B0>, B1>; - type B = UInt, B1>; - type U40 = UInt, B0>, B1>, B0>, B0>, B0>; - - #[allow(non_camel_case_types)] - type U5ShlU3 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_5_Shr_3() { - type A = UInt, B0>, B1>; - type B = UInt, B1>; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U5ShrU3 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_5_Add_3() { - type A = UInt, B0>, B1>; - type B = UInt, B1>; - type U8 = UInt, B0>, B0>, B0>; - - #[allow(non_camel_case_types)] - type U5AddU3 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_5_Mul_3() { - type A = UInt, B0>, B1>; - type B = UInt, B1>; - type U15 = UInt, B1>, B1>, B1>; - - #[allow(non_camel_case_types)] - type U5MulU3 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_5_Pow_3() { - type A = UInt, B0>, B1>; - type B = UInt, B1>; - type U125 = UInt, B1>, B1>, B1>, B1>, B0>, B1>; - - #[allow(non_camel_case_types)] - type U5PowU3 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_5_Min_3() { - type A = UInt, B0>, B1>; - type B = UInt, B1>; - type U3 = UInt, B1>; - - #[allow(non_camel_case_types)] - type U5MinU3 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_5_Max_3() { - type A = UInt, B0>, B1>; - type B = UInt, B1>; - type U5 = UInt, B0>, B1>; - - #[allow(non_camel_case_types)] - type U5MaxU3 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_5_Gcd_3() { - type A = UInt, B0>, B1>; - type B = UInt, B1>; - type U1 = UInt; - - #[allow(non_camel_case_types)] - type U5GcdU3 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_5_Sub_3() { - type A = UInt, B0>, B1>; - type B = UInt, B1>; - type U2 = UInt, B0>; - - #[allow(non_camel_case_types)] - type U5SubU3 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_5_Div_3() { - type A = UInt, B0>, B1>; - type B = UInt, B1>; - type U1 = UInt; - - #[allow(non_camel_case_types)] - type U5DivU3 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_5_Rem_3() { - type A = UInt, B0>, B1>; - type B = UInt, B1>; - type U2 = UInt, B0>; - - #[allow(non_camel_case_types)] - type U5RemU3 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_5_Cmp_3() { - type A = UInt, B0>, B1>; - type B = UInt, B1>; - - #[allow(non_camel_case_types)] - type U5CmpU3 = >::Output; - assert_eq!(::to_ordering(), Ordering::Greater); -} -#[test] -#[allow(non_snake_case)] -fn test_5_BitAnd_4() { - type A = UInt, B0>, B1>; - type B = UInt, B0>, B0>; - type U4 = UInt, B0>, B0>; - - #[allow(non_camel_case_types)] - type U5BitAndU4 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_5_BitOr_4() { - type A = UInt, B0>, B1>; - type B = UInt, B0>, B0>; - type U5 = UInt, B0>, B1>; - - #[allow(non_camel_case_types)] - type U5BitOrU4 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_5_BitXor_4() { - type A = UInt, B0>, B1>; - type B = UInt, B0>, B0>; - type U1 = UInt; - - #[allow(non_camel_case_types)] - type U5BitXorU4 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_5_Shl_4() { - type A = UInt, B0>, B1>; - type B = UInt, B0>, B0>; - type U80 = UInt, B0>, B1>, B0>, B0>, B0>, B0>; - - #[allow(non_camel_case_types)] - type U5ShlU4 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_5_Shr_4() { - type A = UInt, B0>, B1>; - type B = UInt, B0>, B0>; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U5ShrU4 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_5_Add_4() { - type A = UInt, B0>, B1>; - type B = UInt, B0>, B0>; - type U9 = UInt, B0>, B0>, B1>; - - #[allow(non_camel_case_types)] - type U5AddU4 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_5_Mul_4() { - type A = UInt, B0>, B1>; - type B = UInt, B0>, B0>; - type U20 = UInt, B0>, B1>, B0>, B0>; - - #[allow(non_camel_case_types)] - type U5MulU4 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_5_Pow_4() { - type A = UInt, B0>, B1>; - type B = UInt, B0>, B0>; - type U625 = UInt, B0>, B0>, B1>, B1>, B1>, B0>, B0>, B0>, B1>; - - #[allow(non_camel_case_types)] - type U5PowU4 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_5_Min_4() { - type A = UInt, B0>, B1>; - type B = UInt, B0>, B0>; - type U4 = UInt, B0>, B0>; - - #[allow(non_camel_case_types)] - type U5MinU4 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_5_Max_4() { - type A = UInt, B0>, B1>; - type B = UInt, B0>, B0>; - type U5 = UInt, B0>, B1>; - - #[allow(non_camel_case_types)] - type U5MaxU4 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_5_Gcd_4() { - type A = UInt, B0>, B1>; - type B = UInt, B0>, B0>; - type U1 = UInt; - - #[allow(non_camel_case_types)] - type U5GcdU4 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_5_Sub_4() { - type A = UInt, B0>, B1>; - type B = UInt, B0>, B0>; - type U1 = UInt; - - #[allow(non_camel_case_types)] - type U5SubU4 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_5_Div_4() { - type A = UInt, B0>, B1>; - type B = UInt, B0>, B0>; - type U1 = UInt; - - #[allow(non_camel_case_types)] - type U5DivU4 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_5_Rem_4() { - type A = UInt, B0>, B1>; - type B = UInt, B0>, B0>; - type U1 = UInt; - - #[allow(non_camel_case_types)] - type U5RemU4 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_5_Cmp_4() { - type A = UInt, B0>, B1>; - type B = UInt, B0>, B0>; - - #[allow(non_camel_case_types)] - type U5CmpU4 = >::Output; - assert_eq!(::to_ordering(), Ordering::Greater); -} -#[test] -#[allow(non_snake_case)] -fn test_5_BitAnd_5() { - type A = UInt, B0>, B1>; - type B = UInt, B0>, B1>; - type U5 = UInt, B0>, B1>; - - #[allow(non_camel_case_types)] - type U5BitAndU5 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_5_BitOr_5() { - type A = UInt, B0>, B1>; - type B = UInt, B0>, B1>; - type U5 = UInt, B0>, B1>; - - #[allow(non_camel_case_types)] - type U5BitOrU5 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_5_BitXor_5() { - type A = UInt, B0>, B1>; - type B = UInt, B0>, B1>; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U5BitXorU5 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_5_Shl_5() { - type A = UInt, B0>, B1>; - type B = UInt, B0>, B1>; - type U160 = UInt, B0>, B1>, B0>, B0>, B0>, B0>, B0>; - - #[allow(non_camel_case_types)] - type U5ShlU5 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_5_Shr_5() { - type A = UInt, B0>, B1>; - type B = UInt, B0>, B1>; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U5ShrU5 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_5_Add_5() { - type A = UInt, B0>, B1>; - type B = UInt, B0>, B1>; - type U10 = UInt, B0>, B1>, B0>; - - #[allow(non_camel_case_types)] - type U5AddU5 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_5_Mul_5() { - type A = UInt, B0>, B1>; - type B = UInt, B0>, B1>; - type U25 = UInt, B1>, B0>, B0>, B1>; - - #[allow(non_camel_case_types)] - type U5MulU5 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_5_Pow_5() { - type A = UInt, B0>, B1>; - type B = UInt, B0>, B1>; - type U3125 = UInt, B1>, B0>, B0>, B0>, B0>, B1>, B1>, B0>, B1>, B0>, B1>; - - #[allow(non_camel_case_types)] - type U5PowU5 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_5_Min_5() { - type A = UInt, B0>, B1>; - type B = UInt, B0>, B1>; - type U5 = UInt, B0>, B1>; - - #[allow(non_camel_case_types)] - type U5MinU5 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_5_Max_5() { - type A = UInt, B0>, B1>; - type B = UInt, B0>, B1>; - type U5 = UInt, B0>, B1>; - - #[allow(non_camel_case_types)] - type U5MaxU5 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_5_Gcd_5() { - type A = UInt, B0>, B1>; - type B = UInt, B0>, B1>; - type U5 = UInt, B0>, B1>; - - #[allow(non_camel_case_types)] - type U5GcdU5 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_5_Sub_5() { - type A = UInt, B0>, B1>; - type B = UInt, B0>, B1>; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U5SubU5 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_5_Div_5() { - type A = UInt, B0>, B1>; - type B = UInt, B0>, B1>; - type U1 = UInt; - - #[allow(non_camel_case_types)] - type U5DivU5 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_5_Rem_5() { - type A = UInt, B0>, B1>; - type B = UInt, B0>, B1>; - type U0 = UTerm; - - #[allow(non_camel_case_types)] - type U5RemU5 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_5_PartialDiv_5() { - type A = UInt, B0>, B1>; - type B = UInt, B0>, B1>; - type U1 = UInt; - - #[allow(non_camel_case_types)] - type U5PartialDivU5 = <>::Output as Same>::Output; - - assert_eq!(::to_u64(), ::to_u64()); -} -#[test] -#[allow(non_snake_case)] -fn test_5_Cmp_5() { - type A = UInt, B0>, B1>; - type B = UInt, B0>, B1>; - - #[allow(non_camel_case_types)] - type U5CmpU5 = >::Output; - assert_eq!(::to_ordering(), Ordering::Equal); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_Add_N5() { - type A = NInt, B0>, B1>>; - type B = NInt, B0>, B1>>; - type N10 = NInt, B0>, B1>, B0>>; - - #[allow(non_camel_case_types)] - type N5AddN5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_Sub_N5() { - type A = NInt, B0>, B1>>; - type B = NInt, B0>, B1>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type N5SubN5 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_Mul_N5() { - type A = NInt, B0>, B1>>; - type B = NInt, B0>, B1>>; - type P25 = PInt, B1>, B0>, B0>, B1>>; - - #[allow(non_camel_case_types)] - type N5MulN5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_Min_N5() { - type A = NInt, B0>, B1>>; - type B = NInt, B0>, B1>>; - type N5 = NInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type N5MinN5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_Max_N5() { - type A = NInt, B0>, B1>>; - type B = NInt, B0>, B1>>; - type N5 = NInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type N5MaxN5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_Gcd_N5() { - type A = NInt, B0>, B1>>; - type B = NInt, B0>, B1>>; - type P5 = PInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type N5GcdN5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_Div_N5() { - type A = NInt, B0>, B1>>; - type B = NInt, B0>, B1>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type N5DivN5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_Rem_N5() { - type A = NInt, B0>, B1>>; - type B = NInt, B0>, B1>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type N5RemN5 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_PartialDiv_N5() { - type A = NInt, B0>, B1>>; - type B = NInt, B0>, B1>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type N5PartialDivN5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_Cmp_N5() { - type A = NInt, B0>, B1>>; - type B = NInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type N5CmpN5 = >::Output; - assert_eq!(::to_ordering(), Ordering::Equal); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_Add_N4() { - type A = NInt, B0>, B1>>; - type B = NInt, B0>, B0>>; - type N9 = NInt, B0>, B0>, B1>>; - - #[allow(non_camel_case_types)] - type N5AddN4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_Sub_N4() { - type A = NInt, B0>, B1>>; - type B = NInt, B0>, B0>>; - type N1 = NInt>; - - #[allow(non_camel_case_types)] - type N5SubN4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_Mul_N4() { - type A = NInt, B0>, B1>>; - type B = NInt, B0>, B0>>; - type P20 = PInt, B0>, B1>, B0>, B0>>; - - #[allow(non_camel_case_types)] - type N5MulN4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_Min_N4() { - type A = NInt, B0>, B1>>; - type B = NInt, B0>, B0>>; - type N5 = NInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type N5MinN4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_Max_N4() { - type A = NInt, B0>, B1>>; - type B = NInt, B0>, B0>>; - type N4 = NInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type N5MaxN4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_Gcd_N4() { - type A = NInt, B0>, B1>>; - type B = NInt, B0>, B0>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type N5GcdN4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_Div_N4() { - type A = NInt, B0>, B1>>; - type B = NInt, B0>, B0>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type N5DivN4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_Rem_N4() { - type A = NInt, B0>, B1>>; - type B = NInt, B0>, B0>>; - type N1 = NInt>; - - #[allow(non_camel_case_types)] - type N5RemN4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_Cmp_N4() { - type A = NInt, B0>, B1>>; - type B = NInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type N5CmpN4 = >::Output; - assert_eq!(::to_ordering(), Ordering::Less); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_Add_N3() { - type A = NInt, B0>, B1>>; - type B = NInt, B1>>; - type N8 = NInt, B0>, B0>, B0>>; - - #[allow(non_camel_case_types)] - type N5AddN3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_Sub_N3() { - type A = NInt, B0>, B1>>; - type B = NInt, B1>>; - type N2 = NInt, B0>>; - - #[allow(non_camel_case_types)] - type N5SubN3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_Mul_N3() { - type A = NInt, B0>, B1>>; - type B = NInt, B1>>; - type P15 = PInt, B1>, B1>, B1>>; - - #[allow(non_camel_case_types)] - type N5MulN3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_Min_N3() { - type A = NInt, B0>, B1>>; - type B = NInt, B1>>; - type N5 = NInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type N5MinN3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_Max_N3() { - type A = NInt, B0>, B1>>; - type B = NInt, B1>>; - type N3 = NInt, B1>>; - - #[allow(non_camel_case_types)] - type N5MaxN3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_Gcd_N3() { - type A = NInt, B0>, B1>>; - type B = NInt, B1>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type N5GcdN3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_Div_N3() { - type A = NInt, B0>, B1>>; - type B = NInt, B1>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type N5DivN3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_Rem_N3() { - type A = NInt, B0>, B1>>; - type B = NInt, B1>>; - type N2 = NInt, B0>>; - - #[allow(non_camel_case_types)] - type N5RemN3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_Cmp_N3() { - type A = NInt, B0>, B1>>; - type B = NInt, B1>>; - - #[allow(non_camel_case_types)] - type N5CmpN3 = >::Output; - assert_eq!(::to_ordering(), Ordering::Less); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_Add_N2() { - type A = NInt, B0>, B1>>; - type B = NInt, B0>>; - type N7 = NInt, B1>, B1>>; - - #[allow(non_camel_case_types)] - type N5AddN2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_Sub_N2() { - type A = NInt, B0>, B1>>; - type B = NInt, B0>>; - type N3 = NInt, B1>>; - - #[allow(non_camel_case_types)] - type N5SubN2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_Mul_N2() { - type A = NInt, B0>, B1>>; - type B = NInt, B0>>; - type P10 = PInt, B0>, B1>, B0>>; - - #[allow(non_camel_case_types)] - type N5MulN2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_Min_N2() { - type A = NInt, B0>, B1>>; - type B = NInt, B0>>; - type N5 = NInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type N5MinN2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_Max_N2() { - type A = NInt, B0>, B1>>; - type B = NInt, B0>>; - type N2 = NInt, B0>>; - - #[allow(non_camel_case_types)] - type N5MaxN2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_Gcd_N2() { - type A = NInt, B0>, B1>>; - type B = NInt, B0>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type N5GcdN2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_Div_N2() { - type A = NInt, B0>, B1>>; - type B = NInt, B0>>; - type P2 = PInt, B0>>; - - #[allow(non_camel_case_types)] - type N5DivN2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_Rem_N2() { - type A = NInt, B0>, B1>>; - type B = NInt, B0>>; - type N1 = NInt>; - - #[allow(non_camel_case_types)] - type N5RemN2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_Cmp_N2() { - type A = NInt, B0>, B1>>; - type B = NInt, B0>>; - - #[allow(non_camel_case_types)] - type N5CmpN2 = >::Output; - assert_eq!(::to_ordering(), Ordering::Less); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_Add_N1() { - type A = NInt, B0>, B1>>; - type B = NInt>; - type N6 = NInt, B1>, B0>>; - - #[allow(non_camel_case_types)] - type N5AddN1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_Sub_N1() { - type A = NInt, B0>, B1>>; - type B = NInt>; - type N4 = NInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type N5SubN1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_Mul_N1() { - type A = NInt, B0>, B1>>; - type B = NInt>; - type P5 = PInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type N5MulN1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_Min_N1() { - type A = NInt, B0>, B1>>; - type B = NInt>; - type N5 = NInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type N5MinN1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_Max_N1() { - type A = NInt, B0>, B1>>; - type B = NInt>; - type N1 = NInt>; - - #[allow(non_camel_case_types)] - type N5MaxN1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_Gcd_N1() { - type A = NInt, B0>, B1>>; - type B = NInt>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type N5GcdN1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_Div_N1() { - type A = NInt, B0>, B1>>; - type B = NInt>; - type P5 = PInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type N5DivN1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_Rem_N1() { - type A = NInt, B0>, B1>>; - type B = NInt>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type N5RemN1 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_PartialDiv_N1() { - type A = NInt, B0>, B1>>; - type B = NInt>; - type P5 = PInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type N5PartialDivN1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_Cmp_N1() { - type A = NInt, B0>, B1>>; - type B = NInt>; - - #[allow(non_camel_case_types)] - type N5CmpN1 = >::Output; - assert_eq!(::to_ordering(), Ordering::Less); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_Add__0() { - type A = NInt, B0>, B1>>; - type B = Z0; - type N5 = NInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type N5Add_0 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_Sub__0() { - type A = NInt, B0>, B1>>; - type B = Z0; - type N5 = NInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type N5Sub_0 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_Mul__0() { - type A = NInt, B0>, B1>>; - type B = Z0; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type N5Mul_0 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_Min__0() { - type A = NInt, B0>, B1>>; - type B = Z0; - type N5 = NInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type N5Min_0 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_Max__0() { - type A = NInt, B0>, B1>>; - type B = Z0; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type N5Max_0 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_Gcd__0() { - type A = NInt, B0>, B1>>; - type B = Z0; - type P5 = PInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type N5Gcd_0 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_Pow__0() { - type A = NInt, B0>, B1>>; - type B = Z0; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type N5Pow_0 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_Cmp__0() { - type A = NInt, B0>, B1>>; - type B = Z0; - - #[allow(non_camel_case_types)] - type N5Cmp_0 = >::Output; - assert_eq!(::to_ordering(), Ordering::Less); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_Add_P1() { - type A = NInt, B0>, B1>>; - type B = PInt>; - type N4 = NInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type N5AddP1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_Sub_P1() { - type A = NInt, B0>, B1>>; - type B = PInt>; - type N6 = NInt, B1>, B0>>; - - #[allow(non_camel_case_types)] - type N5SubP1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_Mul_P1() { - type A = NInt, B0>, B1>>; - type B = PInt>; - type N5 = NInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type N5MulP1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_Min_P1() { - type A = NInt, B0>, B1>>; - type B = PInt>; - type N5 = NInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type N5MinP1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_Max_P1() { - type A = NInt, B0>, B1>>; - type B = PInt>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type N5MaxP1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_Gcd_P1() { - type A = NInt, B0>, B1>>; - type B = PInt>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type N5GcdP1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_Div_P1() { - type A = NInt, B0>, B1>>; - type B = PInt>; - type N5 = NInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type N5DivP1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_Rem_P1() { - type A = NInt, B0>, B1>>; - type B = PInt>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type N5RemP1 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_PartialDiv_P1() { - type A = NInt, B0>, B1>>; - type B = PInt>; - type N5 = NInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type N5PartialDivP1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_Pow_P1() { - type A = NInt, B0>, B1>>; - type B = PInt>; - type N5 = NInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type N5PowP1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_Cmp_P1() { - type A = NInt, B0>, B1>>; - type B = PInt>; - - #[allow(non_camel_case_types)] - type N5CmpP1 = >::Output; - assert_eq!(::to_ordering(), Ordering::Less); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_Add_P2() { - type A = NInt, B0>, B1>>; - type B = PInt, B0>>; - type N3 = NInt, B1>>; - - #[allow(non_camel_case_types)] - type N5AddP2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_Sub_P2() { - type A = NInt, B0>, B1>>; - type B = PInt, B0>>; - type N7 = NInt, B1>, B1>>; - - #[allow(non_camel_case_types)] - type N5SubP2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_Mul_P2() { - type A = NInt, B0>, B1>>; - type B = PInt, B0>>; - type N10 = NInt, B0>, B1>, B0>>; - - #[allow(non_camel_case_types)] - type N5MulP2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_Min_P2() { - type A = NInt, B0>, B1>>; - type B = PInt, B0>>; - type N5 = NInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type N5MinP2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_Max_P2() { - type A = NInt, B0>, B1>>; - type B = PInt, B0>>; - type P2 = PInt, B0>>; - - #[allow(non_camel_case_types)] - type N5MaxP2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_Gcd_P2() { - type A = NInt, B0>, B1>>; - type B = PInt, B0>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type N5GcdP2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_Div_P2() { - type A = NInt, B0>, B1>>; - type B = PInt, B0>>; - type N2 = NInt, B0>>; - - #[allow(non_camel_case_types)] - type N5DivP2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_Rem_P2() { - type A = NInt, B0>, B1>>; - type B = PInt, B0>>; - type N1 = NInt>; - - #[allow(non_camel_case_types)] - type N5RemP2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_Pow_P2() { - type A = NInt, B0>, B1>>; - type B = PInt, B0>>; - type P25 = PInt, B1>, B0>, B0>, B1>>; - - #[allow(non_camel_case_types)] - type N5PowP2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_Cmp_P2() { - type A = NInt, B0>, B1>>; - type B = PInt, B0>>; - - #[allow(non_camel_case_types)] - type N5CmpP2 = >::Output; - assert_eq!(::to_ordering(), Ordering::Less); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_Add_P3() { - type A = NInt, B0>, B1>>; - type B = PInt, B1>>; - type N2 = NInt, B0>>; - - #[allow(non_camel_case_types)] - type N5AddP3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_Sub_P3() { - type A = NInt, B0>, B1>>; - type B = PInt, B1>>; - type N8 = NInt, B0>, B0>, B0>>; - - #[allow(non_camel_case_types)] - type N5SubP3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_Mul_P3() { - type A = NInt, B0>, B1>>; - type B = PInt, B1>>; - type N15 = NInt, B1>, B1>, B1>>; - - #[allow(non_camel_case_types)] - type N5MulP3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_Min_P3() { - type A = NInt, B0>, B1>>; - type B = PInt, B1>>; - type N5 = NInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type N5MinP3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_Max_P3() { - type A = NInt, B0>, B1>>; - type B = PInt, B1>>; - type P3 = PInt, B1>>; - - #[allow(non_camel_case_types)] - type N5MaxP3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_Gcd_P3() { - type A = NInt, B0>, B1>>; - type B = PInt, B1>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type N5GcdP3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_Div_P3() { - type A = NInt, B0>, B1>>; - type B = PInt, B1>>; - type N1 = NInt>; - - #[allow(non_camel_case_types)] - type N5DivP3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_Rem_P3() { - type A = NInt, B0>, B1>>; - type B = PInt, B1>>; - type N2 = NInt, B0>>; - - #[allow(non_camel_case_types)] - type N5RemP3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_Pow_P3() { - type A = NInt, B0>, B1>>; - type B = PInt, B1>>; - type N125 = NInt, B1>, B1>, B1>, B1>, B0>, B1>>; - - #[allow(non_camel_case_types)] - type N5PowP3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_Cmp_P3() { - type A = NInt, B0>, B1>>; - type B = PInt, B1>>; - - #[allow(non_camel_case_types)] - type N5CmpP3 = >::Output; - assert_eq!(::to_ordering(), Ordering::Less); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_Add_P4() { - type A = NInt, B0>, B1>>; - type B = PInt, B0>, B0>>; - type N1 = NInt>; - - #[allow(non_camel_case_types)] - type N5AddP4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_Sub_P4() { - type A = NInt, B0>, B1>>; - type B = PInt, B0>, B0>>; - type N9 = NInt, B0>, B0>, B1>>; - - #[allow(non_camel_case_types)] - type N5SubP4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_Mul_P4() { - type A = NInt, B0>, B1>>; - type B = PInt, B0>, B0>>; - type N20 = NInt, B0>, B1>, B0>, B0>>; - - #[allow(non_camel_case_types)] - type N5MulP4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_Min_P4() { - type A = NInt, B0>, B1>>; - type B = PInt, B0>, B0>>; - type N5 = NInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type N5MinP4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_Max_P4() { - type A = NInt, B0>, B1>>; - type B = PInt, B0>, B0>>; - type P4 = PInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type N5MaxP4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_Gcd_P4() { - type A = NInt, B0>, B1>>; - type B = PInt, B0>, B0>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type N5GcdP4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_Div_P4() { - type A = NInt, B0>, B1>>; - type B = PInt, B0>, B0>>; - type N1 = NInt>; - - #[allow(non_camel_case_types)] - type N5DivP4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_Rem_P4() { - type A = NInt, B0>, B1>>; - type B = PInt, B0>, B0>>; - type N1 = NInt>; - - #[allow(non_camel_case_types)] - type N5RemP4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_Pow_P4() { - type A = NInt, B0>, B1>>; - type B = PInt, B0>, B0>>; - type P625 = PInt, B0>, B0>, B1>, B1>, B1>, B0>, B0>, B0>, B1>>; - - #[allow(non_camel_case_types)] - type N5PowP4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_Cmp_P4() { - type A = NInt, B0>, B1>>; - type B = PInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type N5CmpP4 = >::Output; - assert_eq!(::to_ordering(), Ordering::Less); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_Add_P5() { - type A = NInt, B0>, B1>>; - type B = PInt, B0>, B1>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type N5AddP5 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_Sub_P5() { - type A = NInt, B0>, B1>>; - type B = PInt, B0>, B1>>; - type N10 = NInt, B0>, B1>, B0>>; - - #[allow(non_camel_case_types)] - type N5SubP5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_Mul_P5() { - type A = NInt, B0>, B1>>; - type B = PInt, B0>, B1>>; - type N25 = NInt, B1>, B0>, B0>, B1>>; - - #[allow(non_camel_case_types)] - type N5MulP5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_Min_P5() { - type A = NInt, B0>, B1>>; - type B = PInt, B0>, B1>>; - type N5 = NInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type N5MinP5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_Max_P5() { - type A = NInt, B0>, B1>>; - type B = PInt, B0>, B1>>; - type P5 = PInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type N5MaxP5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_Gcd_P5() { - type A = NInt, B0>, B1>>; - type B = PInt, B0>, B1>>; - type P5 = PInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type N5GcdP5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_Div_P5() { - type A = NInt, B0>, B1>>; - type B = PInt, B0>, B1>>; - type N1 = NInt>; - - #[allow(non_camel_case_types)] - type N5DivP5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_Rem_P5() { - type A = NInt, B0>, B1>>; - type B = PInt, B0>, B1>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type N5RemP5 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_PartialDiv_P5() { - type A = NInt, B0>, B1>>; - type B = PInt, B0>, B1>>; - type N1 = NInt>; - - #[allow(non_camel_case_types)] - type N5PartialDivP5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_Pow_P5() { - type A = NInt, B0>, B1>>; - type B = PInt, B0>, B1>>; - type N3125 = NInt, B1>, B0>, B0>, B0>, B0>, B1>, B1>, B0>, B1>, B0>, B1>>; - - #[allow(non_camel_case_types)] - type N5PowP5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_Cmp_P5() { - type A = NInt, B0>, B1>>; - type B = PInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type N5CmpP5 = >::Output; - assert_eq!(::to_ordering(), Ordering::Less); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_Add_N5() { - type A = NInt, B0>, B0>>; - type B = NInt, B0>, B1>>; - type N9 = NInt, B0>, B0>, B1>>; - - #[allow(non_camel_case_types)] - type N4AddN5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_Sub_N5() { - type A = NInt, B0>, B0>>; - type B = NInt, B0>, B1>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type N4SubN5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_Mul_N5() { - type A = NInt, B0>, B0>>; - type B = NInt, B0>, B1>>; - type P20 = PInt, B0>, B1>, B0>, B0>>; - - #[allow(non_camel_case_types)] - type N4MulN5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_Min_N5() { - type A = NInt, B0>, B0>>; - type B = NInt, B0>, B1>>; - type N5 = NInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type N4MinN5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_Max_N5() { - type A = NInt, B0>, B0>>; - type B = NInt, B0>, B1>>; - type N4 = NInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type N4MaxN5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_Gcd_N5() { - type A = NInt, B0>, B0>>; - type B = NInt, B0>, B1>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type N4GcdN5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_Div_N5() { - type A = NInt, B0>, B0>>; - type B = NInt, B0>, B1>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type N4DivN5 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_Rem_N5() { - type A = NInt, B0>, B0>>; - type B = NInt, B0>, B1>>; - type N4 = NInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type N4RemN5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_Cmp_N5() { - type A = NInt, B0>, B0>>; - type B = NInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type N4CmpN5 = >::Output; - assert_eq!(::to_ordering(), Ordering::Greater); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_Add_N4() { - type A = NInt, B0>, B0>>; - type B = NInt, B0>, B0>>; - type N8 = NInt, B0>, B0>, B0>>; - - #[allow(non_camel_case_types)] - type N4AddN4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_Sub_N4() { - type A = NInt, B0>, B0>>; - type B = NInt, B0>, B0>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type N4SubN4 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_Mul_N4() { - type A = NInt, B0>, B0>>; - type B = NInt, B0>, B0>>; - type P16 = PInt, B0>, B0>, B0>, B0>>; - - #[allow(non_camel_case_types)] - type N4MulN4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_Min_N4() { - type A = NInt, B0>, B0>>; - type B = NInt, B0>, B0>>; - type N4 = NInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type N4MinN4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_Max_N4() { - type A = NInt, B0>, B0>>; - type B = NInt, B0>, B0>>; - type N4 = NInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type N4MaxN4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_Gcd_N4() { - type A = NInt, B0>, B0>>; - type B = NInt, B0>, B0>>; - type P4 = PInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type N4GcdN4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_Div_N4() { - type A = NInt, B0>, B0>>; - type B = NInt, B0>, B0>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type N4DivN4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_Rem_N4() { - type A = NInt, B0>, B0>>; - type B = NInt, B0>, B0>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type N4RemN4 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_PartialDiv_N4() { - type A = NInt, B0>, B0>>; - type B = NInt, B0>, B0>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type N4PartialDivN4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_Cmp_N4() { - type A = NInt, B0>, B0>>; - type B = NInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type N4CmpN4 = >::Output; - assert_eq!(::to_ordering(), Ordering::Equal); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_Add_N3() { - type A = NInt, B0>, B0>>; - type B = NInt, B1>>; - type N7 = NInt, B1>, B1>>; - - #[allow(non_camel_case_types)] - type N4AddN3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_Sub_N3() { - type A = NInt, B0>, B0>>; - type B = NInt, B1>>; - type N1 = NInt>; - - #[allow(non_camel_case_types)] - type N4SubN3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_Mul_N3() { - type A = NInt, B0>, B0>>; - type B = NInt, B1>>; - type P12 = PInt, B1>, B0>, B0>>; - - #[allow(non_camel_case_types)] - type N4MulN3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_Min_N3() { - type A = NInt, B0>, B0>>; - type B = NInt, B1>>; - type N4 = NInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type N4MinN3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_Max_N3() { - type A = NInt, B0>, B0>>; - type B = NInt, B1>>; - type N3 = NInt, B1>>; - - #[allow(non_camel_case_types)] - type N4MaxN3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_Gcd_N3() { - type A = NInt, B0>, B0>>; - type B = NInt, B1>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type N4GcdN3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_Div_N3() { - type A = NInt, B0>, B0>>; - type B = NInt, B1>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type N4DivN3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_Rem_N3() { - type A = NInt, B0>, B0>>; - type B = NInt, B1>>; - type N1 = NInt>; - - #[allow(non_camel_case_types)] - type N4RemN3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_Cmp_N3() { - type A = NInt, B0>, B0>>; - type B = NInt, B1>>; - - #[allow(non_camel_case_types)] - type N4CmpN3 = >::Output; - assert_eq!(::to_ordering(), Ordering::Less); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_Add_N2() { - type A = NInt, B0>, B0>>; - type B = NInt, B0>>; - type N6 = NInt, B1>, B0>>; - - #[allow(non_camel_case_types)] - type N4AddN2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_Sub_N2() { - type A = NInt, B0>, B0>>; - type B = NInt, B0>>; - type N2 = NInt, B0>>; - - #[allow(non_camel_case_types)] - type N4SubN2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_Mul_N2() { - type A = NInt, B0>, B0>>; - type B = NInt, B0>>; - type P8 = PInt, B0>, B0>, B0>>; - - #[allow(non_camel_case_types)] - type N4MulN2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_Min_N2() { - type A = NInt, B0>, B0>>; - type B = NInt, B0>>; - type N4 = NInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type N4MinN2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_Max_N2() { - type A = NInt, B0>, B0>>; - type B = NInt, B0>>; - type N2 = NInt, B0>>; - - #[allow(non_camel_case_types)] - type N4MaxN2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_Gcd_N2() { - type A = NInt, B0>, B0>>; - type B = NInt, B0>>; - type P2 = PInt, B0>>; - - #[allow(non_camel_case_types)] - type N4GcdN2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_Div_N2() { - type A = NInt, B0>, B0>>; - type B = NInt, B0>>; - type P2 = PInt, B0>>; - - #[allow(non_camel_case_types)] - type N4DivN2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_Rem_N2() { - type A = NInt, B0>, B0>>; - type B = NInt, B0>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type N4RemN2 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_PartialDiv_N2() { - type A = NInt, B0>, B0>>; - type B = NInt, B0>>; - type P2 = PInt, B0>>; - - #[allow(non_camel_case_types)] - type N4PartialDivN2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_Cmp_N2() { - type A = NInt, B0>, B0>>; - type B = NInt, B0>>; - - #[allow(non_camel_case_types)] - type N4CmpN2 = >::Output; - assert_eq!(::to_ordering(), Ordering::Less); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_Add_N1() { - type A = NInt, B0>, B0>>; - type B = NInt>; - type N5 = NInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type N4AddN1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_Sub_N1() { - type A = NInt, B0>, B0>>; - type B = NInt>; - type N3 = NInt, B1>>; - - #[allow(non_camel_case_types)] - type N4SubN1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_Mul_N1() { - type A = NInt, B0>, B0>>; - type B = NInt>; - type P4 = PInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type N4MulN1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_Min_N1() { - type A = NInt, B0>, B0>>; - type B = NInt>; - type N4 = NInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type N4MinN1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_Max_N1() { - type A = NInt, B0>, B0>>; - type B = NInt>; - type N1 = NInt>; - - #[allow(non_camel_case_types)] - type N4MaxN1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_Gcd_N1() { - type A = NInt, B0>, B0>>; - type B = NInt>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type N4GcdN1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_Div_N1() { - type A = NInt, B0>, B0>>; - type B = NInt>; - type P4 = PInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type N4DivN1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_Rem_N1() { - type A = NInt, B0>, B0>>; - type B = NInt>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type N4RemN1 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_PartialDiv_N1() { - type A = NInt, B0>, B0>>; - type B = NInt>; - type P4 = PInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type N4PartialDivN1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_Cmp_N1() { - type A = NInt, B0>, B0>>; - type B = NInt>; - - #[allow(non_camel_case_types)] - type N4CmpN1 = >::Output; - assert_eq!(::to_ordering(), Ordering::Less); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_Add__0() { - type A = NInt, B0>, B0>>; - type B = Z0; - type N4 = NInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type N4Add_0 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_Sub__0() { - type A = NInt, B0>, B0>>; - type B = Z0; - type N4 = NInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type N4Sub_0 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_Mul__0() { - type A = NInt, B0>, B0>>; - type B = Z0; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type N4Mul_0 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_Min__0() { - type A = NInt, B0>, B0>>; - type B = Z0; - type N4 = NInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type N4Min_0 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_Max__0() { - type A = NInt, B0>, B0>>; - type B = Z0; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type N4Max_0 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_Gcd__0() { - type A = NInt, B0>, B0>>; - type B = Z0; - type P4 = PInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type N4Gcd_0 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_Pow__0() { - type A = NInt, B0>, B0>>; - type B = Z0; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type N4Pow_0 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_Cmp__0() { - type A = NInt, B0>, B0>>; - type B = Z0; - - #[allow(non_camel_case_types)] - type N4Cmp_0 = >::Output; - assert_eq!(::to_ordering(), Ordering::Less); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_Add_P1() { - type A = NInt, B0>, B0>>; - type B = PInt>; - type N3 = NInt, B1>>; - - #[allow(non_camel_case_types)] - type N4AddP1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_Sub_P1() { - type A = NInt, B0>, B0>>; - type B = PInt>; - type N5 = NInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type N4SubP1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_Mul_P1() { - type A = NInt, B0>, B0>>; - type B = PInt>; - type N4 = NInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type N4MulP1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_Min_P1() { - type A = NInt, B0>, B0>>; - type B = PInt>; - type N4 = NInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type N4MinP1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_Max_P1() { - type A = NInt, B0>, B0>>; - type B = PInt>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type N4MaxP1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_Gcd_P1() { - type A = NInt, B0>, B0>>; - type B = PInt>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type N4GcdP1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_Div_P1() { - type A = NInt, B0>, B0>>; - type B = PInt>; - type N4 = NInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type N4DivP1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_Rem_P1() { - type A = NInt, B0>, B0>>; - type B = PInt>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type N4RemP1 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_PartialDiv_P1() { - type A = NInt, B0>, B0>>; - type B = PInt>; - type N4 = NInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type N4PartialDivP1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_Pow_P1() { - type A = NInt, B0>, B0>>; - type B = PInt>; - type N4 = NInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type N4PowP1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_Cmp_P1() { - type A = NInt, B0>, B0>>; - type B = PInt>; - - #[allow(non_camel_case_types)] - type N4CmpP1 = >::Output; - assert_eq!(::to_ordering(), Ordering::Less); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_Add_P2() { - type A = NInt, B0>, B0>>; - type B = PInt, B0>>; - type N2 = NInt, B0>>; - - #[allow(non_camel_case_types)] - type N4AddP2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_Sub_P2() { - type A = NInt, B0>, B0>>; - type B = PInt, B0>>; - type N6 = NInt, B1>, B0>>; - - #[allow(non_camel_case_types)] - type N4SubP2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_Mul_P2() { - type A = NInt, B0>, B0>>; - type B = PInt, B0>>; - type N8 = NInt, B0>, B0>, B0>>; - - #[allow(non_camel_case_types)] - type N4MulP2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_Min_P2() { - type A = NInt, B0>, B0>>; - type B = PInt, B0>>; - type N4 = NInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type N4MinP2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_Max_P2() { - type A = NInt, B0>, B0>>; - type B = PInt, B0>>; - type P2 = PInt, B0>>; - - #[allow(non_camel_case_types)] - type N4MaxP2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_Gcd_P2() { - type A = NInt, B0>, B0>>; - type B = PInt, B0>>; - type P2 = PInt, B0>>; - - #[allow(non_camel_case_types)] - type N4GcdP2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_Div_P2() { - type A = NInt, B0>, B0>>; - type B = PInt, B0>>; - type N2 = NInt, B0>>; - - #[allow(non_camel_case_types)] - type N4DivP2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_Rem_P2() { - type A = NInt, B0>, B0>>; - type B = PInt, B0>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type N4RemP2 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_PartialDiv_P2() { - type A = NInt, B0>, B0>>; - type B = PInt, B0>>; - type N2 = NInt, B0>>; - - #[allow(non_camel_case_types)] - type N4PartialDivP2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_Pow_P2() { - type A = NInt, B0>, B0>>; - type B = PInt, B0>>; - type P16 = PInt, B0>, B0>, B0>, B0>>; - - #[allow(non_camel_case_types)] - type N4PowP2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_Cmp_P2() { - type A = NInt, B0>, B0>>; - type B = PInt, B0>>; - - #[allow(non_camel_case_types)] - type N4CmpP2 = >::Output; - assert_eq!(::to_ordering(), Ordering::Less); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_Add_P3() { - type A = NInt, B0>, B0>>; - type B = PInt, B1>>; - type N1 = NInt>; - - #[allow(non_camel_case_types)] - type N4AddP3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_Sub_P3() { - type A = NInt, B0>, B0>>; - type B = PInt, B1>>; - type N7 = NInt, B1>, B1>>; - - #[allow(non_camel_case_types)] - type N4SubP3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_Mul_P3() { - type A = NInt, B0>, B0>>; - type B = PInt, B1>>; - type N12 = NInt, B1>, B0>, B0>>; - - #[allow(non_camel_case_types)] - type N4MulP3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_Min_P3() { - type A = NInt, B0>, B0>>; - type B = PInt, B1>>; - type N4 = NInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type N4MinP3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_Max_P3() { - type A = NInt, B0>, B0>>; - type B = PInt, B1>>; - type P3 = PInt, B1>>; - - #[allow(non_camel_case_types)] - type N4MaxP3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_Gcd_P3() { - type A = NInt, B0>, B0>>; - type B = PInt, B1>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type N4GcdP3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_Div_P3() { - type A = NInt, B0>, B0>>; - type B = PInt, B1>>; - type N1 = NInt>; - - #[allow(non_camel_case_types)] - type N4DivP3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_Rem_P3() { - type A = NInt, B0>, B0>>; - type B = PInt, B1>>; - type N1 = NInt>; - - #[allow(non_camel_case_types)] - type N4RemP3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_Pow_P3() { - type A = NInt, B0>, B0>>; - type B = PInt, B1>>; - type N64 = NInt, B0>, B0>, B0>, B0>, B0>, B0>>; - - #[allow(non_camel_case_types)] - type N4PowP3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_Cmp_P3() { - type A = NInt, B0>, B0>>; - type B = PInt, B1>>; - - #[allow(non_camel_case_types)] - type N4CmpP3 = >::Output; - assert_eq!(::to_ordering(), Ordering::Less); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_Add_P4() { - type A = NInt, B0>, B0>>; - type B = PInt, B0>, B0>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type N4AddP4 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_Sub_P4() { - type A = NInt, B0>, B0>>; - type B = PInt, B0>, B0>>; - type N8 = NInt, B0>, B0>, B0>>; - - #[allow(non_camel_case_types)] - type N4SubP4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_Mul_P4() { - type A = NInt, B0>, B0>>; - type B = PInt, B0>, B0>>; - type N16 = NInt, B0>, B0>, B0>, B0>>; - - #[allow(non_camel_case_types)] - type N4MulP4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_Min_P4() { - type A = NInt, B0>, B0>>; - type B = PInt, B0>, B0>>; - type N4 = NInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type N4MinP4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_Max_P4() { - type A = NInt, B0>, B0>>; - type B = PInt, B0>, B0>>; - type P4 = PInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type N4MaxP4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_Gcd_P4() { - type A = NInt, B0>, B0>>; - type B = PInt, B0>, B0>>; - type P4 = PInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type N4GcdP4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_Div_P4() { - type A = NInt, B0>, B0>>; - type B = PInt, B0>, B0>>; - type N1 = NInt>; - - #[allow(non_camel_case_types)] - type N4DivP4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_Rem_P4() { - type A = NInt, B0>, B0>>; - type B = PInt, B0>, B0>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type N4RemP4 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_PartialDiv_P4() { - type A = NInt, B0>, B0>>; - type B = PInt, B0>, B0>>; - type N1 = NInt>; - - #[allow(non_camel_case_types)] - type N4PartialDivP4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_Pow_P4() { - type A = NInt, B0>, B0>>; - type B = PInt, B0>, B0>>; - type P256 = PInt, B0>, B0>, B0>, B0>, B0>, B0>, B0>, B0>>; - - #[allow(non_camel_case_types)] - type N4PowP4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_Cmp_P4() { - type A = NInt, B0>, B0>>; - type B = PInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type N4CmpP4 = >::Output; - assert_eq!(::to_ordering(), Ordering::Less); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_Add_P5() { - type A = NInt, B0>, B0>>; - type B = PInt, B0>, B1>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type N4AddP5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_Sub_P5() { - type A = NInt, B0>, B0>>; - type B = PInt, B0>, B1>>; - type N9 = NInt, B0>, B0>, B1>>; - - #[allow(non_camel_case_types)] - type N4SubP5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_Mul_P5() { - type A = NInt, B0>, B0>>; - type B = PInt, B0>, B1>>; - type N20 = NInt, B0>, B1>, B0>, B0>>; - - #[allow(non_camel_case_types)] - type N4MulP5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_Min_P5() { - type A = NInt, B0>, B0>>; - type B = PInt, B0>, B1>>; - type N4 = NInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type N4MinP5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_Max_P5() { - type A = NInt, B0>, B0>>; - type B = PInt, B0>, B1>>; - type P5 = PInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type N4MaxP5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_Gcd_P5() { - type A = NInt, B0>, B0>>; - type B = PInt, B0>, B1>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type N4GcdP5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_Div_P5() { - type A = NInt, B0>, B0>>; - type B = PInt, B0>, B1>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type N4DivP5 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_Rem_P5() { - type A = NInt, B0>, B0>>; - type B = PInt, B0>, B1>>; - type N4 = NInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type N4RemP5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_Pow_P5() { - type A = NInt, B0>, B0>>; - type B = PInt, B0>, B1>>; - type N1024 = NInt, B0>, B0>, B0>, B0>, B0>, B0>, B0>, B0>, B0>, B0>>; - - #[allow(non_camel_case_types)] - type N4PowP5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_Cmp_P5() { - type A = NInt, B0>, B0>>; - type B = PInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type N4CmpP5 = >::Output; - assert_eq!(::to_ordering(), Ordering::Less); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_Add_N5() { - type A = NInt, B1>>; - type B = NInt, B0>, B1>>; - type N8 = NInt, B0>, B0>, B0>>; - - #[allow(non_camel_case_types)] - type N3AddN5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_Sub_N5() { - type A = NInt, B1>>; - type B = NInt, B0>, B1>>; - type P2 = PInt, B0>>; - - #[allow(non_camel_case_types)] - type N3SubN5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_Mul_N5() { - type A = NInt, B1>>; - type B = NInt, B0>, B1>>; - type P15 = PInt, B1>, B1>, B1>>; - - #[allow(non_camel_case_types)] - type N3MulN5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_Min_N5() { - type A = NInt, B1>>; - type B = NInt, B0>, B1>>; - type N5 = NInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type N3MinN5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_Max_N5() { - type A = NInt, B1>>; - type B = NInt, B0>, B1>>; - type N3 = NInt, B1>>; - - #[allow(non_camel_case_types)] - type N3MaxN5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_Gcd_N5() { - type A = NInt, B1>>; - type B = NInt, B0>, B1>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type N3GcdN5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_Div_N5() { - type A = NInt, B1>>; - type B = NInt, B0>, B1>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type N3DivN5 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_Rem_N5() { - type A = NInt, B1>>; - type B = NInt, B0>, B1>>; - type N3 = NInt, B1>>; - - #[allow(non_camel_case_types)] - type N3RemN5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_Cmp_N5() { - type A = NInt, B1>>; - type B = NInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type N3CmpN5 = >::Output; - assert_eq!(::to_ordering(), Ordering::Greater); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_Add_N4() { - type A = NInt, B1>>; - type B = NInt, B0>, B0>>; - type N7 = NInt, B1>, B1>>; - - #[allow(non_camel_case_types)] - type N3AddN4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_Sub_N4() { - type A = NInt, B1>>; - type B = NInt, B0>, B0>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type N3SubN4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_Mul_N4() { - type A = NInt, B1>>; - type B = NInt, B0>, B0>>; - type P12 = PInt, B1>, B0>, B0>>; - - #[allow(non_camel_case_types)] - type N3MulN4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_Min_N4() { - type A = NInt, B1>>; - type B = NInt, B0>, B0>>; - type N4 = NInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type N3MinN4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_Max_N4() { - type A = NInt, B1>>; - type B = NInt, B0>, B0>>; - type N3 = NInt, B1>>; - - #[allow(non_camel_case_types)] - type N3MaxN4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_Gcd_N4() { - type A = NInt, B1>>; - type B = NInt, B0>, B0>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type N3GcdN4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_Div_N4() { - type A = NInt, B1>>; - type B = NInt, B0>, B0>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type N3DivN4 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_Rem_N4() { - type A = NInt, B1>>; - type B = NInt, B0>, B0>>; - type N3 = NInt, B1>>; - - #[allow(non_camel_case_types)] - type N3RemN4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_Cmp_N4() { - type A = NInt, B1>>; - type B = NInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type N3CmpN4 = >::Output; - assert_eq!(::to_ordering(), Ordering::Greater); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_Add_N3() { - type A = NInt, B1>>; - type B = NInt, B1>>; - type N6 = NInt, B1>, B0>>; - - #[allow(non_camel_case_types)] - type N3AddN3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_Sub_N3() { - type A = NInt, B1>>; - type B = NInt, B1>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type N3SubN3 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_Mul_N3() { - type A = NInt, B1>>; - type B = NInt, B1>>; - type P9 = PInt, B0>, B0>, B1>>; - - #[allow(non_camel_case_types)] - type N3MulN3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_Min_N3() { - type A = NInt, B1>>; - type B = NInt, B1>>; - type N3 = NInt, B1>>; - - #[allow(non_camel_case_types)] - type N3MinN3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_Max_N3() { - type A = NInt, B1>>; - type B = NInt, B1>>; - type N3 = NInt, B1>>; - - #[allow(non_camel_case_types)] - type N3MaxN3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_Gcd_N3() { - type A = NInt, B1>>; - type B = NInt, B1>>; - type P3 = PInt, B1>>; - - #[allow(non_camel_case_types)] - type N3GcdN3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_Div_N3() { - type A = NInt, B1>>; - type B = NInt, B1>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type N3DivN3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_Rem_N3() { - type A = NInt, B1>>; - type B = NInt, B1>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type N3RemN3 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_PartialDiv_N3() { - type A = NInt, B1>>; - type B = NInt, B1>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type N3PartialDivN3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_Cmp_N3() { - type A = NInt, B1>>; - type B = NInt, B1>>; - - #[allow(non_camel_case_types)] - type N3CmpN3 = >::Output; - assert_eq!(::to_ordering(), Ordering::Equal); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_Add_N2() { - type A = NInt, B1>>; - type B = NInt, B0>>; - type N5 = NInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type N3AddN2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_Sub_N2() { - type A = NInt, B1>>; - type B = NInt, B0>>; - type N1 = NInt>; - - #[allow(non_camel_case_types)] - type N3SubN2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_Mul_N2() { - type A = NInt, B1>>; - type B = NInt, B0>>; - type P6 = PInt, B1>, B0>>; - - #[allow(non_camel_case_types)] - type N3MulN2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_Min_N2() { - type A = NInt, B1>>; - type B = NInt, B0>>; - type N3 = NInt, B1>>; - - #[allow(non_camel_case_types)] - type N3MinN2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_Max_N2() { - type A = NInt, B1>>; - type B = NInt, B0>>; - type N2 = NInt, B0>>; - - #[allow(non_camel_case_types)] - type N3MaxN2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_Gcd_N2() { - type A = NInt, B1>>; - type B = NInt, B0>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type N3GcdN2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_Div_N2() { - type A = NInt, B1>>; - type B = NInt, B0>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type N3DivN2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_Rem_N2() { - type A = NInt, B1>>; - type B = NInt, B0>>; - type N1 = NInt>; - - #[allow(non_camel_case_types)] - type N3RemN2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_Cmp_N2() { - type A = NInt, B1>>; - type B = NInt, B0>>; - - #[allow(non_camel_case_types)] - type N3CmpN2 = >::Output; - assert_eq!(::to_ordering(), Ordering::Less); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_Add_N1() { - type A = NInt, B1>>; - type B = NInt>; - type N4 = NInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type N3AddN1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_Sub_N1() { - type A = NInt, B1>>; - type B = NInt>; - type N2 = NInt, B0>>; - - #[allow(non_camel_case_types)] - type N3SubN1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_Mul_N1() { - type A = NInt, B1>>; - type B = NInt>; - type P3 = PInt, B1>>; - - #[allow(non_camel_case_types)] - type N3MulN1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_Min_N1() { - type A = NInt, B1>>; - type B = NInt>; - type N3 = NInt, B1>>; - - #[allow(non_camel_case_types)] - type N3MinN1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_Max_N1() { - type A = NInt, B1>>; - type B = NInt>; - type N1 = NInt>; - - #[allow(non_camel_case_types)] - type N3MaxN1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_Gcd_N1() { - type A = NInt, B1>>; - type B = NInt>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type N3GcdN1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_Div_N1() { - type A = NInt, B1>>; - type B = NInt>; - type P3 = PInt, B1>>; - - #[allow(non_camel_case_types)] - type N3DivN1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_Rem_N1() { - type A = NInt, B1>>; - type B = NInt>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type N3RemN1 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_PartialDiv_N1() { - type A = NInt, B1>>; - type B = NInt>; - type P3 = PInt, B1>>; - - #[allow(non_camel_case_types)] - type N3PartialDivN1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_Cmp_N1() { - type A = NInt, B1>>; - type B = NInt>; - - #[allow(non_camel_case_types)] - type N3CmpN1 = >::Output; - assert_eq!(::to_ordering(), Ordering::Less); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_Add__0() { - type A = NInt, B1>>; - type B = Z0; - type N3 = NInt, B1>>; - - #[allow(non_camel_case_types)] - type N3Add_0 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_Sub__0() { - type A = NInt, B1>>; - type B = Z0; - type N3 = NInt, B1>>; - - #[allow(non_camel_case_types)] - type N3Sub_0 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_Mul__0() { - type A = NInt, B1>>; - type B = Z0; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type N3Mul_0 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_Min__0() { - type A = NInt, B1>>; - type B = Z0; - type N3 = NInt, B1>>; - - #[allow(non_camel_case_types)] - type N3Min_0 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_Max__0() { - type A = NInt, B1>>; - type B = Z0; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type N3Max_0 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_Gcd__0() { - type A = NInt, B1>>; - type B = Z0; - type P3 = PInt, B1>>; - - #[allow(non_camel_case_types)] - type N3Gcd_0 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_Pow__0() { - type A = NInt, B1>>; - type B = Z0; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type N3Pow_0 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_Cmp__0() { - type A = NInt, B1>>; - type B = Z0; - - #[allow(non_camel_case_types)] - type N3Cmp_0 = >::Output; - assert_eq!(::to_ordering(), Ordering::Less); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_Add_P1() { - type A = NInt, B1>>; - type B = PInt>; - type N2 = NInt, B0>>; - - #[allow(non_camel_case_types)] - type N3AddP1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_Sub_P1() { - type A = NInt, B1>>; - type B = PInt>; - type N4 = NInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type N3SubP1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_Mul_P1() { - type A = NInt, B1>>; - type B = PInt>; - type N3 = NInt, B1>>; - - #[allow(non_camel_case_types)] - type N3MulP1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_Min_P1() { - type A = NInt, B1>>; - type B = PInt>; - type N3 = NInt, B1>>; - - #[allow(non_camel_case_types)] - type N3MinP1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_Max_P1() { - type A = NInt, B1>>; - type B = PInt>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type N3MaxP1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_Gcd_P1() { - type A = NInt, B1>>; - type B = PInt>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type N3GcdP1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_Div_P1() { - type A = NInt, B1>>; - type B = PInt>; - type N3 = NInt, B1>>; - - #[allow(non_camel_case_types)] - type N3DivP1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_Rem_P1() { - type A = NInt, B1>>; - type B = PInt>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type N3RemP1 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_PartialDiv_P1() { - type A = NInt, B1>>; - type B = PInt>; - type N3 = NInt, B1>>; - - #[allow(non_camel_case_types)] - type N3PartialDivP1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_Pow_P1() { - type A = NInt, B1>>; - type B = PInt>; - type N3 = NInt, B1>>; - - #[allow(non_camel_case_types)] - type N3PowP1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_Cmp_P1() { - type A = NInt, B1>>; - type B = PInt>; - - #[allow(non_camel_case_types)] - type N3CmpP1 = >::Output; - assert_eq!(::to_ordering(), Ordering::Less); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_Add_P2() { - type A = NInt, B1>>; - type B = PInt, B0>>; - type N1 = NInt>; - - #[allow(non_camel_case_types)] - type N3AddP2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_Sub_P2() { - type A = NInt, B1>>; - type B = PInt, B0>>; - type N5 = NInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type N3SubP2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_Mul_P2() { - type A = NInt, B1>>; - type B = PInt, B0>>; - type N6 = NInt, B1>, B0>>; - - #[allow(non_camel_case_types)] - type N3MulP2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_Min_P2() { - type A = NInt, B1>>; - type B = PInt, B0>>; - type N3 = NInt, B1>>; - - #[allow(non_camel_case_types)] - type N3MinP2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_Max_P2() { - type A = NInt, B1>>; - type B = PInt, B0>>; - type P2 = PInt, B0>>; - - #[allow(non_camel_case_types)] - type N3MaxP2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_Gcd_P2() { - type A = NInt, B1>>; - type B = PInt, B0>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type N3GcdP2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_Div_P2() { - type A = NInt, B1>>; - type B = PInt, B0>>; - type N1 = NInt>; - - #[allow(non_camel_case_types)] - type N3DivP2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_Rem_P2() { - type A = NInt, B1>>; - type B = PInt, B0>>; - type N1 = NInt>; - - #[allow(non_camel_case_types)] - type N3RemP2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_Pow_P2() { - type A = NInt, B1>>; - type B = PInt, B0>>; - type P9 = PInt, B0>, B0>, B1>>; - - #[allow(non_camel_case_types)] - type N3PowP2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_Cmp_P2() { - type A = NInt, B1>>; - type B = PInt, B0>>; - - #[allow(non_camel_case_types)] - type N3CmpP2 = >::Output; - assert_eq!(::to_ordering(), Ordering::Less); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_Add_P3() { - type A = NInt, B1>>; - type B = PInt, B1>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type N3AddP3 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_Sub_P3() { - type A = NInt, B1>>; - type B = PInt, B1>>; - type N6 = NInt, B1>, B0>>; - - #[allow(non_camel_case_types)] - type N3SubP3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_Mul_P3() { - type A = NInt, B1>>; - type B = PInt, B1>>; - type N9 = NInt, B0>, B0>, B1>>; - - #[allow(non_camel_case_types)] - type N3MulP3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_Min_P3() { - type A = NInt, B1>>; - type B = PInt, B1>>; - type N3 = NInt, B1>>; - - #[allow(non_camel_case_types)] - type N3MinP3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_Max_P3() { - type A = NInt, B1>>; - type B = PInt, B1>>; - type P3 = PInt, B1>>; - - #[allow(non_camel_case_types)] - type N3MaxP3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_Gcd_P3() { - type A = NInt, B1>>; - type B = PInt, B1>>; - type P3 = PInt, B1>>; - - #[allow(non_camel_case_types)] - type N3GcdP3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_Div_P3() { - type A = NInt, B1>>; - type B = PInt, B1>>; - type N1 = NInt>; - - #[allow(non_camel_case_types)] - type N3DivP3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_Rem_P3() { - type A = NInt, B1>>; - type B = PInt, B1>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type N3RemP3 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_PartialDiv_P3() { - type A = NInt, B1>>; - type B = PInt, B1>>; - type N1 = NInt>; - - #[allow(non_camel_case_types)] - type N3PartialDivP3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_Pow_P3() { - type A = NInt, B1>>; - type B = PInt, B1>>; - type N27 = NInt, B1>, B0>, B1>, B1>>; - - #[allow(non_camel_case_types)] - type N3PowP3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_Cmp_P3() { - type A = NInt, B1>>; - type B = PInt, B1>>; - - #[allow(non_camel_case_types)] - type N3CmpP3 = >::Output; - assert_eq!(::to_ordering(), Ordering::Less); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_Add_P4() { - type A = NInt, B1>>; - type B = PInt, B0>, B0>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type N3AddP4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_Sub_P4() { - type A = NInt, B1>>; - type B = PInt, B0>, B0>>; - type N7 = NInt, B1>, B1>>; - - #[allow(non_camel_case_types)] - type N3SubP4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_Mul_P4() { - type A = NInt, B1>>; - type B = PInt, B0>, B0>>; - type N12 = NInt, B1>, B0>, B0>>; - - #[allow(non_camel_case_types)] - type N3MulP4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_Min_P4() { - type A = NInt, B1>>; - type B = PInt, B0>, B0>>; - type N3 = NInt, B1>>; - - #[allow(non_camel_case_types)] - type N3MinP4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_Max_P4() { - type A = NInt, B1>>; - type B = PInt, B0>, B0>>; - type P4 = PInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type N3MaxP4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_Gcd_P4() { - type A = NInt, B1>>; - type B = PInt, B0>, B0>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type N3GcdP4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_Div_P4() { - type A = NInt, B1>>; - type B = PInt, B0>, B0>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type N3DivP4 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_Rem_P4() { - type A = NInt, B1>>; - type B = PInt, B0>, B0>>; - type N3 = NInt, B1>>; - - #[allow(non_camel_case_types)] - type N3RemP4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_Pow_P4() { - type A = NInt, B1>>; - type B = PInt, B0>, B0>>; - type P81 = PInt, B0>, B1>, B0>, B0>, B0>, B1>>; - - #[allow(non_camel_case_types)] - type N3PowP4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_Cmp_P4() { - type A = NInt, B1>>; - type B = PInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type N3CmpP4 = >::Output; - assert_eq!(::to_ordering(), Ordering::Less); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_Add_P5() { - type A = NInt, B1>>; - type B = PInt, B0>, B1>>; - type P2 = PInt, B0>>; - - #[allow(non_camel_case_types)] - type N3AddP5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_Sub_P5() { - type A = NInt, B1>>; - type B = PInt, B0>, B1>>; - type N8 = NInt, B0>, B0>, B0>>; - - #[allow(non_camel_case_types)] - type N3SubP5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_Mul_P5() { - type A = NInt, B1>>; - type B = PInt, B0>, B1>>; - type N15 = NInt, B1>, B1>, B1>>; - - #[allow(non_camel_case_types)] - type N3MulP5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_Min_P5() { - type A = NInt, B1>>; - type B = PInt, B0>, B1>>; - type N3 = NInt, B1>>; - - #[allow(non_camel_case_types)] - type N3MinP5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_Max_P5() { - type A = NInt, B1>>; - type B = PInt, B0>, B1>>; - type P5 = PInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type N3MaxP5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_Gcd_P5() { - type A = NInt, B1>>; - type B = PInt, B0>, B1>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type N3GcdP5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_Div_P5() { - type A = NInt, B1>>; - type B = PInt, B0>, B1>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type N3DivP5 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_Rem_P5() { - type A = NInt, B1>>; - type B = PInt, B0>, B1>>; - type N3 = NInt, B1>>; - - #[allow(non_camel_case_types)] - type N3RemP5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_Pow_P5() { - type A = NInt, B1>>; - type B = PInt, B0>, B1>>; - type N243 = NInt, B1>, B1>, B1>, B0>, B0>, B1>, B1>>; - - #[allow(non_camel_case_types)] - type N3PowP5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_Cmp_P5() { - type A = NInt, B1>>; - type B = PInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type N3CmpP5 = >::Output; - assert_eq!(::to_ordering(), Ordering::Less); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_Add_N5() { - type A = NInt, B0>>; - type B = NInt, B0>, B1>>; - type N7 = NInt, B1>, B1>>; - - #[allow(non_camel_case_types)] - type N2AddN5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_Sub_N5() { - type A = NInt, B0>>; - type B = NInt, B0>, B1>>; - type P3 = PInt, B1>>; - - #[allow(non_camel_case_types)] - type N2SubN5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_Mul_N5() { - type A = NInt, B0>>; - type B = NInt, B0>, B1>>; - type P10 = PInt, B0>, B1>, B0>>; - - #[allow(non_camel_case_types)] - type N2MulN5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_Min_N5() { - type A = NInt, B0>>; - type B = NInt, B0>, B1>>; - type N5 = NInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type N2MinN5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_Max_N5() { - type A = NInt, B0>>; - type B = NInt, B0>, B1>>; - type N2 = NInt, B0>>; - - #[allow(non_camel_case_types)] - type N2MaxN5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_Gcd_N5() { - type A = NInt, B0>>; - type B = NInt, B0>, B1>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type N2GcdN5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_Div_N5() { - type A = NInt, B0>>; - type B = NInt, B0>, B1>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type N2DivN5 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_Rem_N5() { - type A = NInt, B0>>; - type B = NInt, B0>, B1>>; - type N2 = NInt, B0>>; - - #[allow(non_camel_case_types)] - type N2RemN5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_Cmp_N5() { - type A = NInt, B0>>; - type B = NInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type N2CmpN5 = >::Output; - assert_eq!(::to_ordering(), Ordering::Greater); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_Add_N4() { - type A = NInt, B0>>; - type B = NInt, B0>, B0>>; - type N6 = NInt, B1>, B0>>; - - #[allow(non_camel_case_types)] - type N2AddN4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_Sub_N4() { - type A = NInt, B0>>; - type B = NInt, B0>, B0>>; - type P2 = PInt, B0>>; - - #[allow(non_camel_case_types)] - type N2SubN4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_Mul_N4() { - type A = NInt, B0>>; - type B = NInt, B0>, B0>>; - type P8 = PInt, B0>, B0>, B0>>; - - #[allow(non_camel_case_types)] - type N2MulN4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_Min_N4() { - type A = NInt, B0>>; - type B = NInt, B0>, B0>>; - type N4 = NInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type N2MinN4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_Max_N4() { - type A = NInt, B0>>; - type B = NInt, B0>, B0>>; - type N2 = NInt, B0>>; - - #[allow(non_camel_case_types)] - type N2MaxN4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_Gcd_N4() { - type A = NInt, B0>>; - type B = NInt, B0>, B0>>; - type P2 = PInt, B0>>; - - #[allow(non_camel_case_types)] - type N2GcdN4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_Div_N4() { - type A = NInt, B0>>; - type B = NInt, B0>, B0>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type N2DivN4 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_Rem_N4() { - type A = NInt, B0>>; - type B = NInt, B0>, B0>>; - type N2 = NInt, B0>>; - - #[allow(non_camel_case_types)] - type N2RemN4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_Cmp_N4() { - type A = NInt, B0>>; - type B = NInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type N2CmpN4 = >::Output; - assert_eq!(::to_ordering(), Ordering::Greater); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_Add_N3() { - type A = NInt, B0>>; - type B = NInt, B1>>; - type N5 = NInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type N2AddN3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_Sub_N3() { - type A = NInt, B0>>; - type B = NInt, B1>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type N2SubN3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_Mul_N3() { - type A = NInt, B0>>; - type B = NInt, B1>>; - type P6 = PInt, B1>, B0>>; - - #[allow(non_camel_case_types)] - type N2MulN3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_Min_N3() { - type A = NInt, B0>>; - type B = NInt, B1>>; - type N3 = NInt, B1>>; - - #[allow(non_camel_case_types)] - type N2MinN3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_Max_N3() { - type A = NInt, B0>>; - type B = NInt, B1>>; - type N2 = NInt, B0>>; - - #[allow(non_camel_case_types)] - type N2MaxN3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_Gcd_N3() { - type A = NInt, B0>>; - type B = NInt, B1>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type N2GcdN3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_Div_N3() { - type A = NInt, B0>>; - type B = NInt, B1>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type N2DivN3 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_Rem_N3() { - type A = NInt, B0>>; - type B = NInt, B1>>; - type N2 = NInt, B0>>; - - #[allow(non_camel_case_types)] - type N2RemN3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_Cmp_N3() { - type A = NInt, B0>>; - type B = NInt, B1>>; - - #[allow(non_camel_case_types)] - type N2CmpN3 = >::Output; - assert_eq!(::to_ordering(), Ordering::Greater); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_Add_N2() { - type A = NInt, B0>>; - type B = NInt, B0>>; - type N4 = NInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type N2AddN2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_Sub_N2() { - type A = NInt, B0>>; - type B = NInt, B0>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type N2SubN2 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_Mul_N2() { - type A = NInt, B0>>; - type B = NInt, B0>>; - type P4 = PInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type N2MulN2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_Min_N2() { - type A = NInt, B0>>; - type B = NInt, B0>>; - type N2 = NInt, B0>>; - - #[allow(non_camel_case_types)] - type N2MinN2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_Max_N2() { - type A = NInt, B0>>; - type B = NInt, B0>>; - type N2 = NInt, B0>>; - - #[allow(non_camel_case_types)] - type N2MaxN2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_Gcd_N2() { - type A = NInt, B0>>; - type B = NInt, B0>>; - type P2 = PInt, B0>>; - - #[allow(non_camel_case_types)] - type N2GcdN2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_Div_N2() { - type A = NInt, B0>>; - type B = NInt, B0>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type N2DivN2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_Rem_N2() { - type A = NInt, B0>>; - type B = NInt, B0>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type N2RemN2 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_PartialDiv_N2() { - type A = NInt, B0>>; - type B = NInt, B0>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type N2PartialDivN2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_Cmp_N2() { - type A = NInt, B0>>; - type B = NInt, B0>>; - - #[allow(non_camel_case_types)] - type N2CmpN2 = >::Output; - assert_eq!(::to_ordering(), Ordering::Equal); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_Add_N1() { - type A = NInt, B0>>; - type B = NInt>; - type N3 = NInt, B1>>; - - #[allow(non_camel_case_types)] - type N2AddN1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_Sub_N1() { - type A = NInt, B0>>; - type B = NInt>; - type N1 = NInt>; - - #[allow(non_camel_case_types)] - type N2SubN1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_Mul_N1() { - type A = NInt, B0>>; - type B = NInt>; - type P2 = PInt, B0>>; - - #[allow(non_camel_case_types)] - type N2MulN1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_Min_N1() { - type A = NInt, B0>>; - type B = NInt>; - type N2 = NInt, B0>>; - - #[allow(non_camel_case_types)] - type N2MinN1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_Max_N1() { - type A = NInt, B0>>; - type B = NInt>; - type N1 = NInt>; - - #[allow(non_camel_case_types)] - type N2MaxN1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_Gcd_N1() { - type A = NInt, B0>>; - type B = NInt>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type N2GcdN1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_Div_N1() { - type A = NInt, B0>>; - type B = NInt>; - type P2 = PInt, B0>>; - - #[allow(non_camel_case_types)] - type N2DivN1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_Rem_N1() { - type A = NInt, B0>>; - type B = NInt>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type N2RemN1 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_PartialDiv_N1() { - type A = NInt, B0>>; - type B = NInt>; - type P2 = PInt, B0>>; - - #[allow(non_camel_case_types)] - type N2PartialDivN1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_Cmp_N1() { - type A = NInt, B0>>; - type B = NInt>; - - #[allow(non_camel_case_types)] - type N2CmpN1 = >::Output; - assert_eq!(::to_ordering(), Ordering::Less); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_Add__0() { - type A = NInt, B0>>; - type B = Z0; - type N2 = NInt, B0>>; - - #[allow(non_camel_case_types)] - type N2Add_0 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_Sub__0() { - type A = NInt, B0>>; - type B = Z0; - type N2 = NInt, B0>>; - - #[allow(non_camel_case_types)] - type N2Sub_0 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_Mul__0() { - type A = NInt, B0>>; - type B = Z0; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type N2Mul_0 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_Min__0() { - type A = NInt, B0>>; - type B = Z0; - type N2 = NInt, B0>>; - - #[allow(non_camel_case_types)] - type N2Min_0 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_Max__0() { - type A = NInt, B0>>; - type B = Z0; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type N2Max_0 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_Gcd__0() { - type A = NInt, B0>>; - type B = Z0; - type P2 = PInt, B0>>; - - #[allow(non_camel_case_types)] - type N2Gcd_0 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_Pow__0() { - type A = NInt, B0>>; - type B = Z0; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type N2Pow_0 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_Cmp__0() { - type A = NInt, B0>>; - type B = Z0; - - #[allow(non_camel_case_types)] - type N2Cmp_0 = >::Output; - assert_eq!(::to_ordering(), Ordering::Less); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_Add_P1() { - type A = NInt, B0>>; - type B = PInt>; - type N1 = NInt>; - - #[allow(non_camel_case_types)] - type N2AddP1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_Sub_P1() { - type A = NInt, B0>>; - type B = PInt>; - type N3 = NInt, B1>>; - - #[allow(non_camel_case_types)] - type N2SubP1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_Mul_P1() { - type A = NInt, B0>>; - type B = PInt>; - type N2 = NInt, B0>>; - - #[allow(non_camel_case_types)] - type N2MulP1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_Min_P1() { - type A = NInt, B0>>; - type B = PInt>; - type N2 = NInt, B0>>; - - #[allow(non_camel_case_types)] - type N2MinP1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_Max_P1() { - type A = NInt, B0>>; - type B = PInt>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type N2MaxP1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_Gcd_P1() { - type A = NInt, B0>>; - type B = PInt>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type N2GcdP1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_Div_P1() { - type A = NInt, B0>>; - type B = PInt>; - type N2 = NInt, B0>>; - - #[allow(non_camel_case_types)] - type N2DivP1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_Rem_P1() { - type A = NInt, B0>>; - type B = PInt>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type N2RemP1 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_PartialDiv_P1() { - type A = NInt, B0>>; - type B = PInt>; - type N2 = NInt, B0>>; - - #[allow(non_camel_case_types)] - type N2PartialDivP1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_Pow_P1() { - type A = NInt, B0>>; - type B = PInt>; - type N2 = NInt, B0>>; - - #[allow(non_camel_case_types)] - type N2PowP1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_Cmp_P1() { - type A = NInt, B0>>; - type B = PInt>; - - #[allow(non_camel_case_types)] - type N2CmpP1 = >::Output; - assert_eq!(::to_ordering(), Ordering::Less); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_Add_P2() { - type A = NInt, B0>>; - type B = PInt, B0>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type N2AddP2 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_Sub_P2() { - type A = NInt, B0>>; - type B = PInt, B0>>; - type N4 = NInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type N2SubP2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_Mul_P2() { - type A = NInt, B0>>; - type B = PInt, B0>>; - type N4 = NInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type N2MulP2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_Min_P2() { - type A = NInt, B0>>; - type B = PInt, B0>>; - type N2 = NInt, B0>>; - - #[allow(non_camel_case_types)] - type N2MinP2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_Max_P2() { - type A = NInt, B0>>; - type B = PInt, B0>>; - type P2 = PInt, B0>>; - - #[allow(non_camel_case_types)] - type N2MaxP2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_Gcd_P2() { - type A = NInt, B0>>; - type B = PInt, B0>>; - type P2 = PInt, B0>>; - - #[allow(non_camel_case_types)] - type N2GcdP2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_Div_P2() { - type A = NInt, B0>>; - type B = PInt, B0>>; - type N1 = NInt>; - - #[allow(non_camel_case_types)] - type N2DivP2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_Rem_P2() { - type A = NInt, B0>>; - type B = PInt, B0>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type N2RemP2 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_PartialDiv_P2() { - type A = NInt, B0>>; - type B = PInt, B0>>; - type N1 = NInt>; - - #[allow(non_camel_case_types)] - type N2PartialDivP2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_Pow_P2() { - type A = NInt, B0>>; - type B = PInt, B0>>; - type P4 = PInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type N2PowP2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_Cmp_P2() { - type A = NInt, B0>>; - type B = PInt, B0>>; - - #[allow(non_camel_case_types)] - type N2CmpP2 = >::Output; - assert_eq!(::to_ordering(), Ordering::Less); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_Add_P3() { - type A = NInt, B0>>; - type B = PInt, B1>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type N2AddP3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_Sub_P3() { - type A = NInt, B0>>; - type B = PInt, B1>>; - type N5 = NInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type N2SubP3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_Mul_P3() { - type A = NInt, B0>>; - type B = PInt, B1>>; - type N6 = NInt, B1>, B0>>; - - #[allow(non_camel_case_types)] - type N2MulP3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_Min_P3() { - type A = NInt, B0>>; - type B = PInt, B1>>; - type N2 = NInt, B0>>; - - #[allow(non_camel_case_types)] - type N2MinP3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_Max_P3() { - type A = NInt, B0>>; - type B = PInt, B1>>; - type P3 = PInt, B1>>; - - #[allow(non_camel_case_types)] - type N2MaxP3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_Gcd_P3() { - type A = NInt, B0>>; - type B = PInt, B1>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type N2GcdP3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_Div_P3() { - type A = NInt, B0>>; - type B = PInt, B1>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type N2DivP3 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_Rem_P3() { - type A = NInt, B0>>; - type B = PInt, B1>>; - type N2 = NInt, B0>>; - - #[allow(non_camel_case_types)] - type N2RemP3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_Pow_P3() { - type A = NInt, B0>>; - type B = PInt, B1>>; - type N8 = NInt, B0>, B0>, B0>>; - - #[allow(non_camel_case_types)] - type N2PowP3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_Cmp_P3() { - type A = NInt, B0>>; - type B = PInt, B1>>; - - #[allow(non_camel_case_types)] - type N2CmpP3 = >::Output; - assert_eq!(::to_ordering(), Ordering::Less); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_Add_P4() { - type A = NInt, B0>>; - type B = PInt, B0>, B0>>; - type P2 = PInt, B0>>; - - #[allow(non_camel_case_types)] - type N2AddP4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_Sub_P4() { - type A = NInt, B0>>; - type B = PInt, B0>, B0>>; - type N6 = NInt, B1>, B0>>; - - #[allow(non_camel_case_types)] - type N2SubP4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_Mul_P4() { - type A = NInt, B0>>; - type B = PInt, B0>, B0>>; - type N8 = NInt, B0>, B0>, B0>>; - - #[allow(non_camel_case_types)] - type N2MulP4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_Min_P4() { - type A = NInt, B0>>; - type B = PInt, B0>, B0>>; - type N2 = NInt, B0>>; - - #[allow(non_camel_case_types)] - type N2MinP4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_Max_P4() { - type A = NInt, B0>>; - type B = PInt, B0>, B0>>; - type P4 = PInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type N2MaxP4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_Gcd_P4() { - type A = NInt, B0>>; - type B = PInt, B0>, B0>>; - type P2 = PInt, B0>>; - - #[allow(non_camel_case_types)] - type N2GcdP4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_Div_P4() { - type A = NInt, B0>>; - type B = PInt, B0>, B0>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type N2DivP4 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_Rem_P4() { - type A = NInt, B0>>; - type B = PInt, B0>, B0>>; - type N2 = NInt, B0>>; - - #[allow(non_camel_case_types)] - type N2RemP4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_Pow_P4() { - type A = NInt, B0>>; - type B = PInt, B0>, B0>>; - type P16 = PInt, B0>, B0>, B0>, B0>>; - - #[allow(non_camel_case_types)] - type N2PowP4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_Cmp_P4() { - type A = NInt, B0>>; - type B = PInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type N2CmpP4 = >::Output; - assert_eq!(::to_ordering(), Ordering::Less); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_Add_P5() { - type A = NInt, B0>>; - type B = PInt, B0>, B1>>; - type P3 = PInt, B1>>; - - #[allow(non_camel_case_types)] - type N2AddP5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_Sub_P5() { - type A = NInt, B0>>; - type B = PInt, B0>, B1>>; - type N7 = NInt, B1>, B1>>; - - #[allow(non_camel_case_types)] - type N2SubP5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_Mul_P5() { - type A = NInt, B0>>; - type B = PInt, B0>, B1>>; - type N10 = NInt, B0>, B1>, B0>>; - - #[allow(non_camel_case_types)] - type N2MulP5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_Min_P5() { - type A = NInt, B0>>; - type B = PInt, B0>, B1>>; - type N2 = NInt, B0>>; - - #[allow(non_camel_case_types)] - type N2MinP5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_Max_P5() { - type A = NInt, B0>>; - type B = PInt, B0>, B1>>; - type P5 = PInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type N2MaxP5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_Gcd_P5() { - type A = NInt, B0>>; - type B = PInt, B0>, B1>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type N2GcdP5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_Div_P5() { - type A = NInt, B0>>; - type B = PInt, B0>, B1>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type N2DivP5 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_Rem_P5() { - type A = NInt, B0>>; - type B = PInt, B0>, B1>>; - type N2 = NInt, B0>>; - - #[allow(non_camel_case_types)] - type N2RemP5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_Pow_P5() { - type A = NInt, B0>>; - type B = PInt, B0>, B1>>; - type N32 = NInt, B0>, B0>, B0>, B0>, B0>>; - - #[allow(non_camel_case_types)] - type N2PowP5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_Cmp_P5() { - type A = NInt, B0>>; - type B = PInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type N2CmpP5 = >::Output; - assert_eq!(::to_ordering(), Ordering::Less); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Add_N5() { - type A = NInt>; - type B = NInt, B0>, B1>>; - type N6 = NInt, B1>, B0>>; - - #[allow(non_camel_case_types)] - type N1AddN5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Sub_N5() { - type A = NInt>; - type B = NInt, B0>, B1>>; - type P4 = PInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type N1SubN5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Mul_N5() { - type A = NInt>; - type B = NInt, B0>, B1>>; - type P5 = PInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type N1MulN5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Min_N5() { - type A = NInt>; - type B = NInt, B0>, B1>>; - type N5 = NInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type N1MinN5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Max_N5() { - type A = NInt>; - type B = NInt, B0>, B1>>; - type N1 = NInt>; - - #[allow(non_camel_case_types)] - type N1MaxN5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Gcd_N5() { - type A = NInt>; - type B = NInt, B0>, B1>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type N1GcdN5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Div_N5() { - type A = NInt>; - type B = NInt, B0>, B1>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type N1DivN5 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Rem_N5() { - type A = NInt>; - type B = NInt, B0>, B1>>; - type N1 = NInt>; - - #[allow(non_camel_case_types)] - type N1RemN5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Pow_N5() { - type A = NInt>; - type B = NInt, B0>, B1>>; - type N1 = NInt>; - - #[allow(non_camel_case_types)] - type N1PowN5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Cmp_N5() { - type A = NInt>; - type B = NInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type N1CmpN5 = >::Output; - assert_eq!(::to_ordering(), Ordering::Greater); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Add_N4() { - type A = NInt>; - type B = NInt, B0>, B0>>; - type N5 = NInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type N1AddN4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Sub_N4() { - type A = NInt>; - type B = NInt, B0>, B0>>; - type P3 = PInt, B1>>; - - #[allow(non_camel_case_types)] - type N1SubN4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Mul_N4() { - type A = NInt>; - type B = NInt, B0>, B0>>; - type P4 = PInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type N1MulN4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Min_N4() { - type A = NInt>; - type B = NInt, B0>, B0>>; - type N4 = NInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type N1MinN4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Max_N4() { - type A = NInt>; - type B = NInt, B0>, B0>>; - type N1 = NInt>; - - #[allow(non_camel_case_types)] - type N1MaxN4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Gcd_N4() { - type A = NInt>; - type B = NInt, B0>, B0>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type N1GcdN4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Div_N4() { - type A = NInt>; - type B = NInt, B0>, B0>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type N1DivN4 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Rem_N4() { - type A = NInt>; - type B = NInt, B0>, B0>>; - type N1 = NInt>; - - #[allow(non_camel_case_types)] - type N1RemN4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Pow_N4() { - type A = NInt>; - type B = NInt, B0>, B0>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type N1PowN4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Cmp_N4() { - type A = NInt>; - type B = NInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type N1CmpN4 = >::Output; - assert_eq!(::to_ordering(), Ordering::Greater); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Add_N3() { - type A = NInt>; - type B = NInt, B1>>; - type N4 = NInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type N1AddN3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Sub_N3() { - type A = NInt>; - type B = NInt, B1>>; - type P2 = PInt, B0>>; - - #[allow(non_camel_case_types)] - type N1SubN3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Mul_N3() { - type A = NInt>; - type B = NInt, B1>>; - type P3 = PInt, B1>>; - - #[allow(non_camel_case_types)] - type N1MulN3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Min_N3() { - type A = NInt>; - type B = NInt, B1>>; - type N3 = NInt, B1>>; - - #[allow(non_camel_case_types)] - type N1MinN3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Max_N3() { - type A = NInt>; - type B = NInt, B1>>; - type N1 = NInt>; - - #[allow(non_camel_case_types)] - type N1MaxN3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Gcd_N3() { - type A = NInt>; - type B = NInt, B1>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type N1GcdN3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Div_N3() { - type A = NInt>; - type B = NInt, B1>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type N1DivN3 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Rem_N3() { - type A = NInt>; - type B = NInt, B1>>; - type N1 = NInt>; - - #[allow(non_camel_case_types)] - type N1RemN3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Pow_N3() { - type A = NInt>; - type B = NInt, B1>>; - type N1 = NInt>; - - #[allow(non_camel_case_types)] - type N1PowN3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Cmp_N3() { - type A = NInt>; - type B = NInt, B1>>; - - #[allow(non_camel_case_types)] - type N1CmpN3 = >::Output; - assert_eq!(::to_ordering(), Ordering::Greater); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Add_N2() { - type A = NInt>; - type B = NInt, B0>>; - type N3 = NInt, B1>>; - - #[allow(non_camel_case_types)] - type N1AddN2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Sub_N2() { - type A = NInt>; - type B = NInt, B0>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type N1SubN2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Mul_N2() { - type A = NInt>; - type B = NInt, B0>>; - type P2 = PInt, B0>>; - - #[allow(non_camel_case_types)] - type N1MulN2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Min_N2() { - type A = NInt>; - type B = NInt, B0>>; - type N2 = NInt, B0>>; - - #[allow(non_camel_case_types)] - type N1MinN2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Max_N2() { - type A = NInt>; - type B = NInt, B0>>; - type N1 = NInt>; - - #[allow(non_camel_case_types)] - type N1MaxN2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Gcd_N2() { - type A = NInt>; - type B = NInt, B0>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type N1GcdN2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Div_N2() { - type A = NInt>; - type B = NInt, B0>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type N1DivN2 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Rem_N2() { - type A = NInt>; - type B = NInt, B0>>; - type N1 = NInt>; - - #[allow(non_camel_case_types)] - type N1RemN2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Pow_N2() { - type A = NInt>; - type B = NInt, B0>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type N1PowN2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Cmp_N2() { - type A = NInt>; - type B = NInt, B0>>; - - #[allow(non_camel_case_types)] - type N1CmpN2 = >::Output; - assert_eq!(::to_ordering(), Ordering::Greater); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Add_N1() { - type A = NInt>; - type B = NInt>; - type N2 = NInt, B0>>; - - #[allow(non_camel_case_types)] - type N1AddN1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Sub_N1() { - type A = NInt>; - type B = NInt>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type N1SubN1 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Mul_N1() { - type A = NInt>; - type B = NInt>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type N1MulN1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Min_N1() { - type A = NInt>; - type B = NInt>; - type N1 = NInt>; - - #[allow(non_camel_case_types)] - type N1MinN1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Max_N1() { - type A = NInt>; - type B = NInt>; - type N1 = NInt>; - - #[allow(non_camel_case_types)] - type N1MaxN1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Gcd_N1() { - type A = NInt>; - type B = NInt>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type N1GcdN1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Div_N1() { - type A = NInt>; - type B = NInt>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type N1DivN1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Rem_N1() { - type A = NInt>; - type B = NInt>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type N1RemN1 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_PartialDiv_N1() { - type A = NInt>; - type B = NInt>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type N1PartialDivN1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Pow_N1() { - type A = NInt>; - type B = NInt>; - type N1 = NInt>; - - #[allow(non_camel_case_types)] - type N1PowN1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Cmp_N1() { - type A = NInt>; - type B = NInt>; - - #[allow(non_camel_case_types)] - type N1CmpN1 = >::Output; - assert_eq!(::to_ordering(), Ordering::Equal); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Add__0() { - type A = NInt>; - type B = Z0; - type N1 = NInt>; - - #[allow(non_camel_case_types)] - type N1Add_0 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Sub__0() { - type A = NInt>; - type B = Z0; - type N1 = NInt>; - - #[allow(non_camel_case_types)] - type N1Sub_0 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Mul__0() { - type A = NInt>; - type B = Z0; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type N1Mul_0 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Min__0() { - type A = NInt>; - type B = Z0; - type N1 = NInt>; - - #[allow(non_camel_case_types)] - type N1Min_0 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Max__0() { - type A = NInt>; - type B = Z0; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type N1Max_0 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Gcd__0() { - type A = NInt>; - type B = Z0; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type N1Gcd_0 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Pow__0() { - type A = NInt>; - type B = Z0; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type N1Pow_0 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Cmp__0() { - type A = NInt>; - type B = Z0; - - #[allow(non_camel_case_types)] - type N1Cmp_0 = >::Output; - assert_eq!(::to_ordering(), Ordering::Less); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Add_P1() { - type A = NInt>; - type B = PInt>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type N1AddP1 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Sub_P1() { - type A = NInt>; - type B = PInt>; - type N2 = NInt, B0>>; - - #[allow(non_camel_case_types)] - type N1SubP1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Mul_P1() { - type A = NInt>; - type B = PInt>; - type N1 = NInt>; - - #[allow(non_camel_case_types)] - type N1MulP1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Min_P1() { - type A = NInt>; - type B = PInt>; - type N1 = NInt>; - - #[allow(non_camel_case_types)] - type N1MinP1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Max_P1() { - type A = NInt>; - type B = PInt>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type N1MaxP1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Gcd_P1() { - type A = NInt>; - type B = PInt>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type N1GcdP1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Div_P1() { - type A = NInt>; - type B = PInt>; - type N1 = NInt>; - - #[allow(non_camel_case_types)] - type N1DivP1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Rem_P1() { - type A = NInt>; - type B = PInt>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type N1RemP1 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_PartialDiv_P1() { - type A = NInt>; - type B = PInt>; - type N1 = NInt>; - - #[allow(non_camel_case_types)] - type N1PartialDivP1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Pow_P1() { - type A = NInt>; - type B = PInt>; - type N1 = NInt>; - - #[allow(non_camel_case_types)] - type N1PowP1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Cmp_P1() { - type A = NInt>; - type B = PInt>; - - #[allow(non_camel_case_types)] - type N1CmpP1 = >::Output; - assert_eq!(::to_ordering(), Ordering::Less); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Add_P2() { - type A = NInt>; - type B = PInt, B0>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type N1AddP2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Sub_P2() { - type A = NInt>; - type B = PInt, B0>>; - type N3 = NInt, B1>>; - - #[allow(non_camel_case_types)] - type N1SubP2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Mul_P2() { - type A = NInt>; - type B = PInt, B0>>; - type N2 = NInt, B0>>; - - #[allow(non_camel_case_types)] - type N1MulP2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Min_P2() { - type A = NInt>; - type B = PInt, B0>>; - type N1 = NInt>; - - #[allow(non_camel_case_types)] - type N1MinP2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Max_P2() { - type A = NInt>; - type B = PInt, B0>>; - type P2 = PInt, B0>>; - - #[allow(non_camel_case_types)] - type N1MaxP2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Gcd_P2() { - type A = NInt>; - type B = PInt, B0>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type N1GcdP2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Div_P2() { - type A = NInt>; - type B = PInt, B0>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type N1DivP2 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Rem_P2() { - type A = NInt>; - type B = PInt, B0>>; - type N1 = NInt>; - - #[allow(non_camel_case_types)] - type N1RemP2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Pow_P2() { - type A = NInt>; - type B = PInt, B0>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type N1PowP2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Cmp_P2() { - type A = NInt>; - type B = PInt, B0>>; - - #[allow(non_camel_case_types)] - type N1CmpP2 = >::Output; - assert_eq!(::to_ordering(), Ordering::Less); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Add_P3() { - type A = NInt>; - type B = PInt, B1>>; - type P2 = PInt, B0>>; - - #[allow(non_camel_case_types)] - type N1AddP3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Sub_P3() { - type A = NInt>; - type B = PInt, B1>>; - type N4 = NInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type N1SubP3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Mul_P3() { - type A = NInt>; - type B = PInt, B1>>; - type N3 = NInt, B1>>; - - #[allow(non_camel_case_types)] - type N1MulP3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Min_P3() { - type A = NInt>; - type B = PInt, B1>>; - type N1 = NInt>; - - #[allow(non_camel_case_types)] - type N1MinP3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Max_P3() { - type A = NInt>; - type B = PInt, B1>>; - type P3 = PInt, B1>>; - - #[allow(non_camel_case_types)] - type N1MaxP3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Gcd_P3() { - type A = NInt>; - type B = PInt, B1>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type N1GcdP3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Div_P3() { - type A = NInt>; - type B = PInt, B1>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type N1DivP3 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Rem_P3() { - type A = NInt>; - type B = PInt, B1>>; - type N1 = NInt>; - - #[allow(non_camel_case_types)] - type N1RemP3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Pow_P3() { - type A = NInt>; - type B = PInt, B1>>; - type N1 = NInt>; - - #[allow(non_camel_case_types)] - type N1PowP3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Cmp_P3() { - type A = NInt>; - type B = PInt, B1>>; - - #[allow(non_camel_case_types)] - type N1CmpP3 = >::Output; - assert_eq!(::to_ordering(), Ordering::Less); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Add_P4() { - type A = NInt>; - type B = PInt, B0>, B0>>; - type P3 = PInt, B1>>; - - #[allow(non_camel_case_types)] - type N1AddP4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Sub_P4() { - type A = NInt>; - type B = PInt, B0>, B0>>; - type N5 = NInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type N1SubP4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Mul_P4() { - type A = NInt>; - type B = PInt, B0>, B0>>; - type N4 = NInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type N1MulP4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Min_P4() { - type A = NInt>; - type B = PInt, B0>, B0>>; - type N1 = NInt>; - - #[allow(non_camel_case_types)] - type N1MinP4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Max_P4() { - type A = NInt>; - type B = PInt, B0>, B0>>; - type P4 = PInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type N1MaxP4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Gcd_P4() { - type A = NInt>; - type B = PInt, B0>, B0>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type N1GcdP4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Div_P4() { - type A = NInt>; - type B = PInt, B0>, B0>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type N1DivP4 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Rem_P4() { - type A = NInt>; - type B = PInt, B0>, B0>>; - type N1 = NInt>; - - #[allow(non_camel_case_types)] - type N1RemP4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Pow_P4() { - type A = NInt>; - type B = PInt, B0>, B0>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type N1PowP4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Cmp_P4() { - type A = NInt>; - type B = PInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type N1CmpP4 = >::Output; - assert_eq!(::to_ordering(), Ordering::Less); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Add_P5() { - type A = NInt>; - type B = PInt, B0>, B1>>; - type P4 = PInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type N1AddP5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Sub_P5() { - type A = NInt>; - type B = PInt, B0>, B1>>; - type N6 = NInt, B1>, B0>>; - - #[allow(non_camel_case_types)] - type N1SubP5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Mul_P5() { - type A = NInt>; - type B = PInt, B0>, B1>>; - type N5 = NInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type N1MulP5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Min_P5() { - type A = NInt>; - type B = PInt, B0>, B1>>; - type N1 = NInt>; - - #[allow(non_camel_case_types)] - type N1MinP5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Max_P5() { - type A = NInt>; - type B = PInt, B0>, B1>>; - type P5 = PInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type N1MaxP5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Gcd_P5() { - type A = NInt>; - type B = PInt, B0>, B1>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type N1GcdP5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Div_P5() { - type A = NInt>; - type B = PInt, B0>, B1>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type N1DivP5 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Rem_P5() { - type A = NInt>; - type B = PInt, B0>, B1>>; - type N1 = NInt>; - - #[allow(non_camel_case_types)] - type N1RemP5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Pow_P5() { - type A = NInt>; - type B = PInt, B0>, B1>>; - type N1 = NInt>; - - #[allow(non_camel_case_types)] - type N1PowP5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Cmp_P5() { - type A = NInt>; - type B = PInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type N1CmpP5 = >::Output; - assert_eq!(::to_ordering(), Ordering::Less); -} -#[test] -#[allow(non_snake_case)] -fn test__0_Add_N5() { - type A = Z0; - type B = NInt, B0>, B1>>; - type N5 = NInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type _0AddN5 = <>::Output as Same>::Output; - - assert_eq!(<_0AddN5 as Integer>::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test__0_Sub_N5() { - type A = Z0; - type B = NInt, B0>, B1>>; - type P5 = PInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type _0SubN5 = <>::Output as Same>::Output; - - assert_eq!(<_0SubN5 as Integer>::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test__0_Mul_N5() { - type A = Z0; - type B = NInt, B0>, B1>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type _0MulN5 = <>::Output as Same<_0>>::Output; - - assert_eq!(<_0MulN5 as Integer>::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test__0_Min_N5() { - type A = Z0; - type B = NInt, B0>, B1>>; - type N5 = NInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type _0MinN5 = <>::Output as Same>::Output; - - assert_eq!(<_0MinN5 as Integer>::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test__0_Max_N5() { - type A = Z0; - type B = NInt, B0>, B1>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type _0MaxN5 = <>::Output as Same<_0>>::Output; - - assert_eq!(<_0MaxN5 as Integer>::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test__0_Gcd_N5() { - type A = Z0; - type B = NInt, B0>, B1>>; - type P5 = PInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type _0GcdN5 = <>::Output as Same>::Output; - - assert_eq!(<_0GcdN5 as Integer>::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test__0_Div_N5() { - type A = Z0; - type B = NInt, B0>, B1>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type _0DivN5 = <>::Output as Same<_0>>::Output; - - assert_eq!(<_0DivN5 as Integer>::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test__0_Rem_N5() { - type A = Z0; - type B = NInt, B0>, B1>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type _0RemN5 = <>::Output as Same<_0>>::Output; - - assert_eq!(<_0RemN5 as Integer>::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test__0_PartialDiv_N5() { - type A = Z0; - type B = NInt, B0>, B1>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type _0PartialDivN5 = <>::Output as Same<_0>>::Output; - - assert_eq!(<_0PartialDivN5 as Integer>::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test__0_Cmp_N5() { - type A = Z0; - type B = NInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type _0CmpN5 = >::Output; - assert_eq!(<_0CmpN5 as Ord>::to_ordering(), Ordering::Greater); -} -#[test] -#[allow(non_snake_case)] -fn test__0_Add_N4() { - type A = Z0; - type B = NInt, B0>, B0>>; - type N4 = NInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type _0AddN4 = <>::Output as Same>::Output; - - assert_eq!(<_0AddN4 as Integer>::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test__0_Sub_N4() { - type A = Z0; - type B = NInt, B0>, B0>>; - type P4 = PInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type _0SubN4 = <>::Output as Same>::Output; - - assert_eq!(<_0SubN4 as Integer>::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test__0_Mul_N4() { - type A = Z0; - type B = NInt, B0>, B0>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type _0MulN4 = <>::Output as Same<_0>>::Output; - - assert_eq!(<_0MulN4 as Integer>::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test__0_Min_N4() { - type A = Z0; - type B = NInt, B0>, B0>>; - type N4 = NInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type _0MinN4 = <>::Output as Same>::Output; - - assert_eq!(<_0MinN4 as Integer>::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test__0_Max_N4() { - type A = Z0; - type B = NInt, B0>, B0>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type _0MaxN4 = <>::Output as Same<_0>>::Output; - - assert_eq!(<_0MaxN4 as Integer>::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test__0_Gcd_N4() { - type A = Z0; - type B = NInt, B0>, B0>>; - type P4 = PInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type _0GcdN4 = <>::Output as Same>::Output; - - assert_eq!(<_0GcdN4 as Integer>::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test__0_Div_N4() { - type A = Z0; - type B = NInt, B0>, B0>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type _0DivN4 = <>::Output as Same<_0>>::Output; - - assert_eq!(<_0DivN4 as Integer>::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test__0_Rem_N4() { - type A = Z0; - type B = NInt, B0>, B0>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type _0RemN4 = <>::Output as Same<_0>>::Output; - - assert_eq!(<_0RemN4 as Integer>::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test__0_PartialDiv_N4() { - type A = Z0; - type B = NInt, B0>, B0>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type _0PartialDivN4 = <>::Output as Same<_0>>::Output; - - assert_eq!(<_0PartialDivN4 as Integer>::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test__0_Cmp_N4() { - type A = Z0; - type B = NInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type _0CmpN4 = >::Output; - assert_eq!(<_0CmpN4 as Ord>::to_ordering(), Ordering::Greater); -} -#[test] -#[allow(non_snake_case)] -fn test__0_Add_N3() { - type A = Z0; - type B = NInt, B1>>; - type N3 = NInt, B1>>; - - #[allow(non_camel_case_types)] - type _0AddN3 = <>::Output as Same>::Output; - - assert_eq!(<_0AddN3 as Integer>::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test__0_Sub_N3() { - type A = Z0; - type B = NInt, B1>>; - type P3 = PInt, B1>>; - - #[allow(non_camel_case_types)] - type _0SubN3 = <>::Output as Same>::Output; - - assert_eq!(<_0SubN3 as Integer>::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test__0_Mul_N3() { - type A = Z0; - type B = NInt, B1>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type _0MulN3 = <>::Output as Same<_0>>::Output; - - assert_eq!(<_0MulN3 as Integer>::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test__0_Min_N3() { - type A = Z0; - type B = NInt, B1>>; - type N3 = NInt, B1>>; - - #[allow(non_camel_case_types)] - type _0MinN3 = <>::Output as Same>::Output; - - assert_eq!(<_0MinN3 as Integer>::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test__0_Max_N3() { - type A = Z0; - type B = NInt, B1>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type _0MaxN3 = <>::Output as Same<_0>>::Output; - - assert_eq!(<_0MaxN3 as Integer>::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test__0_Gcd_N3() { - type A = Z0; - type B = NInt, B1>>; - type P3 = PInt, B1>>; - - #[allow(non_camel_case_types)] - type _0GcdN3 = <>::Output as Same>::Output; - - assert_eq!(<_0GcdN3 as Integer>::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test__0_Div_N3() { - type A = Z0; - type B = NInt, B1>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type _0DivN3 = <>::Output as Same<_0>>::Output; - - assert_eq!(<_0DivN3 as Integer>::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test__0_Rem_N3() { - type A = Z0; - type B = NInt, B1>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type _0RemN3 = <>::Output as Same<_0>>::Output; - - assert_eq!(<_0RemN3 as Integer>::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test__0_PartialDiv_N3() { - type A = Z0; - type B = NInt, B1>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type _0PartialDivN3 = <>::Output as Same<_0>>::Output; - - assert_eq!(<_0PartialDivN3 as Integer>::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test__0_Cmp_N3() { - type A = Z0; - type B = NInt, B1>>; - - #[allow(non_camel_case_types)] - type _0CmpN3 = >::Output; - assert_eq!(<_0CmpN3 as Ord>::to_ordering(), Ordering::Greater); -} -#[test] -#[allow(non_snake_case)] -fn test__0_Add_N2() { - type A = Z0; - type B = NInt, B0>>; - type N2 = NInt, B0>>; - - #[allow(non_camel_case_types)] - type _0AddN2 = <>::Output as Same>::Output; - - assert_eq!(<_0AddN2 as Integer>::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test__0_Sub_N2() { - type A = Z0; - type B = NInt, B0>>; - type P2 = PInt, B0>>; - - #[allow(non_camel_case_types)] - type _0SubN2 = <>::Output as Same>::Output; - - assert_eq!(<_0SubN2 as Integer>::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test__0_Mul_N2() { - type A = Z0; - type B = NInt, B0>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type _0MulN2 = <>::Output as Same<_0>>::Output; - - assert_eq!(<_0MulN2 as Integer>::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test__0_Min_N2() { - type A = Z0; - type B = NInt, B0>>; - type N2 = NInt, B0>>; - - #[allow(non_camel_case_types)] - type _0MinN2 = <>::Output as Same>::Output; - - assert_eq!(<_0MinN2 as Integer>::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test__0_Max_N2() { - type A = Z0; - type B = NInt, B0>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type _0MaxN2 = <>::Output as Same<_0>>::Output; - - assert_eq!(<_0MaxN2 as Integer>::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test__0_Gcd_N2() { - type A = Z0; - type B = NInt, B0>>; - type P2 = PInt, B0>>; - - #[allow(non_camel_case_types)] - type _0GcdN2 = <>::Output as Same>::Output; - - assert_eq!(<_0GcdN2 as Integer>::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test__0_Div_N2() { - type A = Z0; - type B = NInt, B0>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type _0DivN2 = <>::Output as Same<_0>>::Output; - - assert_eq!(<_0DivN2 as Integer>::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test__0_Rem_N2() { - type A = Z0; - type B = NInt, B0>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type _0RemN2 = <>::Output as Same<_0>>::Output; - - assert_eq!(<_0RemN2 as Integer>::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test__0_PartialDiv_N2() { - type A = Z0; - type B = NInt, B0>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type _0PartialDivN2 = <>::Output as Same<_0>>::Output; - - assert_eq!(<_0PartialDivN2 as Integer>::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test__0_Cmp_N2() { - type A = Z0; - type B = NInt, B0>>; - - #[allow(non_camel_case_types)] - type _0CmpN2 = >::Output; - assert_eq!(<_0CmpN2 as Ord>::to_ordering(), Ordering::Greater); -} -#[test] -#[allow(non_snake_case)] -fn test__0_Add_N1() { - type A = Z0; - type B = NInt>; - type N1 = NInt>; - - #[allow(non_camel_case_types)] - type _0AddN1 = <>::Output as Same>::Output; - - assert_eq!(<_0AddN1 as Integer>::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test__0_Sub_N1() { - type A = Z0; - type B = NInt>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type _0SubN1 = <>::Output as Same>::Output; - - assert_eq!(<_0SubN1 as Integer>::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test__0_Mul_N1() { - type A = Z0; - type B = NInt>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type _0MulN1 = <>::Output as Same<_0>>::Output; - - assert_eq!(<_0MulN1 as Integer>::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test__0_Min_N1() { - type A = Z0; - type B = NInt>; - type N1 = NInt>; - - #[allow(non_camel_case_types)] - type _0MinN1 = <>::Output as Same>::Output; - - assert_eq!(<_0MinN1 as Integer>::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test__0_Max_N1() { - type A = Z0; - type B = NInt>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type _0MaxN1 = <>::Output as Same<_0>>::Output; - - assert_eq!(<_0MaxN1 as Integer>::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test__0_Gcd_N1() { - type A = Z0; - type B = NInt>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type _0GcdN1 = <>::Output as Same>::Output; - - assert_eq!(<_0GcdN1 as Integer>::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test__0_Div_N1() { - type A = Z0; - type B = NInt>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type _0DivN1 = <>::Output as Same<_0>>::Output; - - assert_eq!(<_0DivN1 as Integer>::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test__0_Rem_N1() { - type A = Z0; - type B = NInt>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type _0RemN1 = <>::Output as Same<_0>>::Output; - - assert_eq!(<_0RemN1 as Integer>::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test__0_PartialDiv_N1() { - type A = Z0; - type B = NInt>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type _0PartialDivN1 = <>::Output as Same<_0>>::Output; - - assert_eq!(<_0PartialDivN1 as Integer>::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test__0_Cmp_N1() { - type A = Z0; - type B = NInt>; - - #[allow(non_camel_case_types)] - type _0CmpN1 = >::Output; - assert_eq!(<_0CmpN1 as Ord>::to_ordering(), Ordering::Greater); -} -#[test] -#[allow(non_snake_case)] -fn test__0_Add__0() { - type A = Z0; - type B = Z0; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type _0Add_0 = <>::Output as Same<_0>>::Output; - - assert_eq!(<_0Add_0 as Integer>::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test__0_Sub__0() { - type A = Z0; - type B = Z0; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type _0Sub_0 = <>::Output as Same<_0>>::Output; - - assert_eq!(<_0Sub_0 as Integer>::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test__0_Mul__0() { - type A = Z0; - type B = Z0; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type _0Mul_0 = <>::Output as Same<_0>>::Output; - - assert_eq!(<_0Mul_0 as Integer>::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test__0_Min__0() { - type A = Z0; - type B = Z0; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type _0Min_0 = <>::Output as Same<_0>>::Output; - - assert_eq!(<_0Min_0 as Integer>::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test__0_Max__0() { - type A = Z0; - type B = Z0; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type _0Max_0 = <>::Output as Same<_0>>::Output; - - assert_eq!(<_0Max_0 as Integer>::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test__0_Gcd__0() { - type A = Z0; - type B = Z0; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type _0Gcd_0 = <>::Output as Same<_0>>::Output; - - assert_eq!(<_0Gcd_0 as Integer>::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test__0_Pow__0() { - type A = Z0; - type B = Z0; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type _0Pow_0 = <>::Output as Same>::Output; - - assert_eq!(<_0Pow_0 as Integer>::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test__0_Cmp__0() { - type A = Z0; - type B = Z0; - - #[allow(non_camel_case_types)] - type _0Cmp_0 = >::Output; - assert_eq!(<_0Cmp_0 as Ord>::to_ordering(), Ordering::Equal); -} -#[test] -#[allow(non_snake_case)] -fn test__0_Add_P1() { - type A = Z0; - type B = PInt>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type _0AddP1 = <>::Output as Same>::Output; - - assert_eq!(<_0AddP1 as Integer>::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test__0_Sub_P1() { - type A = Z0; - type B = PInt>; - type N1 = NInt>; - - #[allow(non_camel_case_types)] - type _0SubP1 = <>::Output as Same>::Output; - - assert_eq!(<_0SubP1 as Integer>::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test__0_Mul_P1() { - type A = Z0; - type B = PInt>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type _0MulP1 = <>::Output as Same<_0>>::Output; - - assert_eq!(<_0MulP1 as Integer>::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test__0_Min_P1() { - type A = Z0; - type B = PInt>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type _0MinP1 = <>::Output as Same<_0>>::Output; - - assert_eq!(<_0MinP1 as Integer>::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test__0_Max_P1() { - type A = Z0; - type B = PInt>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type _0MaxP1 = <>::Output as Same>::Output; - - assert_eq!(<_0MaxP1 as Integer>::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test__0_Gcd_P1() { - type A = Z0; - type B = PInt>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type _0GcdP1 = <>::Output as Same>::Output; - - assert_eq!(<_0GcdP1 as Integer>::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test__0_Div_P1() { - type A = Z0; - type B = PInt>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type _0DivP1 = <>::Output as Same<_0>>::Output; - - assert_eq!(<_0DivP1 as Integer>::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test__0_Rem_P1() { - type A = Z0; - type B = PInt>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type _0RemP1 = <>::Output as Same<_0>>::Output; - - assert_eq!(<_0RemP1 as Integer>::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test__0_PartialDiv_P1() { - type A = Z0; - type B = PInt>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type _0PartialDivP1 = <>::Output as Same<_0>>::Output; - - assert_eq!(<_0PartialDivP1 as Integer>::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test__0_Pow_P1() { - type A = Z0; - type B = PInt>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type _0PowP1 = <>::Output as Same<_0>>::Output; - - assert_eq!(<_0PowP1 as Integer>::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test__0_Cmp_P1() { - type A = Z0; - type B = PInt>; - - #[allow(non_camel_case_types)] - type _0CmpP1 = >::Output; - assert_eq!(<_0CmpP1 as Ord>::to_ordering(), Ordering::Less); -} -#[test] -#[allow(non_snake_case)] -fn test__0_Add_P2() { - type A = Z0; - type B = PInt, B0>>; - type P2 = PInt, B0>>; - - #[allow(non_camel_case_types)] - type _0AddP2 = <>::Output as Same>::Output; - - assert_eq!(<_0AddP2 as Integer>::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test__0_Sub_P2() { - type A = Z0; - type B = PInt, B0>>; - type N2 = NInt, B0>>; - - #[allow(non_camel_case_types)] - type _0SubP2 = <>::Output as Same>::Output; - - assert_eq!(<_0SubP2 as Integer>::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test__0_Mul_P2() { - type A = Z0; - type B = PInt, B0>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type _0MulP2 = <>::Output as Same<_0>>::Output; - - assert_eq!(<_0MulP2 as Integer>::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test__0_Min_P2() { - type A = Z0; - type B = PInt, B0>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type _0MinP2 = <>::Output as Same<_0>>::Output; - - assert_eq!(<_0MinP2 as Integer>::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test__0_Max_P2() { - type A = Z0; - type B = PInt, B0>>; - type P2 = PInt, B0>>; - - #[allow(non_camel_case_types)] - type _0MaxP2 = <>::Output as Same>::Output; - - assert_eq!(<_0MaxP2 as Integer>::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test__0_Gcd_P2() { - type A = Z0; - type B = PInt, B0>>; - type P2 = PInt, B0>>; - - #[allow(non_camel_case_types)] - type _0GcdP2 = <>::Output as Same>::Output; - - assert_eq!(<_0GcdP2 as Integer>::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test__0_Div_P2() { - type A = Z0; - type B = PInt, B0>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type _0DivP2 = <>::Output as Same<_0>>::Output; - - assert_eq!(<_0DivP2 as Integer>::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test__0_Rem_P2() { - type A = Z0; - type B = PInt, B0>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type _0RemP2 = <>::Output as Same<_0>>::Output; - - assert_eq!(<_0RemP2 as Integer>::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test__0_PartialDiv_P2() { - type A = Z0; - type B = PInt, B0>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type _0PartialDivP2 = <>::Output as Same<_0>>::Output; - - assert_eq!(<_0PartialDivP2 as Integer>::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test__0_Pow_P2() { - type A = Z0; - type B = PInt, B0>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type _0PowP2 = <>::Output as Same<_0>>::Output; - - assert_eq!(<_0PowP2 as Integer>::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test__0_Cmp_P2() { - type A = Z0; - type B = PInt, B0>>; - - #[allow(non_camel_case_types)] - type _0CmpP2 = >::Output; - assert_eq!(<_0CmpP2 as Ord>::to_ordering(), Ordering::Less); -} -#[test] -#[allow(non_snake_case)] -fn test__0_Add_P3() { - type A = Z0; - type B = PInt, B1>>; - type P3 = PInt, B1>>; - - #[allow(non_camel_case_types)] - type _0AddP3 = <>::Output as Same>::Output; - - assert_eq!(<_0AddP3 as Integer>::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test__0_Sub_P3() { - type A = Z0; - type B = PInt, B1>>; - type N3 = NInt, B1>>; - - #[allow(non_camel_case_types)] - type _0SubP3 = <>::Output as Same>::Output; - - assert_eq!(<_0SubP3 as Integer>::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test__0_Mul_P3() { - type A = Z0; - type B = PInt, B1>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type _0MulP3 = <>::Output as Same<_0>>::Output; - - assert_eq!(<_0MulP3 as Integer>::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test__0_Min_P3() { - type A = Z0; - type B = PInt, B1>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type _0MinP3 = <>::Output as Same<_0>>::Output; - - assert_eq!(<_0MinP3 as Integer>::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test__0_Max_P3() { - type A = Z0; - type B = PInt, B1>>; - type P3 = PInt, B1>>; - - #[allow(non_camel_case_types)] - type _0MaxP3 = <>::Output as Same>::Output; - - assert_eq!(<_0MaxP3 as Integer>::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test__0_Gcd_P3() { - type A = Z0; - type B = PInt, B1>>; - type P3 = PInt, B1>>; - - #[allow(non_camel_case_types)] - type _0GcdP3 = <>::Output as Same>::Output; - - assert_eq!(<_0GcdP3 as Integer>::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test__0_Div_P3() { - type A = Z0; - type B = PInt, B1>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type _0DivP3 = <>::Output as Same<_0>>::Output; - - assert_eq!(<_0DivP3 as Integer>::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test__0_Rem_P3() { - type A = Z0; - type B = PInt, B1>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type _0RemP3 = <>::Output as Same<_0>>::Output; - - assert_eq!(<_0RemP3 as Integer>::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test__0_PartialDiv_P3() { - type A = Z0; - type B = PInt, B1>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type _0PartialDivP3 = <>::Output as Same<_0>>::Output; - - assert_eq!(<_0PartialDivP3 as Integer>::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test__0_Pow_P3() { - type A = Z0; - type B = PInt, B1>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type _0PowP3 = <>::Output as Same<_0>>::Output; - - assert_eq!(<_0PowP3 as Integer>::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test__0_Cmp_P3() { - type A = Z0; - type B = PInt, B1>>; - - #[allow(non_camel_case_types)] - type _0CmpP3 = >::Output; - assert_eq!(<_0CmpP3 as Ord>::to_ordering(), Ordering::Less); -} -#[test] -#[allow(non_snake_case)] -fn test__0_Add_P4() { - type A = Z0; - type B = PInt, B0>, B0>>; - type P4 = PInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type _0AddP4 = <>::Output as Same>::Output; - - assert_eq!(<_0AddP4 as Integer>::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test__0_Sub_P4() { - type A = Z0; - type B = PInt, B0>, B0>>; - type N4 = NInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type _0SubP4 = <>::Output as Same>::Output; - - assert_eq!(<_0SubP4 as Integer>::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test__0_Mul_P4() { - type A = Z0; - type B = PInt, B0>, B0>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type _0MulP4 = <>::Output as Same<_0>>::Output; - - assert_eq!(<_0MulP4 as Integer>::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test__0_Min_P4() { - type A = Z0; - type B = PInt, B0>, B0>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type _0MinP4 = <>::Output as Same<_0>>::Output; - - assert_eq!(<_0MinP4 as Integer>::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test__0_Max_P4() { - type A = Z0; - type B = PInt, B0>, B0>>; - type P4 = PInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type _0MaxP4 = <>::Output as Same>::Output; - - assert_eq!(<_0MaxP4 as Integer>::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test__0_Gcd_P4() { - type A = Z0; - type B = PInt, B0>, B0>>; - type P4 = PInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type _0GcdP4 = <>::Output as Same>::Output; - - assert_eq!(<_0GcdP4 as Integer>::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test__0_Div_P4() { - type A = Z0; - type B = PInt, B0>, B0>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type _0DivP4 = <>::Output as Same<_0>>::Output; - - assert_eq!(<_0DivP4 as Integer>::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test__0_Rem_P4() { - type A = Z0; - type B = PInt, B0>, B0>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type _0RemP4 = <>::Output as Same<_0>>::Output; - - assert_eq!(<_0RemP4 as Integer>::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test__0_PartialDiv_P4() { - type A = Z0; - type B = PInt, B0>, B0>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type _0PartialDivP4 = <>::Output as Same<_0>>::Output; - - assert_eq!(<_0PartialDivP4 as Integer>::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test__0_Pow_P4() { - type A = Z0; - type B = PInt, B0>, B0>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type _0PowP4 = <>::Output as Same<_0>>::Output; - - assert_eq!(<_0PowP4 as Integer>::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test__0_Cmp_P4() { - type A = Z0; - type B = PInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type _0CmpP4 = >::Output; - assert_eq!(<_0CmpP4 as Ord>::to_ordering(), Ordering::Less); -} -#[test] -#[allow(non_snake_case)] -fn test__0_Add_P5() { - type A = Z0; - type B = PInt, B0>, B1>>; - type P5 = PInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type _0AddP5 = <>::Output as Same>::Output; - - assert_eq!(<_0AddP5 as Integer>::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test__0_Sub_P5() { - type A = Z0; - type B = PInt, B0>, B1>>; - type N5 = NInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type _0SubP5 = <>::Output as Same>::Output; - - assert_eq!(<_0SubP5 as Integer>::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test__0_Mul_P5() { - type A = Z0; - type B = PInt, B0>, B1>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type _0MulP5 = <>::Output as Same<_0>>::Output; - - assert_eq!(<_0MulP5 as Integer>::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test__0_Min_P5() { - type A = Z0; - type B = PInt, B0>, B1>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type _0MinP5 = <>::Output as Same<_0>>::Output; - - assert_eq!(<_0MinP5 as Integer>::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test__0_Max_P5() { - type A = Z0; - type B = PInt, B0>, B1>>; - type P5 = PInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type _0MaxP5 = <>::Output as Same>::Output; - - assert_eq!(<_0MaxP5 as Integer>::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test__0_Gcd_P5() { - type A = Z0; - type B = PInt, B0>, B1>>; - type P5 = PInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type _0GcdP5 = <>::Output as Same>::Output; - - assert_eq!(<_0GcdP5 as Integer>::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test__0_Div_P5() { - type A = Z0; - type B = PInt, B0>, B1>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type _0DivP5 = <>::Output as Same<_0>>::Output; - - assert_eq!(<_0DivP5 as Integer>::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test__0_Rem_P5() { - type A = Z0; - type B = PInt, B0>, B1>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type _0RemP5 = <>::Output as Same<_0>>::Output; - - assert_eq!(<_0RemP5 as Integer>::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test__0_PartialDiv_P5() { - type A = Z0; - type B = PInt, B0>, B1>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type _0PartialDivP5 = <>::Output as Same<_0>>::Output; - - assert_eq!(<_0PartialDivP5 as Integer>::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test__0_Pow_P5() { - type A = Z0; - type B = PInt, B0>, B1>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type _0PowP5 = <>::Output as Same<_0>>::Output; - - assert_eq!(<_0PowP5 as Integer>::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test__0_Cmp_P5() { - type A = Z0; - type B = PInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type _0CmpP5 = >::Output; - assert_eq!(<_0CmpP5 as Ord>::to_ordering(), Ordering::Less); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Add_N5() { - type A = PInt>; - type B = NInt, B0>, B1>>; - type N4 = NInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type P1AddN5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Sub_N5() { - type A = PInt>; - type B = NInt, B0>, B1>>; - type P6 = PInt, B1>, B0>>; - - #[allow(non_camel_case_types)] - type P1SubN5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Mul_N5() { - type A = PInt>; - type B = NInt, B0>, B1>>; - type N5 = NInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type P1MulN5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Min_N5() { - type A = PInt>; - type B = NInt, B0>, B1>>; - type N5 = NInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type P1MinN5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Max_N5() { - type A = PInt>; - type B = NInt, B0>, B1>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P1MaxN5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Gcd_N5() { - type A = PInt>; - type B = NInt, B0>, B1>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P1GcdN5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Div_N5() { - type A = PInt>; - type B = NInt, B0>, B1>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type P1DivN5 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Rem_N5() { - type A = PInt>; - type B = NInt, B0>, B1>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P1RemN5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Pow_N5() { - type A = PInt>; - type B = NInt, B0>, B1>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P1PowN5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Cmp_N5() { - type A = PInt>; - type B = NInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type P1CmpN5 = >::Output; - assert_eq!(::to_ordering(), Ordering::Greater); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Add_N4() { - type A = PInt>; - type B = NInt, B0>, B0>>; - type N3 = NInt, B1>>; - - #[allow(non_camel_case_types)] - type P1AddN4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Sub_N4() { - type A = PInt>; - type B = NInt, B0>, B0>>; - type P5 = PInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type P1SubN4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Mul_N4() { - type A = PInt>; - type B = NInt, B0>, B0>>; - type N4 = NInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type P1MulN4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Min_N4() { - type A = PInt>; - type B = NInt, B0>, B0>>; - type N4 = NInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type P1MinN4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Max_N4() { - type A = PInt>; - type B = NInt, B0>, B0>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P1MaxN4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Gcd_N4() { - type A = PInt>; - type B = NInt, B0>, B0>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P1GcdN4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Div_N4() { - type A = PInt>; - type B = NInt, B0>, B0>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type P1DivN4 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Rem_N4() { - type A = PInt>; - type B = NInt, B0>, B0>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P1RemN4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Pow_N4() { - type A = PInt>; - type B = NInt, B0>, B0>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P1PowN4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Cmp_N4() { - type A = PInt>; - type B = NInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type P1CmpN4 = >::Output; - assert_eq!(::to_ordering(), Ordering::Greater); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Add_N3() { - type A = PInt>; - type B = NInt, B1>>; - type N2 = NInt, B0>>; - - #[allow(non_camel_case_types)] - type P1AddN3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Sub_N3() { - type A = PInt>; - type B = NInt, B1>>; - type P4 = PInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type P1SubN3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Mul_N3() { - type A = PInt>; - type B = NInt, B1>>; - type N3 = NInt, B1>>; - - #[allow(non_camel_case_types)] - type P1MulN3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Min_N3() { - type A = PInt>; - type B = NInt, B1>>; - type N3 = NInt, B1>>; - - #[allow(non_camel_case_types)] - type P1MinN3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Max_N3() { - type A = PInt>; - type B = NInt, B1>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P1MaxN3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Gcd_N3() { - type A = PInt>; - type B = NInt, B1>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P1GcdN3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Div_N3() { - type A = PInt>; - type B = NInt, B1>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type P1DivN3 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Rem_N3() { - type A = PInt>; - type B = NInt, B1>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P1RemN3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Pow_N3() { - type A = PInt>; - type B = NInt, B1>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P1PowN3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Cmp_N3() { - type A = PInt>; - type B = NInt, B1>>; - - #[allow(non_camel_case_types)] - type P1CmpN3 = >::Output; - assert_eq!(::to_ordering(), Ordering::Greater); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Add_N2() { - type A = PInt>; - type B = NInt, B0>>; - type N1 = NInt>; - - #[allow(non_camel_case_types)] - type P1AddN2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Sub_N2() { - type A = PInt>; - type B = NInt, B0>>; - type P3 = PInt, B1>>; - - #[allow(non_camel_case_types)] - type P1SubN2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Mul_N2() { - type A = PInt>; - type B = NInt, B0>>; - type N2 = NInt, B0>>; - - #[allow(non_camel_case_types)] - type P1MulN2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Min_N2() { - type A = PInt>; - type B = NInt, B0>>; - type N2 = NInt, B0>>; - - #[allow(non_camel_case_types)] - type P1MinN2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Max_N2() { - type A = PInt>; - type B = NInt, B0>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P1MaxN2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Gcd_N2() { - type A = PInt>; - type B = NInt, B0>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P1GcdN2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Div_N2() { - type A = PInt>; - type B = NInt, B0>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type P1DivN2 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Rem_N2() { - type A = PInt>; - type B = NInt, B0>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P1RemN2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Pow_N2() { - type A = PInt>; - type B = NInt, B0>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P1PowN2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Cmp_N2() { - type A = PInt>; - type B = NInt, B0>>; - - #[allow(non_camel_case_types)] - type P1CmpN2 = >::Output; - assert_eq!(::to_ordering(), Ordering::Greater); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Add_N1() { - type A = PInt>; - type B = NInt>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type P1AddN1 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Sub_N1() { - type A = PInt>; - type B = NInt>; - type P2 = PInt, B0>>; - - #[allow(non_camel_case_types)] - type P1SubN1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Mul_N1() { - type A = PInt>; - type B = NInt>; - type N1 = NInt>; - - #[allow(non_camel_case_types)] - type P1MulN1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Min_N1() { - type A = PInt>; - type B = NInt>; - type N1 = NInt>; - - #[allow(non_camel_case_types)] - type P1MinN1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Max_N1() { - type A = PInt>; - type B = NInt>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P1MaxN1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Gcd_N1() { - type A = PInt>; - type B = NInt>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P1GcdN1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Div_N1() { - type A = PInt>; - type B = NInt>; - type N1 = NInt>; - - #[allow(non_camel_case_types)] - type P1DivN1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Rem_N1() { - type A = PInt>; - type B = NInt>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type P1RemN1 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_PartialDiv_N1() { - type A = PInt>; - type B = NInt>; - type N1 = NInt>; - - #[allow(non_camel_case_types)] - type P1PartialDivN1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Pow_N1() { - type A = PInt>; - type B = NInt>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P1PowN1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Cmp_N1() { - type A = PInt>; - type B = NInt>; - - #[allow(non_camel_case_types)] - type P1CmpN1 = >::Output; - assert_eq!(::to_ordering(), Ordering::Greater); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Add__0() { - type A = PInt>; - type B = Z0; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P1Add_0 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Sub__0() { - type A = PInt>; - type B = Z0; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P1Sub_0 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Mul__0() { - type A = PInt>; - type B = Z0; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type P1Mul_0 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Min__0() { - type A = PInt>; - type B = Z0; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type P1Min_0 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Max__0() { - type A = PInt>; - type B = Z0; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P1Max_0 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Gcd__0() { - type A = PInt>; - type B = Z0; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P1Gcd_0 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Pow__0() { - type A = PInt>; - type B = Z0; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P1Pow_0 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Cmp__0() { - type A = PInt>; - type B = Z0; - - #[allow(non_camel_case_types)] - type P1Cmp_0 = >::Output; - assert_eq!(::to_ordering(), Ordering::Greater); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Add_P1() { - type A = PInt>; - type B = PInt>; - type P2 = PInt, B0>>; - - #[allow(non_camel_case_types)] - type P1AddP1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Sub_P1() { - type A = PInt>; - type B = PInt>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type P1SubP1 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Mul_P1() { - type A = PInt>; - type B = PInt>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P1MulP1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Min_P1() { - type A = PInt>; - type B = PInt>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P1MinP1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Max_P1() { - type A = PInt>; - type B = PInt>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P1MaxP1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Gcd_P1() { - type A = PInt>; - type B = PInt>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P1GcdP1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Div_P1() { - type A = PInt>; - type B = PInt>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P1DivP1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Rem_P1() { - type A = PInt>; - type B = PInt>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type P1RemP1 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_PartialDiv_P1() { - type A = PInt>; - type B = PInt>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P1PartialDivP1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Pow_P1() { - type A = PInt>; - type B = PInt>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P1PowP1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Cmp_P1() { - type A = PInt>; - type B = PInt>; - - #[allow(non_camel_case_types)] - type P1CmpP1 = >::Output; - assert_eq!(::to_ordering(), Ordering::Equal); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Add_P2() { - type A = PInt>; - type B = PInt, B0>>; - type P3 = PInt, B1>>; - - #[allow(non_camel_case_types)] - type P1AddP2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Sub_P2() { - type A = PInt>; - type B = PInt, B0>>; - type N1 = NInt>; - - #[allow(non_camel_case_types)] - type P1SubP2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Mul_P2() { - type A = PInt>; - type B = PInt, B0>>; - type P2 = PInt, B0>>; - - #[allow(non_camel_case_types)] - type P1MulP2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Min_P2() { - type A = PInt>; - type B = PInt, B0>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P1MinP2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Max_P2() { - type A = PInt>; - type B = PInt, B0>>; - type P2 = PInt, B0>>; - - #[allow(non_camel_case_types)] - type P1MaxP2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Gcd_P2() { - type A = PInt>; - type B = PInt, B0>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P1GcdP2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Div_P2() { - type A = PInt>; - type B = PInt, B0>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type P1DivP2 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Rem_P2() { - type A = PInt>; - type B = PInt, B0>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P1RemP2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Pow_P2() { - type A = PInt>; - type B = PInt, B0>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P1PowP2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Cmp_P2() { - type A = PInt>; - type B = PInt, B0>>; - - #[allow(non_camel_case_types)] - type P1CmpP2 = >::Output; - assert_eq!(::to_ordering(), Ordering::Less); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Add_P3() { - type A = PInt>; - type B = PInt, B1>>; - type P4 = PInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type P1AddP3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Sub_P3() { - type A = PInt>; - type B = PInt, B1>>; - type N2 = NInt, B0>>; - - #[allow(non_camel_case_types)] - type P1SubP3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Mul_P3() { - type A = PInt>; - type B = PInt, B1>>; - type P3 = PInt, B1>>; - - #[allow(non_camel_case_types)] - type P1MulP3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Min_P3() { - type A = PInt>; - type B = PInt, B1>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P1MinP3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Max_P3() { - type A = PInt>; - type B = PInt, B1>>; - type P3 = PInt, B1>>; - - #[allow(non_camel_case_types)] - type P1MaxP3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Gcd_P3() { - type A = PInt>; - type B = PInt, B1>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P1GcdP3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Div_P3() { - type A = PInt>; - type B = PInt, B1>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type P1DivP3 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Rem_P3() { - type A = PInt>; - type B = PInt, B1>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P1RemP3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Pow_P3() { - type A = PInt>; - type B = PInt, B1>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P1PowP3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Cmp_P3() { - type A = PInt>; - type B = PInt, B1>>; - - #[allow(non_camel_case_types)] - type P1CmpP3 = >::Output; - assert_eq!(::to_ordering(), Ordering::Less); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Add_P4() { - type A = PInt>; - type B = PInt, B0>, B0>>; - type P5 = PInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type P1AddP4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Sub_P4() { - type A = PInt>; - type B = PInt, B0>, B0>>; - type N3 = NInt, B1>>; - - #[allow(non_camel_case_types)] - type P1SubP4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Mul_P4() { - type A = PInt>; - type B = PInt, B0>, B0>>; - type P4 = PInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type P1MulP4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Min_P4() { - type A = PInt>; - type B = PInt, B0>, B0>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P1MinP4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Max_P4() { - type A = PInt>; - type B = PInt, B0>, B0>>; - type P4 = PInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type P1MaxP4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Gcd_P4() { - type A = PInt>; - type B = PInt, B0>, B0>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P1GcdP4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Div_P4() { - type A = PInt>; - type B = PInt, B0>, B0>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type P1DivP4 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Rem_P4() { - type A = PInt>; - type B = PInt, B0>, B0>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P1RemP4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Pow_P4() { - type A = PInt>; - type B = PInt, B0>, B0>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P1PowP4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Cmp_P4() { - type A = PInt>; - type B = PInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type P1CmpP4 = >::Output; - assert_eq!(::to_ordering(), Ordering::Less); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Add_P5() { - type A = PInt>; - type B = PInt, B0>, B1>>; - type P6 = PInt, B1>, B0>>; - - #[allow(non_camel_case_types)] - type P1AddP5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Sub_P5() { - type A = PInt>; - type B = PInt, B0>, B1>>; - type N4 = NInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type P1SubP5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Mul_P5() { - type A = PInt>; - type B = PInt, B0>, B1>>; - type P5 = PInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type P1MulP5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Min_P5() { - type A = PInt>; - type B = PInt, B0>, B1>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P1MinP5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Max_P5() { - type A = PInt>; - type B = PInt, B0>, B1>>; - type P5 = PInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type P1MaxP5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Gcd_P5() { - type A = PInt>; - type B = PInt, B0>, B1>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P1GcdP5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Div_P5() { - type A = PInt>; - type B = PInt, B0>, B1>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type P1DivP5 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Rem_P5() { - type A = PInt>; - type B = PInt, B0>, B1>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P1RemP5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Pow_P5() { - type A = PInt>; - type B = PInt, B0>, B1>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P1PowP5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Cmp_P5() { - type A = PInt>; - type B = PInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type P1CmpP5 = >::Output; - assert_eq!(::to_ordering(), Ordering::Less); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_Add_N5() { - type A = PInt, B0>>; - type B = NInt, B0>, B1>>; - type N3 = NInt, B1>>; - - #[allow(non_camel_case_types)] - type P2AddN5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_Sub_N5() { - type A = PInt, B0>>; - type B = NInt, B0>, B1>>; - type P7 = PInt, B1>, B1>>; - - #[allow(non_camel_case_types)] - type P2SubN5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_Mul_N5() { - type A = PInt, B0>>; - type B = NInt, B0>, B1>>; - type N10 = NInt, B0>, B1>, B0>>; - - #[allow(non_camel_case_types)] - type P2MulN5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_Min_N5() { - type A = PInt, B0>>; - type B = NInt, B0>, B1>>; - type N5 = NInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type P2MinN5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_Max_N5() { - type A = PInt, B0>>; - type B = NInt, B0>, B1>>; - type P2 = PInt, B0>>; - - #[allow(non_camel_case_types)] - type P2MaxN5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_Gcd_N5() { - type A = PInt, B0>>; - type B = NInt, B0>, B1>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P2GcdN5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_Div_N5() { - type A = PInt, B0>>; - type B = NInt, B0>, B1>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type P2DivN5 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_Rem_N5() { - type A = PInt, B0>>; - type B = NInt, B0>, B1>>; - type P2 = PInt, B0>>; - - #[allow(non_camel_case_types)] - type P2RemN5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_Cmp_N5() { - type A = PInt, B0>>; - type B = NInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type P2CmpN5 = >::Output; - assert_eq!(::to_ordering(), Ordering::Greater); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_Add_N4() { - type A = PInt, B0>>; - type B = NInt, B0>, B0>>; - type N2 = NInt, B0>>; - - #[allow(non_camel_case_types)] - type P2AddN4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_Sub_N4() { - type A = PInt, B0>>; - type B = NInt, B0>, B0>>; - type P6 = PInt, B1>, B0>>; - - #[allow(non_camel_case_types)] - type P2SubN4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_Mul_N4() { - type A = PInt, B0>>; - type B = NInt, B0>, B0>>; - type N8 = NInt, B0>, B0>, B0>>; - - #[allow(non_camel_case_types)] - type P2MulN4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_Min_N4() { - type A = PInt, B0>>; - type B = NInt, B0>, B0>>; - type N4 = NInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type P2MinN4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_Max_N4() { - type A = PInt, B0>>; - type B = NInt, B0>, B0>>; - type P2 = PInt, B0>>; - - #[allow(non_camel_case_types)] - type P2MaxN4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_Gcd_N4() { - type A = PInt, B0>>; - type B = NInt, B0>, B0>>; - type P2 = PInt, B0>>; - - #[allow(non_camel_case_types)] - type P2GcdN4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_Div_N4() { - type A = PInt, B0>>; - type B = NInt, B0>, B0>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type P2DivN4 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_Rem_N4() { - type A = PInt, B0>>; - type B = NInt, B0>, B0>>; - type P2 = PInt, B0>>; - - #[allow(non_camel_case_types)] - type P2RemN4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_Cmp_N4() { - type A = PInt, B0>>; - type B = NInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type P2CmpN4 = >::Output; - assert_eq!(::to_ordering(), Ordering::Greater); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_Add_N3() { - type A = PInt, B0>>; - type B = NInt, B1>>; - type N1 = NInt>; - - #[allow(non_camel_case_types)] - type P2AddN3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_Sub_N3() { - type A = PInt, B0>>; - type B = NInt, B1>>; - type P5 = PInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type P2SubN3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_Mul_N3() { - type A = PInt, B0>>; - type B = NInt, B1>>; - type N6 = NInt, B1>, B0>>; - - #[allow(non_camel_case_types)] - type P2MulN3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_Min_N3() { - type A = PInt, B0>>; - type B = NInt, B1>>; - type N3 = NInt, B1>>; - - #[allow(non_camel_case_types)] - type P2MinN3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_Max_N3() { - type A = PInt, B0>>; - type B = NInt, B1>>; - type P2 = PInt, B0>>; - - #[allow(non_camel_case_types)] - type P2MaxN3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_Gcd_N3() { - type A = PInt, B0>>; - type B = NInt, B1>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P2GcdN3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_Div_N3() { - type A = PInt, B0>>; - type B = NInt, B1>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type P2DivN3 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_Rem_N3() { - type A = PInt, B0>>; - type B = NInt, B1>>; - type P2 = PInt, B0>>; - - #[allow(non_camel_case_types)] - type P2RemN3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_Cmp_N3() { - type A = PInt, B0>>; - type B = NInt, B1>>; - - #[allow(non_camel_case_types)] - type P2CmpN3 = >::Output; - assert_eq!(::to_ordering(), Ordering::Greater); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_Add_N2() { - type A = PInt, B0>>; - type B = NInt, B0>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type P2AddN2 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_Sub_N2() { - type A = PInt, B0>>; - type B = NInt, B0>>; - type P4 = PInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type P2SubN2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_Mul_N2() { - type A = PInt, B0>>; - type B = NInt, B0>>; - type N4 = NInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type P2MulN2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_Min_N2() { - type A = PInt, B0>>; - type B = NInt, B0>>; - type N2 = NInt, B0>>; - - #[allow(non_camel_case_types)] - type P2MinN2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_Max_N2() { - type A = PInt, B0>>; - type B = NInt, B0>>; - type P2 = PInt, B0>>; - - #[allow(non_camel_case_types)] - type P2MaxN2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_Gcd_N2() { - type A = PInt, B0>>; - type B = NInt, B0>>; - type P2 = PInt, B0>>; - - #[allow(non_camel_case_types)] - type P2GcdN2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_Div_N2() { - type A = PInt, B0>>; - type B = NInt, B0>>; - type N1 = NInt>; - - #[allow(non_camel_case_types)] - type P2DivN2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_Rem_N2() { - type A = PInt, B0>>; - type B = NInt, B0>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type P2RemN2 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_PartialDiv_N2() { - type A = PInt, B0>>; - type B = NInt, B0>>; - type N1 = NInt>; - - #[allow(non_camel_case_types)] - type P2PartialDivN2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_Cmp_N2() { - type A = PInt, B0>>; - type B = NInt, B0>>; - - #[allow(non_camel_case_types)] - type P2CmpN2 = >::Output; - assert_eq!(::to_ordering(), Ordering::Greater); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_Add_N1() { - type A = PInt, B0>>; - type B = NInt>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P2AddN1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_Sub_N1() { - type A = PInt, B0>>; - type B = NInt>; - type P3 = PInt, B1>>; - - #[allow(non_camel_case_types)] - type P2SubN1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_Mul_N1() { - type A = PInt, B0>>; - type B = NInt>; - type N2 = NInt, B0>>; - - #[allow(non_camel_case_types)] - type P2MulN1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_Min_N1() { - type A = PInt, B0>>; - type B = NInt>; - type N1 = NInt>; - - #[allow(non_camel_case_types)] - type P2MinN1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_Max_N1() { - type A = PInt, B0>>; - type B = NInt>; - type P2 = PInt, B0>>; - - #[allow(non_camel_case_types)] - type P2MaxN1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_Gcd_N1() { - type A = PInt, B0>>; - type B = NInt>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P2GcdN1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_Div_N1() { - type A = PInt, B0>>; - type B = NInt>; - type N2 = NInt, B0>>; - - #[allow(non_camel_case_types)] - type P2DivN1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_Rem_N1() { - type A = PInt, B0>>; - type B = NInt>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type P2RemN1 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_PartialDiv_N1() { - type A = PInt, B0>>; - type B = NInt>; - type N2 = NInt, B0>>; - - #[allow(non_camel_case_types)] - type P2PartialDivN1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_Cmp_N1() { - type A = PInt, B0>>; - type B = NInt>; - - #[allow(non_camel_case_types)] - type P2CmpN1 = >::Output; - assert_eq!(::to_ordering(), Ordering::Greater); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_Add__0() { - type A = PInt, B0>>; - type B = Z0; - type P2 = PInt, B0>>; - - #[allow(non_camel_case_types)] - type P2Add_0 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_Sub__0() { - type A = PInt, B0>>; - type B = Z0; - type P2 = PInt, B0>>; - - #[allow(non_camel_case_types)] - type P2Sub_0 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_Mul__0() { - type A = PInt, B0>>; - type B = Z0; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type P2Mul_0 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_Min__0() { - type A = PInt, B0>>; - type B = Z0; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type P2Min_0 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_Max__0() { - type A = PInt, B0>>; - type B = Z0; - type P2 = PInt, B0>>; - - #[allow(non_camel_case_types)] - type P2Max_0 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_Gcd__0() { - type A = PInt, B0>>; - type B = Z0; - type P2 = PInt, B0>>; - - #[allow(non_camel_case_types)] - type P2Gcd_0 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_Pow__0() { - type A = PInt, B0>>; - type B = Z0; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P2Pow_0 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_Cmp__0() { - type A = PInt, B0>>; - type B = Z0; - - #[allow(non_camel_case_types)] - type P2Cmp_0 = >::Output; - assert_eq!(::to_ordering(), Ordering::Greater); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_Add_P1() { - type A = PInt, B0>>; - type B = PInt>; - type P3 = PInt, B1>>; - - #[allow(non_camel_case_types)] - type P2AddP1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_Sub_P1() { - type A = PInt, B0>>; - type B = PInt>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P2SubP1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_Mul_P1() { - type A = PInt, B0>>; - type B = PInt>; - type P2 = PInt, B0>>; - - #[allow(non_camel_case_types)] - type P2MulP1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_Min_P1() { - type A = PInt, B0>>; - type B = PInt>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P2MinP1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_Max_P1() { - type A = PInt, B0>>; - type B = PInt>; - type P2 = PInt, B0>>; - - #[allow(non_camel_case_types)] - type P2MaxP1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_Gcd_P1() { - type A = PInt, B0>>; - type B = PInt>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P2GcdP1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_Div_P1() { - type A = PInt, B0>>; - type B = PInt>; - type P2 = PInt, B0>>; - - #[allow(non_camel_case_types)] - type P2DivP1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_Rem_P1() { - type A = PInt, B0>>; - type B = PInt>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type P2RemP1 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_PartialDiv_P1() { - type A = PInt, B0>>; - type B = PInt>; - type P2 = PInt, B0>>; - - #[allow(non_camel_case_types)] - type P2PartialDivP1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_Pow_P1() { - type A = PInt, B0>>; - type B = PInt>; - type P2 = PInt, B0>>; - - #[allow(non_camel_case_types)] - type P2PowP1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_Cmp_P1() { - type A = PInt, B0>>; - type B = PInt>; - - #[allow(non_camel_case_types)] - type P2CmpP1 = >::Output; - assert_eq!(::to_ordering(), Ordering::Greater); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_Add_P2() { - type A = PInt, B0>>; - type B = PInt, B0>>; - type P4 = PInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type P2AddP2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_Sub_P2() { - type A = PInt, B0>>; - type B = PInt, B0>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type P2SubP2 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_Mul_P2() { - type A = PInt, B0>>; - type B = PInt, B0>>; - type P4 = PInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type P2MulP2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_Min_P2() { - type A = PInt, B0>>; - type B = PInt, B0>>; - type P2 = PInt, B0>>; - - #[allow(non_camel_case_types)] - type P2MinP2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_Max_P2() { - type A = PInt, B0>>; - type B = PInt, B0>>; - type P2 = PInt, B0>>; - - #[allow(non_camel_case_types)] - type P2MaxP2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_Gcd_P2() { - type A = PInt, B0>>; - type B = PInt, B0>>; - type P2 = PInt, B0>>; - - #[allow(non_camel_case_types)] - type P2GcdP2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_Div_P2() { - type A = PInt, B0>>; - type B = PInt, B0>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P2DivP2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_Rem_P2() { - type A = PInt, B0>>; - type B = PInt, B0>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type P2RemP2 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_PartialDiv_P2() { - type A = PInt, B0>>; - type B = PInt, B0>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P2PartialDivP2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_Pow_P2() { - type A = PInt, B0>>; - type B = PInt, B0>>; - type P4 = PInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type P2PowP2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_Cmp_P2() { - type A = PInt, B0>>; - type B = PInt, B0>>; - - #[allow(non_camel_case_types)] - type P2CmpP2 = >::Output; - assert_eq!(::to_ordering(), Ordering::Equal); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_Add_P3() { - type A = PInt, B0>>; - type B = PInt, B1>>; - type P5 = PInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type P2AddP3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_Sub_P3() { - type A = PInt, B0>>; - type B = PInt, B1>>; - type N1 = NInt>; - - #[allow(non_camel_case_types)] - type P2SubP3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_Mul_P3() { - type A = PInt, B0>>; - type B = PInt, B1>>; - type P6 = PInt, B1>, B0>>; - - #[allow(non_camel_case_types)] - type P2MulP3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_Min_P3() { - type A = PInt, B0>>; - type B = PInt, B1>>; - type P2 = PInt, B0>>; - - #[allow(non_camel_case_types)] - type P2MinP3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_Max_P3() { - type A = PInt, B0>>; - type B = PInt, B1>>; - type P3 = PInt, B1>>; - - #[allow(non_camel_case_types)] - type P2MaxP3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_Gcd_P3() { - type A = PInt, B0>>; - type B = PInt, B1>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P2GcdP3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_Div_P3() { - type A = PInt, B0>>; - type B = PInt, B1>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type P2DivP3 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_Rem_P3() { - type A = PInt, B0>>; - type B = PInt, B1>>; - type P2 = PInt, B0>>; - - #[allow(non_camel_case_types)] - type P2RemP3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_Pow_P3() { - type A = PInt, B0>>; - type B = PInt, B1>>; - type P8 = PInt, B0>, B0>, B0>>; - - #[allow(non_camel_case_types)] - type P2PowP3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_Cmp_P3() { - type A = PInt, B0>>; - type B = PInt, B1>>; - - #[allow(non_camel_case_types)] - type P2CmpP3 = >::Output; - assert_eq!(::to_ordering(), Ordering::Less); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_Add_P4() { - type A = PInt, B0>>; - type B = PInt, B0>, B0>>; - type P6 = PInt, B1>, B0>>; - - #[allow(non_camel_case_types)] - type P2AddP4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_Sub_P4() { - type A = PInt, B0>>; - type B = PInt, B0>, B0>>; - type N2 = NInt, B0>>; - - #[allow(non_camel_case_types)] - type P2SubP4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_Mul_P4() { - type A = PInt, B0>>; - type B = PInt, B0>, B0>>; - type P8 = PInt, B0>, B0>, B0>>; - - #[allow(non_camel_case_types)] - type P2MulP4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_Min_P4() { - type A = PInt, B0>>; - type B = PInt, B0>, B0>>; - type P2 = PInt, B0>>; - - #[allow(non_camel_case_types)] - type P2MinP4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_Max_P4() { - type A = PInt, B0>>; - type B = PInt, B0>, B0>>; - type P4 = PInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type P2MaxP4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_Gcd_P4() { - type A = PInt, B0>>; - type B = PInt, B0>, B0>>; - type P2 = PInt, B0>>; - - #[allow(non_camel_case_types)] - type P2GcdP4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_Div_P4() { - type A = PInt, B0>>; - type B = PInt, B0>, B0>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type P2DivP4 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_Rem_P4() { - type A = PInt, B0>>; - type B = PInt, B0>, B0>>; - type P2 = PInt, B0>>; - - #[allow(non_camel_case_types)] - type P2RemP4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_Pow_P4() { - type A = PInt, B0>>; - type B = PInt, B0>, B0>>; - type P16 = PInt, B0>, B0>, B0>, B0>>; - - #[allow(non_camel_case_types)] - type P2PowP4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_Cmp_P4() { - type A = PInt, B0>>; - type B = PInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type P2CmpP4 = >::Output; - assert_eq!(::to_ordering(), Ordering::Less); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_Add_P5() { - type A = PInt, B0>>; - type B = PInt, B0>, B1>>; - type P7 = PInt, B1>, B1>>; - - #[allow(non_camel_case_types)] - type P2AddP5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_Sub_P5() { - type A = PInt, B0>>; - type B = PInt, B0>, B1>>; - type N3 = NInt, B1>>; - - #[allow(non_camel_case_types)] - type P2SubP5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_Mul_P5() { - type A = PInt, B0>>; - type B = PInt, B0>, B1>>; - type P10 = PInt, B0>, B1>, B0>>; - - #[allow(non_camel_case_types)] - type P2MulP5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_Min_P5() { - type A = PInt, B0>>; - type B = PInt, B0>, B1>>; - type P2 = PInt, B0>>; - - #[allow(non_camel_case_types)] - type P2MinP5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_Max_P5() { - type A = PInt, B0>>; - type B = PInt, B0>, B1>>; - type P5 = PInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type P2MaxP5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_Gcd_P5() { - type A = PInt, B0>>; - type B = PInt, B0>, B1>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P2GcdP5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_Div_P5() { - type A = PInt, B0>>; - type B = PInt, B0>, B1>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type P2DivP5 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_Rem_P5() { - type A = PInt, B0>>; - type B = PInt, B0>, B1>>; - type P2 = PInt, B0>>; - - #[allow(non_camel_case_types)] - type P2RemP5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_Pow_P5() { - type A = PInt, B0>>; - type B = PInt, B0>, B1>>; - type P32 = PInt, B0>, B0>, B0>, B0>, B0>>; - - #[allow(non_camel_case_types)] - type P2PowP5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_Cmp_P5() { - type A = PInt, B0>>; - type B = PInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type P2CmpP5 = >::Output; - assert_eq!(::to_ordering(), Ordering::Less); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_Add_N5() { - type A = PInt, B1>>; - type B = NInt, B0>, B1>>; - type N2 = NInt, B0>>; - - #[allow(non_camel_case_types)] - type P3AddN5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_Sub_N5() { - type A = PInt, B1>>; - type B = NInt, B0>, B1>>; - type P8 = PInt, B0>, B0>, B0>>; - - #[allow(non_camel_case_types)] - type P3SubN5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_Mul_N5() { - type A = PInt, B1>>; - type B = NInt, B0>, B1>>; - type N15 = NInt, B1>, B1>, B1>>; - - #[allow(non_camel_case_types)] - type P3MulN5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_Min_N5() { - type A = PInt, B1>>; - type B = NInt, B0>, B1>>; - type N5 = NInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type P3MinN5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_Max_N5() { - type A = PInt, B1>>; - type B = NInt, B0>, B1>>; - type P3 = PInt, B1>>; - - #[allow(non_camel_case_types)] - type P3MaxN5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_Gcd_N5() { - type A = PInt, B1>>; - type B = NInt, B0>, B1>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P3GcdN5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_Div_N5() { - type A = PInt, B1>>; - type B = NInt, B0>, B1>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type P3DivN5 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_Rem_N5() { - type A = PInt, B1>>; - type B = NInt, B0>, B1>>; - type P3 = PInt, B1>>; - - #[allow(non_camel_case_types)] - type P3RemN5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_Cmp_N5() { - type A = PInt, B1>>; - type B = NInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type P3CmpN5 = >::Output; - assert_eq!(::to_ordering(), Ordering::Greater); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_Add_N4() { - type A = PInt, B1>>; - type B = NInt, B0>, B0>>; - type N1 = NInt>; - - #[allow(non_camel_case_types)] - type P3AddN4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_Sub_N4() { - type A = PInt, B1>>; - type B = NInt, B0>, B0>>; - type P7 = PInt, B1>, B1>>; - - #[allow(non_camel_case_types)] - type P3SubN4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_Mul_N4() { - type A = PInt, B1>>; - type B = NInt, B0>, B0>>; - type N12 = NInt, B1>, B0>, B0>>; - - #[allow(non_camel_case_types)] - type P3MulN4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_Min_N4() { - type A = PInt, B1>>; - type B = NInt, B0>, B0>>; - type N4 = NInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type P3MinN4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_Max_N4() { - type A = PInt, B1>>; - type B = NInt, B0>, B0>>; - type P3 = PInt, B1>>; - - #[allow(non_camel_case_types)] - type P3MaxN4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_Gcd_N4() { - type A = PInt, B1>>; - type B = NInt, B0>, B0>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P3GcdN4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_Div_N4() { - type A = PInt, B1>>; - type B = NInt, B0>, B0>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type P3DivN4 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_Rem_N4() { - type A = PInt, B1>>; - type B = NInt, B0>, B0>>; - type P3 = PInt, B1>>; - - #[allow(non_camel_case_types)] - type P3RemN4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_Cmp_N4() { - type A = PInt, B1>>; - type B = NInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type P3CmpN4 = >::Output; - assert_eq!(::to_ordering(), Ordering::Greater); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_Add_N3() { - type A = PInt, B1>>; - type B = NInt, B1>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type P3AddN3 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_Sub_N3() { - type A = PInt, B1>>; - type B = NInt, B1>>; - type P6 = PInt, B1>, B0>>; - - #[allow(non_camel_case_types)] - type P3SubN3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_Mul_N3() { - type A = PInt, B1>>; - type B = NInt, B1>>; - type N9 = NInt, B0>, B0>, B1>>; - - #[allow(non_camel_case_types)] - type P3MulN3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_Min_N3() { - type A = PInt, B1>>; - type B = NInt, B1>>; - type N3 = NInt, B1>>; - - #[allow(non_camel_case_types)] - type P3MinN3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_Max_N3() { - type A = PInt, B1>>; - type B = NInt, B1>>; - type P3 = PInt, B1>>; - - #[allow(non_camel_case_types)] - type P3MaxN3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_Gcd_N3() { - type A = PInt, B1>>; - type B = NInt, B1>>; - type P3 = PInt, B1>>; - - #[allow(non_camel_case_types)] - type P3GcdN3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_Div_N3() { - type A = PInt, B1>>; - type B = NInt, B1>>; - type N1 = NInt>; - - #[allow(non_camel_case_types)] - type P3DivN3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_Rem_N3() { - type A = PInt, B1>>; - type B = NInt, B1>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type P3RemN3 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_PartialDiv_N3() { - type A = PInt, B1>>; - type B = NInt, B1>>; - type N1 = NInt>; - - #[allow(non_camel_case_types)] - type P3PartialDivN3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_Cmp_N3() { - type A = PInt, B1>>; - type B = NInt, B1>>; - - #[allow(non_camel_case_types)] - type P3CmpN3 = >::Output; - assert_eq!(::to_ordering(), Ordering::Greater); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_Add_N2() { - type A = PInt, B1>>; - type B = NInt, B0>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P3AddN2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_Sub_N2() { - type A = PInt, B1>>; - type B = NInt, B0>>; - type P5 = PInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type P3SubN2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_Mul_N2() { - type A = PInt, B1>>; - type B = NInt, B0>>; - type N6 = NInt, B1>, B0>>; - - #[allow(non_camel_case_types)] - type P3MulN2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_Min_N2() { - type A = PInt, B1>>; - type B = NInt, B0>>; - type N2 = NInt, B0>>; - - #[allow(non_camel_case_types)] - type P3MinN2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_Max_N2() { - type A = PInt, B1>>; - type B = NInt, B0>>; - type P3 = PInt, B1>>; - - #[allow(non_camel_case_types)] - type P3MaxN2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_Gcd_N2() { - type A = PInt, B1>>; - type B = NInt, B0>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P3GcdN2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_Div_N2() { - type A = PInt, B1>>; - type B = NInt, B0>>; - type N1 = NInt>; - - #[allow(non_camel_case_types)] - type P3DivN2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_Rem_N2() { - type A = PInt, B1>>; - type B = NInt, B0>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P3RemN2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_Cmp_N2() { - type A = PInt, B1>>; - type B = NInt, B0>>; - - #[allow(non_camel_case_types)] - type P3CmpN2 = >::Output; - assert_eq!(::to_ordering(), Ordering::Greater); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_Add_N1() { - type A = PInt, B1>>; - type B = NInt>; - type P2 = PInt, B0>>; - - #[allow(non_camel_case_types)] - type P3AddN1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_Sub_N1() { - type A = PInt, B1>>; - type B = NInt>; - type P4 = PInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type P3SubN1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_Mul_N1() { - type A = PInt, B1>>; - type B = NInt>; - type N3 = NInt, B1>>; - - #[allow(non_camel_case_types)] - type P3MulN1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_Min_N1() { - type A = PInt, B1>>; - type B = NInt>; - type N1 = NInt>; - - #[allow(non_camel_case_types)] - type P3MinN1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_Max_N1() { - type A = PInt, B1>>; - type B = NInt>; - type P3 = PInt, B1>>; - - #[allow(non_camel_case_types)] - type P3MaxN1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_Gcd_N1() { - type A = PInt, B1>>; - type B = NInt>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P3GcdN1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_Div_N1() { - type A = PInt, B1>>; - type B = NInt>; - type N3 = NInt, B1>>; - - #[allow(non_camel_case_types)] - type P3DivN1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_Rem_N1() { - type A = PInt, B1>>; - type B = NInt>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type P3RemN1 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_PartialDiv_N1() { - type A = PInt, B1>>; - type B = NInt>; - type N3 = NInt, B1>>; - - #[allow(non_camel_case_types)] - type P3PartialDivN1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_Cmp_N1() { - type A = PInt, B1>>; - type B = NInt>; - - #[allow(non_camel_case_types)] - type P3CmpN1 = >::Output; - assert_eq!(::to_ordering(), Ordering::Greater); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_Add__0() { - type A = PInt, B1>>; - type B = Z0; - type P3 = PInt, B1>>; - - #[allow(non_camel_case_types)] - type P3Add_0 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_Sub__0() { - type A = PInt, B1>>; - type B = Z0; - type P3 = PInt, B1>>; - - #[allow(non_camel_case_types)] - type P3Sub_0 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_Mul__0() { - type A = PInt, B1>>; - type B = Z0; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type P3Mul_0 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_Min__0() { - type A = PInt, B1>>; - type B = Z0; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type P3Min_0 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_Max__0() { - type A = PInt, B1>>; - type B = Z0; - type P3 = PInt, B1>>; - - #[allow(non_camel_case_types)] - type P3Max_0 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_Gcd__0() { - type A = PInt, B1>>; - type B = Z0; - type P3 = PInt, B1>>; - - #[allow(non_camel_case_types)] - type P3Gcd_0 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_Pow__0() { - type A = PInt, B1>>; - type B = Z0; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P3Pow_0 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_Cmp__0() { - type A = PInt, B1>>; - type B = Z0; - - #[allow(non_camel_case_types)] - type P3Cmp_0 = >::Output; - assert_eq!(::to_ordering(), Ordering::Greater); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_Add_P1() { - type A = PInt, B1>>; - type B = PInt>; - type P4 = PInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type P3AddP1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_Sub_P1() { - type A = PInt, B1>>; - type B = PInt>; - type P2 = PInt, B0>>; - - #[allow(non_camel_case_types)] - type P3SubP1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_Mul_P1() { - type A = PInt, B1>>; - type B = PInt>; - type P3 = PInt, B1>>; - - #[allow(non_camel_case_types)] - type P3MulP1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_Min_P1() { - type A = PInt, B1>>; - type B = PInt>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P3MinP1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_Max_P1() { - type A = PInt, B1>>; - type B = PInt>; - type P3 = PInt, B1>>; - - #[allow(non_camel_case_types)] - type P3MaxP1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_Gcd_P1() { - type A = PInt, B1>>; - type B = PInt>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P3GcdP1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_Div_P1() { - type A = PInt, B1>>; - type B = PInt>; - type P3 = PInt, B1>>; - - #[allow(non_camel_case_types)] - type P3DivP1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_Rem_P1() { - type A = PInt, B1>>; - type B = PInt>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type P3RemP1 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_PartialDiv_P1() { - type A = PInt, B1>>; - type B = PInt>; - type P3 = PInt, B1>>; - - #[allow(non_camel_case_types)] - type P3PartialDivP1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_Pow_P1() { - type A = PInt, B1>>; - type B = PInt>; - type P3 = PInt, B1>>; - - #[allow(non_camel_case_types)] - type P3PowP1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_Cmp_P1() { - type A = PInt, B1>>; - type B = PInt>; - - #[allow(non_camel_case_types)] - type P3CmpP1 = >::Output; - assert_eq!(::to_ordering(), Ordering::Greater); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_Add_P2() { - type A = PInt, B1>>; - type B = PInt, B0>>; - type P5 = PInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type P3AddP2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_Sub_P2() { - type A = PInt, B1>>; - type B = PInt, B0>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P3SubP2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_Mul_P2() { - type A = PInt, B1>>; - type B = PInt, B0>>; - type P6 = PInt, B1>, B0>>; - - #[allow(non_camel_case_types)] - type P3MulP2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_Min_P2() { - type A = PInt, B1>>; - type B = PInt, B0>>; - type P2 = PInt, B0>>; - - #[allow(non_camel_case_types)] - type P3MinP2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_Max_P2() { - type A = PInt, B1>>; - type B = PInt, B0>>; - type P3 = PInt, B1>>; - - #[allow(non_camel_case_types)] - type P3MaxP2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_Gcd_P2() { - type A = PInt, B1>>; - type B = PInt, B0>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P3GcdP2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_Div_P2() { - type A = PInt, B1>>; - type B = PInt, B0>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P3DivP2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_Rem_P2() { - type A = PInt, B1>>; - type B = PInt, B0>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P3RemP2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_Pow_P2() { - type A = PInt, B1>>; - type B = PInt, B0>>; - type P9 = PInt, B0>, B0>, B1>>; - - #[allow(non_camel_case_types)] - type P3PowP2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_Cmp_P2() { - type A = PInt, B1>>; - type B = PInt, B0>>; - - #[allow(non_camel_case_types)] - type P3CmpP2 = >::Output; - assert_eq!(::to_ordering(), Ordering::Greater); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_Add_P3() { - type A = PInt, B1>>; - type B = PInt, B1>>; - type P6 = PInt, B1>, B0>>; - - #[allow(non_camel_case_types)] - type P3AddP3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_Sub_P3() { - type A = PInt, B1>>; - type B = PInt, B1>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type P3SubP3 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_Mul_P3() { - type A = PInt, B1>>; - type B = PInt, B1>>; - type P9 = PInt, B0>, B0>, B1>>; - - #[allow(non_camel_case_types)] - type P3MulP3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_Min_P3() { - type A = PInt, B1>>; - type B = PInt, B1>>; - type P3 = PInt, B1>>; - - #[allow(non_camel_case_types)] - type P3MinP3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_Max_P3() { - type A = PInt, B1>>; - type B = PInt, B1>>; - type P3 = PInt, B1>>; - - #[allow(non_camel_case_types)] - type P3MaxP3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_Gcd_P3() { - type A = PInt, B1>>; - type B = PInt, B1>>; - type P3 = PInt, B1>>; - - #[allow(non_camel_case_types)] - type P3GcdP3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_Div_P3() { - type A = PInt, B1>>; - type B = PInt, B1>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P3DivP3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_Rem_P3() { - type A = PInt, B1>>; - type B = PInt, B1>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type P3RemP3 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_PartialDiv_P3() { - type A = PInt, B1>>; - type B = PInt, B1>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P3PartialDivP3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_Pow_P3() { - type A = PInt, B1>>; - type B = PInt, B1>>; - type P27 = PInt, B1>, B0>, B1>, B1>>; - - #[allow(non_camel_case_types)] - type P3PowP3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_Cmp_P3() { - type A = PInt, B1>>; - type B = PInt, B1>>; - - #[allow(non_camel_case_types)] - type P3CmpP3 = >::Output; - assert_eq!(::to_ordering(), Ordering::Equal); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_Add_P4() { - type A = PInt, B1>>; - type B = PInt, B0>, B0>>; - type P7 = PInt, B1>, B1>>; - - #[allow(non_camel_case_types)] - type P3AddP4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_Sub_P4() { - type A = PInt, B1>>; - type B = PInt, B0>, B0>>; - type N1 = NInt>; - - #[allow(non_camel_case_types)] - type P3SubP4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_Mul_P4() { - type A = PInt, B1>>; - type B = PInt, B0>, B0>>; - type P12 = PInt, B1>, B0>, B0>>; - - #[allow(non_camel_case_types)] - type P3MulP4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_Min_P4() { - type A = PInt, B1>>; - type B = PInt, B0>, B0>>; - type P3 = PInt, B1>>; - - #[allow(non_camel_case_types)] - type P3MinP4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_Max_P4() { - type A = PInt, B1>>; - type B = PInt, B0>, B0>>; - type P4 = PInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type P3MaxP4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_Gcd_P4() { - type A = PInt, B1>>; - type B = PInt, B0>, B0>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P3GcdP4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_Div_P4() { - type A = PInt, B1>>; - type B = PInt, B0>, B0>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type P3DivP4 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_Rem_P4() { - type A = PInt, B1>>; - type B = PInt, B0>, B0>>; - type P3 = PInt, B1>>; - - #[allow(non_camel_case_types)] - type P3RemP4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_Pow_P4() { - type A = PInt, B1>>; - type B = PInt, B0>, B0>>; - type P81 = PInt, B0>, B1>, B0>, B0>, B0>, B1>>; - - #[allow(non_camel_case_types)] - type P3PowP4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_Cmp_P4() { - type A = PInt, B1>>; - type B = PInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type P3CmpP4 = >::Output; - assert_eq!(::to_ordering(), Ordering::Less); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_Add_P5() { - type A = PInt, B1>>; - type B = PInt, B0>, B1>>; - type P8 = PInt, B0>, B0>, B0>>; - - #[allow(non_camel_case_types)] - type P3AddP5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_Sub_P5() { - type A = PInt, B1>>; - type B = PInt, B0>, B1>>; - type N2 = NInt, B0>>; - - #[allow(non_camel_case_types)] - type P3SubP5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_Mul_P5() { - type A = PInt, B1>>; - type B = PInt, B0>, B1>>; - type P15 = PInt, B1>, B1>, B1>>; - - #[allow(non_camel_case_types)] - type P3MulP5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_Min_P5() { - type A = PInt, B1>>; - type B = PInt, B0>, B1>>; - type P3 = PInt, B1>>; - - #[allow(non_camel_case_types)] - type P3MinP5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_Max_P5() { - type A = PInt, B1>>; - type B = PInt, B0>, B1>>; - type P5 = PInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type P3MaxP5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_Gcd_P5() { - type A = PInt, B1>>; - type B = PInt, B0>, B1>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P3GcdP5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_Div_P5() { - type A = PInt, B1>>; - type B = PInt, B0>, B1>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type P3DivP5 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_Rem_P5() { - type A = PInt, B1>>; - type B = PInt, B0>, B1>>; - type P3 = PInt, B1>>; - - #[allow(non_camel_case_types)] - type P3RemP5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_Pow_P5() { - type A = PInt, B1>>; - type B = PInt, B0>, B1>>; - type P243 = PInt, B1>, B1>, B1>, B0>, B0>, B1>, B1>>; - - #[allow(non_camel_case_types)] - type P3PowP5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_Cmp_P5() { - type A = PInt, B1>>; - type B = PInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type P3CmpP5 = >::Output; - assert_eq!(::to_ordering(), Ordering::Less); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_Add_N5() { - type A = PInt, B0>, B0>>; - type B = NInt, B0>, B1>>; - type N1 = NInt>; - - #[allow(non_camel_case_types)] - type P4AddN5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_Sub_N5() { - type A = PInt, B0>, B0>>; - type B = NInt, B0>, B1>>; - type P9 = PInt, B0>, B0>, B1>>; - - #[allow(non_camel_case_types)] - type P4SubN5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_Mul_N5() { - type A = PInt, B0>, B0>>; - type B = NInt, B0>, B1>>; - type N20 = NInt, B0>, B1>, B0>, B0>>; - - #[allow(non_camel_case_types)] - type P4MulN5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_Min_N5() { - type A = PInt, B0>, B0>>; - type B = NInt, B0>, B1>>; - type N5 = NInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type P4MinN5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_Max_N5() { - type A = PInt, B0>, B0>>; - type B = NInt, B0>, B1>>; - type P4 = PInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type P4MaxN5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_Gcd_N5() { - type A = PInt, B0>, B0>>; - type B = NInt, B0>, B1>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P4GcdN5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_Div_N5() { - type A = PInt, B0>, B0>>; - type B = NInt, B0>, B1>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type P4DivN5 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_Rem_N5() { - type A = PInt, B0>, B0>>; - type B = NInt, B0>, B1>>; - type P4 = PInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type P4RemN5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_Cmp_N5() { - type A = PInt, B0>, B0>>; - type B = NInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type P4CmpN5 = >::Output; - assert_eq!(::to_ordering(), Ordering::Greater); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_Add_N4() { - type A = PInt, B0>, B0>>; - type B = NInt, B0>, B0>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type P4AddN4 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_Sub_N4() { - type A = PInt, B0>, B0>>; - type B = NInt, B0>, B0>>; - type P8 = PInt, B0>, B0>, B0>>; - - #[allow(non_camel_case_types)] - type P4SubN4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_Mul_N4() { - type A = PInt, B0>, B0>>; - type B = NInt, B0>, B0>>; - type N16 = NInt, B0>, B0>, B0>, B0>>; - - #[allow(non_camel_case_types)] - type P4MulN4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_Min_N4() { - type A = PInt, B0>, B0>>; - type B = NInt, B0>, B0>>; - type N4 = NInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type P4MinN4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_Max_N4() { - type A = PInt, B0>, B0>>; - type B = NInt, B0>, B0>>; - type P4 = PInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type P4MaxN4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_Gcd_N4() { - type A = PInt, B0>, B0>>; - type B = NInt, B0>, B0>>; - type P4 = PInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type P4GcdN4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_Div_N4() { - type A = PInt, B0>, B0>>; - type B = NInt, B0>, B0>>; - type N1 = NInt>; - - #[allow(non_camel_case_types)] - type P4DivN4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_Rem_N4() { - type A = PInt, B0>, B0>>; - type B = NInt, B0>, B0>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type P4RemN4 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_PartialDiv_N4() { - type A = PInt, B0>, B0>>; - type B = NInt, B0>, B0>>; - type N1 = NInt>; - - #[allow(non_camel_case_types)] - type P4PartialDivN4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_Cmp_N4() { - type A = PInt, B0>, B0>>; - type B = NInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type P4CmpN4 = >::Output; - assert_eq!(::to_ordering(), Ordering::Greater); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_Add_N3() { - type A = PInt, B0>, B0>>; - type B = NInt, B1>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P4AddN3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_Sub_N3() { - type A = PInt, B0>, B0>>; - type B = NInt, B1>>; - type P7 = PInt, B1>, B1>>; - - #[allow(non_camel_case_types)] - type P4SubN3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_Mul_N3() { - type A = PInt, B0>, B0>>; - type B = NInt, B1>>; - type N12 = NInt, B1>, B0>, B0>>; - - #[allow(non_camel_case_types)] - type P4MulN3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_Min_N3() { - type A = PInt, B0>, B0>>; - type B = NInt, B1>>; - type N3 = NInt, B1>>; - - #[allow(non_camel_case_types)] - type P4MinN3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_Max_N3() { - type A = PInt, B0>, B0>>; - type B = NInt, B1>>; - type P4 = PInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type P4MaxN3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_Gcd_N3() { - type A = PInt, B0>, B0>>; - type B = NInt, B1>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P4GcdN3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_Div_N3() { - type A = PInt, B0>, B0>>; - type B = NInt, B1>>; - type N1 = NInt>; - - #[allow(non_camel_case_types)] - type P4DivN3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_Rem_N3() { - type A = PInt, B0>, B0>>; - type B = NInt, B1>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P4RemN3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_Cmp_N3() { - type A = PInt, B0>, B0>>; - type B = NInt, B1>>; - - #[allow(non_camel_case_types)] - type P4CmpN3 = >::Output; - assert_eq!(::to_ordering(), Ordering::Greater); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_Add_N2() { - type A = PInt, B0>, B0>>; - type B = NInt, B0>>; - type P2 = PInt, B0>>; - - #[allow(non_camel_case_types)] - type P4AddN2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_Sub_N2() { - type A = PInt, B0>, B0>>; - type B = NInt, B0>>; - type P6 = PInt, B1>, B0>>; - - #[allow(non_camel_case_types)] - type P4SubN2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_Mul_N2() { - type A = PInt, B0>, B0>>; - type B = NInt, B0>>; - type N8 = NInt, B0>, B0>, B0>>; - - #[allow(non_camel_case_types)] - type P4MulN2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_Min_N2() { - type A = PInt, B0>, B0>>; - type B = NInt, B0>>; - type N2 = NInt, B0>>; - - #[allow(non_camel_case_types)] - type P4MinN2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_Max_N2() { - type A = PInt, B0>, B0>>; - type B = NInt, B0>>; - type P4 = PInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type P4MaxN2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_Gcd_N2() { - type A = PInt, B0>, B0>>; - type B = NInt, B0>>; - type P2 = PInt, B0>>; - - #[allow(non_camel_case_types)] - type P4GcdN2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_Div_N2() { - type A = PInt, B0>, B0>>; - type B = NInt, B0>>; - type N2 = NInt, B0>>; - - #[allow(non_camel_case_types)] - type P4DivN2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_Rem_N2() { - type A = PInt, B0>, B0>>; - type B = NInt, B0>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type P4RemN2 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_PartialDiv_N2() { - type A = PInt, B0>, B0>>; - type B = NInt, B0>>; - type N2 = NInt, B0>>; - - #[allow(non_camel_case_types)] - type P4PartialDivN2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_Cmp_N2() { - type A = PInt, B0>, B0>>; - type B = NInt, B0>>; - - #[allow(non_camel_case_types)] - type P4CmpN2 = >::Output; - assert_eq!(::to_ordering(), Ordering::Greater); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_Add_N1() { - type A = PInt, B0>, B0>>; - type B = NInt>; - type P3 = PInt, B1>>; - - #[allow(non_camel_case_types)] - type P4AddN1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_Sub_N1() { - type A = PInt, B0>, B0>>; - type B = NInt>; - type P5 = PInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type P4SubN1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_Mul_N1() { - type A = PInt, B0>, B0>>; - type B = NInt>; - type N4 = NInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type P4MulN1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_Min_N1() { - type A = PInt, B0>, B0>>; - type B = NInt>; - type N1 = NInt>; - - #[allow(non_camel_case_types)] - type P4MinN1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_Max_N1() { - type A = PInt, B0>, B0>>; - type B = NInt>; - type P4 = PInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type P4MaxN1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_Gcd_N1() { - type A = PInt, B0>, B0>>; - type B = NInt>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P4GcdN1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_Div_N1() { - type A = PInt, B0>, B0>>; - type B = NInt>; - type N4 = NInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type P4DivN1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_Rem_N1() { - type A = PInt, B0>, B0>>; - type B = NInt>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type P4RemN1 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_PartialDiv_N1() { - type A = PInt, B0>, B0>>; - type B = NInt>; - type N4 = NInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type P4PartialDivN1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_Cmp_N1() { - type A = PInt, B0>, B0>>; - type B = NInt>; - - #[allow(non_camel_case_types)] - type P4CmpN1 = >::Output; - assert_eq!(::to_ordering(), Ordering::Greater); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_Add__0() { - type A = PInt, B0>, B0>>; - type B = Z0; - type P4 = PInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type P4Add_0 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_Sub__0() { - type A = PInt, B0>, B0>>; - type B = Z0; - type P4 = PInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type P4Sub_0 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_Mul__0() { - type A = PInt, B0>, B0>>; - type B = Z0; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type P4Mul_0 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_Min__0() { - type A = PInt, B0>, B0>>; - type B = Z0; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type P4Min_0 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_Max__0() { - type A = PInt, B0>, B0>>; - type B = Z0; - type P4 = PInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type P4Max_0 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_Gcd__0() { - type A = PInt, B0>, B0>>; - type B = Z0; - type P4 = PInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type P4Gcd_0 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_Pow__0() { - type A = PInt, B0>, B0>>; - type B = Z0; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P4Pow_0 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_Cmp__0() { - type A = PInt, B0>, B0>>; - type B = Z0; - - #[allow(non_camel_case_types)] - type P4Cmp_0 = >::Output; - assert_eq!(::to_ordering(), Ordering::Greater); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_Add_P1() { - type A = PInt, B0>, B0>>; - type B = PInt>; - type P5 = PInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type P4AddP1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_Sub_P1() { - type A = PInt, B0>, B0>>; - type B = PInt>; - type P3 = PInt, B1>>; - - #[allow(non_camel_case_types)] - type P4SubP1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_Mul_P1() { - type A = PInt, B0>, B0>>; - type B = PInt>; - type P4 = PInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type P4MulP1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_Min_P1() { - type A = PInt, B0>, B0>>; - type B = PInt>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P4MinP1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_Max_P1() { - type A = PInt, B0>, B0>>; - type B = PInt>; - type P4 = PInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type P4MaxP1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_Gcd_P1() { - type A = PInt, B0>, B0>>; - type B = PInt>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P4GcdP1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_Div_P1() { - type A = PInt, B0>, B0>>; - type B = PInt>; - type P4 = PInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type P4DivP1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_Rem_P1() { - type A = PInt, B0>, B0>>; - type B = PInt>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type P4RemP1 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_PartialDiv_P1() { - type A = PInt, B0>, B0>>; - type B = PInt>; - type P4 = PInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type P4PartialDivP1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_Pow_P1() { - type A = PInt, B0>, B0>>; - type B = PInt>; - type P4 = PInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type P4PowP1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_Cmp_P1() { - type A = PInt, B0>, B0>>; - type B = PInt>; - - #[allow(non_camel_case_types)] - type P4CmpP1 = >::Output; - assert_eq!(::to_ordering(), Ordering::Greater); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_Add_P2() { - type A = PInt, B0>, B0>>; - type B = PInt, B0>>; - type P6 = PInt, B1>, B0>>; - - #[allow(non_camel_case_types)] - type P4AddP2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_Sub_P2() { - type A = PInt, B0>, B0>>; - type B = PInt, B0>>; - type P2 = PInt, B0>>; - - #[allow(non_camel_case_types)] - type P4SubP2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_Mul_P2() { - type A = PInt, B0>, B0>>; - type B = PInt, B0>>; - type P8 = PInt, B0>, B0>, B0>>; - - #[allow(non_camel_case_types)] - type P4MulP2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_Min_P2() { - type A = PInt, B0>, B0>>; - type B = PInt, B0>>; - type P2 = PInt, B0>>; - - #[allow(non_camel_case_types)] - type P4MinP2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_Max_P2() { - type A = PInt, B0>, B0>>; - type B = PInt, B0>>; - type P4 = PInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type P4MaxP2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_Gcd_P2() { - type A = PInt, B0>, B0>>; - type B = PInt, B0>>; - type P2 = PInt, B0>>; - - #[allow(non_camel_case_types)] - type P4GcdP2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_Div_P2() { - type A = PInt, B0>, B0>>; - type B = PInt, B0>>; - type P2 = PInt, B0>>; - - #[allow(non_camel_case_types)] - type P4DivP2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_Rem_P2() { - type A = PInt, B0>, B0>>; - type B = PInt, B0>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type P4RemP2 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_PartialDiv_P2() { - type A = PInt, B0>, B0>>; - type B = PInt, B0>>; - type P2 = PInt, B0>>; - - #[allow(non_camel_case_types)] - type P4PartialDivP2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_Pow_P2() { - type A = PInt, B0>, B0>>; - type B = PInt, B0>>; - type P16 = PInt, B0>, B0>, B0>, B0>>; - - #[allow(non_camel_case_types)] - type P4PowP2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_Cmp_P2() { - type A = PInt, B0>, B0>>; - type B = PInt, B0>>; - - #[allow(non_camel_case_types)] - type P4CmpP2 = >::Output; - assert_eq!(::to_ordering(), Ordering::Greater); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_Add_P3() { - type A = PInt, B0>, B0>>; - type B = PInt, B1>>; - type P7 = PInt, B1>, B1>>; - - #[allow(non_camel_case_types)] - type P4AddP3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_Sub_P3() { - type A = PInt, B0>, B0>>; - type B = PInt, B1>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P4SubP3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_Mul_P3() { - type A = PInt, B0>, B0>>; - type B = PInt, B1>>; - type P12 = PInt, B1>, B0>, B0>>; - - #[allow(non_camel_case_types)] - type P4MulP3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_Min_P3() { - type A = PInt, B0>, B0>>; - type B = PInt, B1>>; - type P3 = PInt, B1>>; - - #[allow(non_camel_case_types)] - type P4MinP3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_Max_P3() { - type A = PInt, B0>, B0>>; - type B = PInt, B1>>; - type P4 = PInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type P4MaxP3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_Gcd_P3() { - type A = PInt, B0>, B0>>; - type B = PInt, B1>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P4GcdP3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_Div_P3() { - type A = PInt, B0>, B0>>; - type B = PInt, B1>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P4DivP3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_Rem_P3() { - type A = PInt, B0>, B0>>; - type B = PInt, B1>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P4RemP3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_Pow_P3() { - type A = PInt, B0>, B0>>; - type B = PInt, B1>>; - type P64 = PInt, B0>, B0>, B0>, B0>, B0>, B0>>; - - #[allow(non_camel_case_types)] - type P4PowP3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_Cmp_P3() { - type A = PInt, B0>, B0>>; - type B = PInt, B1>>; - - #[allow(non_camel_case_types)] - type P4CmpP3 = >::Output; - assert_eq!(::to_ordering(), Ordering::Greater); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_Add_P4() { - type A = PInt, B0>, B0>>; - type B = PInt, B0>, B0>>; - type P8 = PInt, B0>, B0>, B0>>; - - #[allow(non_camel_case_types)] - type P4AddP4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_Sub_P4() { - type A = PInt, B0>, B0>>; - type B = PInt, B0>, B0>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type P4SubP4 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_Mul_P4() { - type A = PInt, B0>, B0>>; - type B = PInt, B0>, B0>>; - type P16 = PInt, B0>, B0>, B0>, B0>>; - - #[allow(non_camel_case_types)] - type P4MulP4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_Min_P4() { - type A = PInt, B0>, B0>>; - type B = PInt, B0>, B0>>; - type P4 = PInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type P4MinP4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_Max_P4() { - type A = PInt, B0>, B0>>; - type B = PInt, B0>, B0>>; - type P4 = PInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type P4MaxP4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_Gcd_P4() { - type A = PInt, B0>, B0>>; - type B = PInt, B0>, B0>>; - type P4 = PInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type P4GcdP4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_Div_P4() { - type A = PInt, B0>, B0>>; - type B = PInt, B0>, B0>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P4DivP4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_Rem_P4() { - type A = PInt, B0>, B0>>; - type B = PInt, B0>, B0>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type P4RemP4 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_PartialDiv_P4() { - type A = PInt, B0>, B0>>; - type B = PInt, B0>, B0>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P4PartialDivP4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_Pow_P4() { - type A = PInt, B0>, B0>>; - type B = PInt, B0>, B0>>; - type P256 = PInt, B0>, B0>, B0>, B0>, B0>, B0>, B0>, B0>>; - - #[allow(non_camel_case_types)] - type P4PowP4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_Cmp_P4() { - type A = PInt, B0>, B0>>; - type B = PInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type P4CmpP4 = >::Output; - assert_eq!(::to_ordering(), Ordering::Equal); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_Add_P5() { - type A = PInt, B0>, B0>>; - type B = PInt, B0>, B1>>; - type P9 = PInt, B0>, B0>, B1>>; - - #[allow(non_camel_case_types)] - type P4AddP5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_Sub_P5() { - type A = PInt, B0>, B0>>; - type B = PInt, B0>, B1>>; - type N1 = NInt>; - - #[allow(non_camel_case_types)] - type P4SubP5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_Mul_P5() { - type A = PInt, B0>, B0>>; - type B = PInt, B0>, B1>>; - type P20 = PInt, B0>, B1>, B0>, B0>>; - - #[allow(non_camel_case_types)] - type P4MulP5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_Min_P5() { - type A = PInt, B0>, B0>>; - type B = PInt, B0>, B1>>; - type P4 = PInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type P4MinP5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_Max_P5() { - type A = PInt, B0>, B0>>; - type B = PInt, B0>, B1>>; - type P5 = PInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type P4MaxP5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_Gcd_P5() { - type A = PInt, B0>, B0>>; - type B = PInt, B0>, B1>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P4GcdP5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_Div_P5() { - type A = PInt, B0>, B0>>; - type B = PInt, B0>, B1>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type P4DivP5 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_Rem_P5() { - type A = PInt, B0>, B0>>; - type B = PInt, B0>, B1>>; - type P4 = PInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type P4RemP5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_Pow_P5() { - type A = PInt, B0>, B0>>; - type B = PInt, B0>, B1>>; - type P1024 = PInt, B0>, B0>, B0>, B0>, B0>, B0>, B0>, B0>, B0>, B0>>; - - #[allow(non_camel_case_types)] - type P4PowP5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_Cmp_P5() { - type A = PInt, B0>, B0>>; - type B = PInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type P4CmpP5 = >::Output; - assert_eq!(::to_ordering(), Ordering::Less); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_Add_N5() { - type A = PInt, B0>, B1>>; - type B = NInt, B0>, B1>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type P5AddN5 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_Sub_N5() { - type A = PInt, B0>, B1>>; - type B = NInt, B0>, B1>>; - type P10 = PInt, B0>, B1>, B0>>; - - #[allow(non_camel_case_types)] - type P5SubN5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_Mul_N5() { - type A = PInt, B0>, B1>>; - type B = NInt, B0>, B1>>; - type N25 = NInt, B1>, B0>, B0>, B1>>; - - #[allow(non_camel_case_types)] - type P5MulN5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_Min_N5() { - type A = PInt, B0>, B1>>; - type B = NInt, B0>, B1>>; - type N5 = NInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type P5MinN5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_Max_N5() { - type A = PInt, B0>, B1>>; - type B = NInt, B0>, B1>>; - type P5 = PInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type P5MaxN5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_Gcd_N5() { - type A = PInt, B0>, B1>>; - type B = NInt, B0>, B1>>; - type P5 = PInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type P5GcdN5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_Div_N5() { - type A = PInt, B0>, B1>>; - type B = NInt, B0>, B1>>; - type N1 = NInt>; - - #[allow(non_camel_case_types)] - type P5DivN5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_Rem_N5() { - type A = PInt, B0>, B1>>; - type B = NInt, B0>, B1>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type P5RemN5 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_PartialDiv_N5() { - type A = PInt, B0>, B1>>; - type B = NInt, B0>, B1>>; - type N1 = NInt>; - - #[allow(non_camel_case_types)] - type P5PartialDivN5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_Cmp_N5() { - type A = PInt, B0>, B1>>; - type B = NInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type P5CmpN5 = >::Output; - assert_eq!(::to_ordering(), Ordering::Greater); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_Add_N4() { - type A = PInt, B0>, B1>>; - type B = NInt, B0>, B0>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P5AddN4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_Sub_N4() { - type A = PInt, B0>, B1>>; - type B = NInt, B0>, B0>>; - type P9 = PInt, B0>, B0>, B1>>; - - #[allow(non_camel_case_types)] - type P5SubN4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_Mul_N4() { - type A = PInt, B0>, B1>>; - type B = NInt, B0>, B0>>; - type N20 = NInt, B0>, B1>, B0>, B0>>; - - #[allow(non_camel_case_types)] - type P5MulN4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_Min_N4() { - type A = PInt, B0>, B1>>; - type B = NInt, B0>, B0>>; - type N4 = NInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type P5MinN4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_Max_N4() { - type A = PInt, B0>, B1>>; - type B = NInt, B0>, B0>>; - type P5 = PInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type P5MaxN4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_Gcd_N4() { - type A = PInt, B0>, B1>>; - type B = NInt, B0>, B0>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P5GcdN4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_Div_N4() { - type A = PInt, B0>, B1>>; - type B = NInt, B0>, B0>>; - type N1 = NInt>; - - #[allow(non_camel_case_types)] - type P5DivN4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_Rem_N4() { - type A = PInt, B0>, B1>>; - type B = NInt, B0>, B0>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P5RemN4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_Cmp_N4() { - type A = PInt, B0>, B1>>; - type B = NInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type P5CmpN4 = >::Output; - assert_eq!(::to_ordering(), Ordering::Greater); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_Add_N3() { - type A = PInt, B0>, B1>>; - type B = NInt, B1>>; - type P2 = PInt, B0>>; - - #[allow(non_camel_case_types)] - type P5AddN3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_Sub_N3() { - type A = PInt, B0>, B1>>; - type B = NInt, B1>>; - type P8 = PInt, B0>, B0>, B0>>; - - #[allow(non_camel_case_types)] - type P5SubN3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_Mul_N3() { - type A = PInt, B0>, B1>>; - type B = NInt, B1>>; - type N15 = NInt, B1>, B1>, B1>>; - - #[allow(non_camel_case_types)] - type P5MulN3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_Min_N3() { - type A = PInt, B0>, B1>>; - type B = NInt, B1>>; - type N3 = NInt, B1>>; - - #[allow(non_camel_case_types)] - type P5MinN3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_Max_N3() { - type A = PInt, B0>, B1>>; - type B = NInt, B1>>; - type P5 = PInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type P5MaxN3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_Gcd_N3() { - type A = PInt, B0>, B1>>; - type B = NInt, B1>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P5GcdN3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_Div_N3() { - type A = PInt, B0>, B1>>; - type B = NInt, B1>>; - type N1 = NInt>; - - #[allow(non_camel_case_types)] - type P5DivN3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_Rem_N3() { - type A = PInt, B0>, B1>>; - type B = NInt, B1>>; - type P2 = PInt, B0>>; - - #[allow(non_camel_case_types)] - type P5RemN3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_Cmp_N3() { - type A = PInt, B0>, B1>>; - type B = NInt, B1>>; - - #[allow(non_camel_case_types)] - type P5CmpN3 = >::Output; - assert_eq!(::to_ordering(), Ordering::Greater); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_Add_N2() { - type A = PInt, B0>, B1>>; - type B = NInt, B0>>; - type P3 = PInt, B1>>; - - #[allow(non_camel_case_types)] - type P5AddN2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_Sub_N2() { - type A = PInt, B0>, B1>>; - type B = NInt, B0>>; - type P7 = PInt, B1>, B1>>; - - #[allow(non_camel_case_types)] - type P5SubN2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_Mul_N2() { - type A = PInt, B0>, B1>>; - type B = NInt, B0>>; - type N10 = NInt, B0>, B1>, B0>>; - - #[allow(non_camel_case_types)] - type P5MulN2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_Min_N2() { - type A = PInt, B0>, B1>>; - type B = NInt, B0>>; - type N2 = NInt, B0>>; - - #[allow(non_camel_case_types)] - type P5MinN2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_Max_N2() { - type A = PInt, B0>, B1>>; - type B = NInt, B0>>; - type P5 = PInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type P5MaxN2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_Gcd_N2() { - type A = PInt, B0>, B1>>; - type B = NInt, B0>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P5GcdN2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_Div_N2() { - type A = PInt, B0>, B1>>; - type B = NInt, B0>>; - type N2 = NInt, B0>>; - - #[allow(non_camel_case_types)] - type P5DivN2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_Rem_N2() { - type A = PInt, B0>, B1>>; - type B = NInt, B0>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P5RemN2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_Cmp_N2() { - type A = PInt, B0>, B1>>; - type B = NInt, B0>>; - - #[allow(non_camel_case_types)] - type P5CmpN2 = >::Output; - assert_eq!(::to_ordering(), Ordering::Greater); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_Add_N1() { - type A = PInt, B0>, B1>>; - type B = NInt>; - type P4 = PInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type P5AddN1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_Sub_N1() { - type A = PInt, B0>, B1>>; - type B = NInt>; - type P6 = PInt, B1>, B0>>; - - #[allow(non_camel_case_types)] - type P5SubN1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_Mul_N1() { - type A = PInt, B0>, B1>>; - type B = NInt>; - type N5 = NInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type P5MulN1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_Min_N1() { - type A = PInt, B0>, B1>>; - type B = NInt>; - type N1 = NInt>; - - #[allow(non_camel_case_types)] - type P5MinN1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_Max_N1() { - type A = PInt, B0>, B1>>; - type B = NInt>; - type P5 = PInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type P5MaxN1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_Gcd_N1() { - type A = PInt, B0>, B1>>; - type B = NInt>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P5GcdN1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_Div_N1() { - type A = PInt, B0>, B1>>; - type B = NInt>; - type N5 = NInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type P5DivN1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_Rem_N1() { - type A = PInt, B0>, B1>>; - type B = NInt>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type P5RemN1 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_PartialDiv_N1() { - type A = PInt, B0>, B1>>; - type B = NInt>; - type N5 = NInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type P5PartialDivN1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_Cmp_N1() { - type A = PInt, B0>, B1>>; - type B = NInt>; - - #[allow(non_camel_case_types)] - type P5CmpN1 = >::Output; - assert_eq!(::to_ordering(), Ordering::Greater); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_Add__0() { - type A = PInt, B0>, B1>>; - type B = Z0; - type P5 = PInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type P5Add_0 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_Sub__0() { - type A = PInt, B0>, B1>>; - type B = Z0; - type P5 = PInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type P5Sub_0 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_Mul__0() { - type A = PInt, B0>, B1>>; - type B = Z0; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type P5Mul_0 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_Min__0() { - type A = PInt, B0>, B1>>; - type B = Z0; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type P5Min_0 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_Max__0() { - type A = PInt, B0>, B1>>; - type B = Z0; - type P5 = PInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type P5Max_0 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_Gcd__0() { - type A = PInt, B0>, B1>>; - type B = Z0; - type P5 = PInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type P5Gcd_0 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_Pow__0() { - type A = PInt, B0>, B1>>; - type B = Z0; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P5Pow_0 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_Cmp__0() { - type A = PInt, B0>, B1>>; - type B = Z0; - - #[allow(non_camel_case_types)] - type P5Cmp_0 = >::Output; - assert_eq!(::to_ordering(), Ordering::Greater); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_Add_P1() { - type A = PInt, B0>, B1>>; - type B = PInt>; - type P6 = PInt, B1>, B0>>; - - #[allow(non_camel_case_types)] - type P5AddP1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_Sub_P1() { - type A = PInt, B0>, B1>>; - type B = PInt>; - type P4 = PInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type P5SubP1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_Mul_P1() { - type A = PInt, B0>, B1>>; - type B = PInt>; - type P5 = PInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type P5MulP1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_Min_P1() { - type A = PInt, B0>, B1>>; - type B = PInt>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P5MinP1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_Max_P1() { - type A = PInt, B0>, B1>>; - type B = PInt>; - type P5 = PInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type P5MaxP1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_Gcd_P1() { - type A = PInt, B0>, B1>>; - type B = PInt>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P5GcdP1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_Div_P1() { - type A = PInt, B0>, B1>>; - type B = PInt>; - type P5 = PInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type P5DivP1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_Rem_P1() { - type A = PInt, B0>, B1>>; - type B = PInt>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type P5RemP1 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_PartialDiv_P1() { - type A = PInt, B0>, B1>>; - type B = PInt>; - type P5 = PInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type P5PartialDivP1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_Pow_P1() { - type A = PInt, B0>, B1>>; - type B = PInt>; - type P5 = PInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type P5PowP1 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_Cmp_P1() { - type A = PInt, B0>, B1>>; - type B = PInt>; - - #[allow(non_camel_case_types)] - type P5CmpP1 = >::Output; - assert_eq!(::to_ordering(), Ordering::Greater); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_Add_P2() { - type A = PInt, B0>, B1>>; - type B = PInt, B0>>; - type P7 = PInt, B1>, B1>>; - - #[allow(non_camel_case_types)] - type P5AddP2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_Sub_P2() { - type A = PInt, B0>, B1>>; - type B = PInt, B0>>; - type P3 = PInt, B1>>; - - #[allow(non_camel_case_types)] - type P5SubP2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_Mul_P2() { - type A = PInt, B0>, B1>>; - type B = PInt, B0>>; - type P10 = PInt, B0>, B1>, B0>>; - - #[allow(non_camel_case_types)] - type P5MulP2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_Min_P2() { - type A = PInt, B0>, B1>>; - type B = PInt, B0>>; - type P2 = PInt, B0>>; - - #[allow(non_camel_case_types)] - type P5MinP2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_Max_P2() { - type A = PInt, B0>, B1>>; - type B = PInt, B0>>; - type P5 = PInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type P5MaxP2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_Gcd_P2() { - type A = PInt, B0>, B1>>; - type B = PInt, B0>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P5GcdP2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_Div_P2() { - type A = PInt, B0>, B1>>; - type B = PInt, B0>>; - type P2 = PInt, B0>>; - - #[allow(non_camel_case_types)] - type P5DivP2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_Rem_P2() { - type A = PInt, B0>, B1>>; - type B = PInt, B0>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P5RemP2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_Pow_P2() { - type A = PInt, B0>, B1>>; - type B = PInt, B0>>; - type P25 = PInt, B1>, B0>, B0>, B1>>; - - #[allow(non_camel_case_types)] - type P5PowP2 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_Cmp_P2() { - type A = PInt, B0>, B1>>; - type B = PInt, B0>>; - - #[allow(non_camel_case_types)] - type P5CmpP2 = >::Output; - assert_eq!(::to_ordering(), Ordering::Greater); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_Add_P3() { - type A = PInt, B0>, B1>>; - type B = PInt, B1>>; - type P8 = PInt, B0>, B0>, B0>>; - - #[allow(non_camel_case_types)] - type P5AddP3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_Sub_P3() { - type A = PInt, B0>, B1>>; - type B = PInt, B1>>; - type P2 = PInt, B0>>; - - #[allow(non_camel_case_types)] - type P5SubP3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_Mul_P3() { - type A = PInt, B0>, B1>>; - type B = PInt, B1>>; - type P15 = PInt, B1>, B1>, B1>>; - - #[allow(non_camel_case_types)] - type P5MulP3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_Min_P3() { - type A = PInt, B0>, B1>>; - type B = PInt, B1>>; - type P3 = PInt, B1>>; - - #[allow(non_camel_case_types)] - type P5MinP3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_Max_P3() { - type A = PInt, B0>, B1>>; - type B = PInt, B1>>; - type P5 = PInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type P5MaxP3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_Gcd_P3() { - type A = PInt, B0>, B1>>; - type B = PInt, B1>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P5GcdP3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_Div_P3() { - type A = PInt, B0>, B1>>; - type B = PInt, B1>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P5DivP3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_Rem_P3() { - type A = PInt, B0>, B1>>; - type B = PInt, B1>>; - type P2 = PInt, B0>>; - - #[allow(non_camel_case_types)] - type P5RemP3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_Pow_P3() { - type A = PInt, B0>, B1>>; - type B = PInt, B1>>; - type P125 = PInt, B1>, B1>, B1>, B1>, B0>, B1>>; - - #[allow(non_camel_case_types)] - type P5PowP3 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_Cmp_P3() { - type A = PInt, B0>, B1>>; - type B = PInt, B1>>; - - #[allow(non_camel_case_types)] - type P5CmpP3 = >::Output; - assert_eq!(::to_ordering(), Ordering::Greater); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_Add_P4() { - type A = PInt, B0>, B1>>; - type B = PInt, B0>, B0>>; - type P9 = PInt, B0>, B0>, B1>>; - - #[allow(non_camel_case_types)] - type P5AddP4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_Sub_P4() { - type A = PInt, B0>, B1>>; - type B = PInt, B0>, B0>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P5SubP4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_Mul_P4() { - type A = PInt, B0>, B1>>; - type B = PInt, B0>, B0>>; - type P20 = PInt, B0>, B1>, B0>, B0>>; - - #[allow(non_camel_case_types)] - type P5MulP4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_Min_P4() { - type A = PInt, B0>, B1>>; - type B = PInt, B0>, B0>>; - type P4 = PInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type P5MinP4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_Max_P4() { - type A = PInt, B0>, B1>>; - type B = PInt, B0>, B0>>; - type P5 = PInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type P5MaxP4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_Gcd_P4() { - type A = PInt, B0>, B1>>; - type B = PInt, B0>, B0>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P5GcdP4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_Div_P4() { - type A = PInt, B0>, B1>>; - type B = PInt, B0>, B0>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P5DivP4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_Rem_P4() { - type A = PInt, B0>, B1>>; - type B = PInt, B0>, B0>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P5RemP4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_Pow_P4() { - type A = PInt, B0>, B1>>; - type B = PInt, B0>, B0>>; - type P625 = PInt, B0>, B0>, B1>, B1>, B1>, B0>, B0>, B0>, B1>>; - - #[allow(non_camel_case_types)] - type P5PowP4 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_Cmp_P4() { - type A = PInt, B0>, B1>>; - type B = PInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type P5CmpP4 = >::Output; - assert_eq!(::to_ordering(), Ordering::Greater); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_Add_P5() { - type A = PInt, B0>, B1>>; - type B = PInt, B0>, B1>>; - type P10 = PInt, B0>, B1>, B0>>; - - #[allow(non_camel_case_types)] - type P5AddP5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_Sub_P5() { - type A = PInt, B0>, B1>>; - type B = PInt, B0>, B1>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type P5SubP5 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_Mul_P5() { - type A = PInt, B0>, B1>>; - type B = PInt, B0>, B1>>; - type P25 = PInt, B1>, B0>, B0>, B1>>; - - #[allow(non_camel_case_types)] - type P5MulP5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_Min_P5() { - type A = PInt, B0>, B1>>; - type B = PInt, B0>, B1>>; - type P5 = PInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type P5MinP5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_Max_P5() { - type A = PInt, B0>, B1>>; - type B = PInt, B0>, B1>>; - type P5 = PInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type P5MaxP5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_Gcd_P5() { - type A = PInt, B0>, B1>>; - type B = PInt, B0>, B1>>; - type P5 = PInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type P5GcdP5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_Div_P5() { - type A = PInt, B0>, B1>>; - type B = PInt, B0>, B1>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P5DivP5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_Rem_P5() { - type A = PInt, B0>, B1>>; - type B = PInt, B0>, B1>>; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type P5RemP5 = <>::Output as Same<_0>>::Output; - - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_PartialDiv_P5() { - type A = PInt, B0>, B1>>; - type B = PInt, B0>, B1>>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type P5PartialDivP5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_Pow_P5() { - type A = PInt, B0>, B1>>; - type B = PInt, B0>, B1>>; - type P3125 = PInt, B1>, B0>, B0>, B0>, B0>, B1>, B1>, B0>, B1>, B0>, B1>>; - - #[allow(non_camel_case_types)] - type P5PowP5 = <>::Output as Same>::Output; - - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_Cmp_P5() { - type A = PInt, B0>, B1>>; - type B = PInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type P5CmpP5 = >::Output; - assert_eq!(::to_ordering(), Ordering::Equal); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_Neg() { - type A = NInt, B0>, B1>>; - type P5 = PInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type NegN5 = <::Output as Same>::Output; - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N5_Abs() { - type A = NInt, B0>, B1>>; - type P5 = PInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type AbsN5 = <::Output as Same>::Output; - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_Neg() { - type A = NInt, B0>, B0>>; - type P4 = PInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type NegN4 = <::Output as Same>::Output; - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N4_Abs() { - type A = NInt, B0>, B0>>; - type P4 = PInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type AbsN4 = <::Output as Same>::Output; - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_Neg() { - type A = NInt, B1>>; - type P3 = PInt, B1>>; - - #[allow(non_camel_case_types)] - type NegN3 = <::Output as Same>::Output; - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N3_Abs() { - type A = NInt, B1>>; - type P3 = PInt, B1>>; - - #[allow(non_camel_case_types)] - type AbsN3 = <::Output as Same>::Output; - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_Neg() { - type A = NInt, B0>>; - type P2 = PInt, B0>>; - - #[allow(non_camel_case_types)] - type NegN2 = <::Output as Same>::Output; - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N2_Abs() { - type A = NInt, B0>>; - type P2 = PInt, B0>>; - - #[allow(non_camel_case_types)] - type AbsN2 = <::Output as Same>::Output; - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Neg() { - type A = NInt>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type NegN1 = <::Output as Same>::Output; - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_N1_Abs() { - type A = NInt>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type AbsN1 = <::Output as Same>::Output; - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test__0_Neg() { - type A = Z0; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type Neg_0 = <::Output as Same<_0>>::Output; - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test__0_Abs() { - type A = Z0; - type _0 = Z0; - - #[allow(non_camel_case_types)] - type Abs_0 = <::Output as Same<_0>>::Output; - assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Neg() { - type A = PInt>; - type N1 = NInt>; - - #[allow(non_camel_case_types)] - type NegP1 = <::Output as Same>::Output; - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P1_Abs() { - type A = PInt>; - type P1 = PInt>; - - #[allow(non_camel_case_types)] - type AbsP1 = <::Output as Same>::Output; - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_Neg() { - type A = PInt, B0>>; - type N2 = NInt, B0>>; - - #[allow(non_camel_case_types)] - type NegP2 = <::Output as Same>::Output; - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P2_Abs() { - type A = PInt, B0>>; - type P2 = PInt, B0>>; - - #[allow(non_camel_case_types)] - type AbsP2 = <::Output as Same>::Output; - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_Neg() { - type A = PInt, B1>>; - type N3 = NInt, B1>>; - - #[allow(non_camel_case_types)] - type NegP3 = <::Output as Same>::Output; - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P3_Abs() { - type A = PInt, B1>>; - type P3 = PInt, B1>>; - - #[allow(non_camel_case_types)] - type AbsP3 = <::Output as Same>::Output; - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_Neg() { - type A = PInt, B0>, B0>>; - type N4 = NInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type NegP4 = <::Output as Same>::Output; - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P4_Abs() { - type A = PInt, B0>, B0>>; - type P4 = PInt, B0>, B0>>; - - #[allow(non_camel_case_types)] - type AbsP4 = <::Output as Same>::Output; - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_Neg() { - type A = PInt, B0>, B1>>; - type N5 = NInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type NegP5 = <::Output as Same>::Output; - assert_eq!(::to_i64(), ::to_i64()); -} -#[test] -#[allow(non_snake_case)] -fn test_P5_Abs() { - type A = PInt, B0>, B1>>; - type P5 = PInt, B0>, B1>>; - - #[allow(non_camel_case_types)] - type AbsP5 = <::Output as Same>::Output; - assert_eq!(::to_i64(), ::to_i64()); -} \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/build/typenum-3342876bcfcf3a8b/output b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/build/typenum-3342876bcfcf3a8b/output deleted file mode 100644 index 17b919daa75e0..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/build/typenum-3342876bcfcf3a8b/output +++ /dev/null @@ -1 +0,0 @@ -cargo:rerun-if-changed=tests diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/build/typenum-3342876bcfcf3a8b/root-output b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/build/typenum-3342876bcfcf3a8b/root-output deleted file mode 100644 index e50c1f8125504..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/build/typenum-3342876bcfcf3a8b/root-output +++ /dev/null @@ -1 +0,0 @@ -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/build/typenum-3342876bcfcf3a8b/out \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/build/typenum-3342876bcfcf3a8b/stderr b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/build/typenum-3342876bcfcf3a8b/stderr deleted file mode 100644 index e69de29bb2d1d..0000000000000 diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/build/wasm-bindgen-8824eb3a0f1f8614/invoked.timestamp b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/build/wasm-bindgen-8824eb3a0f1f8614/invoked.timestamp deleted file mode 100644 index e00328da5aa8e..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/build/wasm-bindgen-8824eb3a0f1f8614/invoked.timestamp +++ /dev/null @@ -1 +0,0 @@ -This file has an mtime of when this was started. \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/build/wasm-bindgen-8824eb3a0f1f8614/output b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/build/wasm-bindgen-8824eb3a0f1f8614/output deleted file mode 100644 index d15ba9ab70e6a..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/build/wasm-bindgen-8824eb3a0f1f8614/output +++ /dev/null @@ -1 +0,0 @@ -cargo:rerun-if-changed=build.rs diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/build/wasm-bindgen-8824eb3a0f1f8614/root-output b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/build/wasm-bindgen-8824eb3a0f1f8614/root-output deleted file mode 100644 index 3068a402fcdb5..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/build/wasm-bindgen-8824eb3a0f1f8614/root-output +++ /dev/null @@ -1 +0,0 @@ -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/build/wasm-bindgen-8824eb3a0f1f8614/out \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/build/wasm-bindgen-8824eb3a0f1f8614/stderr b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/build/wasm-bindgen-8824eb3a0f1f8614/stderr deleted file mode 100644 index e69de29bb2d1d..0000000000000 diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/anyhow-a836722ad5cc1445.d b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/anyhow-a836722ad5cc1445.d deleted file mode 100644 index cd716d619638b..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/anyhow-a836722ad5cc1445.d +++ /dev/null @@ -1,17 +0,0 @@ -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libanyhow-a836722ad5cc1445.rmeta: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.97/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.97/src/backtrace.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.97/src/chain.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.97/src/context.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.97/src/ensure.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.97/src/error.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.97/src/fmt.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.97/src/kind.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.97/src/macros.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.97/src/ptr.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.97/src/wrapper.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libanyhow-a836722ad5cc1445.rlib: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.97/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.97/src/backtrace.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.97/src/chain.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.97/src/context.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.97/src/ensure.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.97/src/error.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.97/src/fmt.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.97/src/kind.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.97/src/macros.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.97/src/ptr.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.97/src/wrapper.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/anyhow-a836722ad5cc1445.d: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.97/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.97/src/backtrace.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.97/src/chain.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.97/src/context.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.97/src/ensure.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.97/src/error.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.97/src/fmt.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.97/src/kind.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.97/src/macros.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.97/src/ptr.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.97/src/wrapper.rs - -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.97/src/lib.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.97/src/backtrace.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.97/src/chain.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.97/src/context.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.97/src/ensure.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.97/src/error.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.97/src/fmt.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.97/src/kind.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.97/src/macros.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.97/src/ptr.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.97/src/wrapper.rs: diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/base_x-9d7d28deb6165f08.d b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/base_x-9d7d28deb6165f08.d deleted file mode 100644 index 8d988116230ef..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/base_x-9d7d28deb6165f08.d +++ /dev/null @@ -1,11 +0,0 @@ -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libbase_x-9d7d28deb6165f08.rmeta: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base-x-0.2.11/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base-x-0.2.11/src/alphabet.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base-x-0.2.11/src/bigint.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base-x-0.2.11/src/decoder.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base-x-0.2.11/src/encoder.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libbase_x-9d7d28deb6165f08.rlib: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base-x-0.2.11/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base-x-0.2.11/src/alphabet.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base-x-0.2.11/src/bigint.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base-x-0.2.11/src/decoder.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base-x-0.2.11/src/encoder.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/base_x-9d7d28deb6165f08.d: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base-x-0.2.11/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base-x-0.2.11/src/alphabet.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base-x-0.2.11/src/bigint.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base-x-0.2.11/src/decoder.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base-x-0.2.11/src/encoder.rs - -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base-x-0.2.11/src/lib.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base-x-0.2.11/src/alphabet.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base-x-0.2.11/src/bigint.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base-x-0.2.11/src/decoder.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base-x-0.2.11/src/encoder.rs: diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/block_buffer-cf9d4dd5c4310612.d b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/block_buffer-cf9d4dd5c4310612.d deleted file mode 100644 index 207d26521c01f..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/block_buffer-cf9d4dd5c4310612.d +++ /dev/null @@ -1,8 +0,0 @@ -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libblock_buffer-cf9d4dd5c4310612.rmeta: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.10.4/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.10.4/src/sealed.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libblock_buffer-cf9d4dd5c4310612.rlib: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.10.4/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.10.4/src/sealed.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/block_buffer-cf9d4dd5c4310612.d: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.10.4/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.10.4/src/sealed.rs - -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.10.4/src/lib.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.10.4/src/sealed.rs: diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/cfg_if-71b52b2eb484239d.d b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/cfg_if-71b52b2eb484239d.d deleted file mode 100644 index f4489ab6ac184..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/cfg_if-71b52b2eb484239d.d +++ /dev/null @@ -1,7 +0,0 @@ -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libcfg_if-71b52b2eb484239d.rmeta: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.0/src/lib.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libcfg_if-71b52b2eb484239d.rlib: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.0/src/lib.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/cfg_if-71b52b2eb484239d.d: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.0/src/lib.rs - -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.0/src/lib.rs: diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/cid-6d5694de462345dc.d b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/cid-6d5694de462345dc.d deleted file mode 100644 index 770b3b8b42095..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/cid-6d5694de462345dc.d +++ /dev/null @@ -1,10 +0,0 @@ -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libcid-6d5694de462345dc.rmeta: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cid-0.11.1/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cid-0.11.1/src/cid.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cid-0.11.1/src/error.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cid-0.11.1/src/version.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libcid-6d5694de462345dc.rlib: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cid-0.11.1/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cid-0.11.1/src/cid.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cid-0.11.1/src/error.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cid-0.11.1/src/version.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/cid-6d5694de462345dc.d: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cid-0.11.1/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cid-0.11.1/src/cid.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cid-0.11.1/src/error.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cid-0.11.1/src/version.rs - -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cid-0.11.1/src/lib.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cid-0.11.1/src/cid.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cid-0.11.1/src/error.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cid-0.11.1/src/version.rs: diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/console_log-172ab91a385aadb5.d b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/console_log-172ab91a385aadb5.d deleted file mode 100644 index 386147801a46a..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/console_log-172ab91a385aadb5.d +++ /dev/null @@ -1,7 +0,0 @@ -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libconsole_log-172ab91a385aadb5.rmeta: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/console_log-1.0.0/src/lib.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libconsole_log-172ab91a385aadb5.rlib: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/console_log-1.0.0/src/lib.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/console_log-172ab91a385aadb5.d: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/console_log-1.0.0/src/lib.rs - -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/console_log-1.0.0/src/lib.rs: diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/core2-27271a0afe0aa50d.d b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/core2-27271a0afe0aa50d.d deleted file mode 100644 index 162b1185ce347..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/core2-27271a0afe0aa50d.d +++ /dev/null @@ -1,7 +0,0 @@ -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libcore2-27271a0afe0aa50d.rmeta: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/core2-0.4.0/src/lib.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libcore2-27271a0afe0aa50d.rlib: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/core2-0.4.0/src/lib.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/core2-27271a0afe0aa50d.d: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/core2-0.4.0/src/lib.rs - -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/core2-0.4.0/src/lib.rs: diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/crypto_common-0217b0f09aaa1023.d b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/crypto_common-0217b0f09aaa1023.d deleted file mode 100644 index afb383fe69dd4..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/crypto_common-0217b0f09aaa1023.d +++ /dev/null @@ -1,7 +0,0 @@ -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libcrypto_common-0217b0f09aaa1023.rmeta: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.1.6/src/lib.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libcrypto_common-0217b0f09aaa1023.rlib: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.1.6/src/lib.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/crypto_common-0217b0f09aaa1023.d: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.1.6/src/lib.rs - -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.1.6/src/lib.rs: diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/data_encoding-eaa4bac67bd13778.d b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/data_encoding-eaa4bac67bd13778.d deleted file mode 100644 index 3ddc1e0f086bb..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/data_encoding-eaa4bac67bd13778.d +++ /dev/null @@ -1,7 +0,0 @@ -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libdata_encoding-eaa4bac67bd13778.rmeta: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/data-encoding-2.8.0/src/lib.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libdata_encoding-eaa4bac67bd13778.rlib: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/data-encoding-2.8.0/src/lib.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/data_encoding-eaa4bac67bd13778.d: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/data-encoding-2.8.0/src/lib.rs - -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/data-encoding-2.8.0/src/lib.rs: diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/data_encoding_macro-0c0e8469805e337a.d b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/data_encoding_macro-0c0e8469805e337a.d deleted file mode 100644 index cc9bfa6fb205d..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/data_encoding_macro-0c0e8469805e337a.d +++ /dev/null @@ -1,7 +0,0 @@ -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libdata_encoding_macro-0c0e8469805e337a.rmeta: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/data-encoding-macro-0.1.17/src/lib.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libdata_encoding_macro-0c0e8469805e337a.rlib: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/data-encoding-macro-0.1.17/src/lib.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/data_encoding_macro-0c0e8469805e337a.d: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/data-encoding-macro-0.1.17/src/lib.rs - -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/data-encoding-macro-0.1.17/src/lib.rs: diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/digest-a27d9e4f64b4df0e.d b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/digest-a27d9e4f64b4df0e.d deleted file mode 100644 index f956687cf8630..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/digest-a27d9e4f64b4df0e.d +++ /dev/null @@ -1,13 +0,0 @@ -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libdigest-a27d9e4f64b4df0e.rmeta: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/core_api.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/core_api/ct_variable.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/core_api/rt_variable.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/core_api/wrapper.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/core_api/xof_reader.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/digest.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libdigest-a27d9e4f64b4df0e.rlib: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/core_api.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/core_api/ct_variable.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/core_api/rt_variable.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/core_api/wrapper.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/core_api/xof_reader.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/digest.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/digest-a27d9e4f64b4df0e.d: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/core_api.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/core_api/ct_variable.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/core_api/rt_variable.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/core_api/wrapper.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/core_api/xof_reader.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/digest.rs - -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/lib.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/core_api.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/core_api/ct_variable.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/core_api/rt_variable.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/core_api/wrapper.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/core_api/xof_reader.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/digest.rs: diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/filecoin_rs.d b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/filecoin_rs.d deleted file mode 100644 index 14d192990ec03..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/filecoin_rs.d +++ /dev/null @@ -1,10 +0,0 @@ -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/filecoin_rs.wasm: src/lib.rs src/messages.rs src/native/mod.rs src/wasm/mod.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libfilecoin_rs.rlib: src/lib.rs src/messages.rs src/native/mod.rs src/wasm/mod.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/filecoin_rs.d: src/lib.rs src/messages.rs src/native/mod.rs src/wasm/mod.rs - -src/lib.rs: -src/messages.rs: -src/native/mod.rs: -src/wasm/mod.rs: diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/generic_array-6ddf1e12f91a4aed.d b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/generic_array-6ddf1e12f91a4aed.d deleted file mode 100644 index db07c01a44f1a..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/generic_array-6ddf1e12f91a4aed.d +++ /dev/null @@ -1,13 +0,0 @@ -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libgeneric_array-6ddf1e12f91a4aed.rmeta: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/hex.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/impls.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/arr.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/functional.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/iter.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/sequence.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libgeneric_array-6ddf1e12f91a4aed.rlib: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/hex.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/impls.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/arr.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/functional.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/iter.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/sequence.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/generic_array-6ddf1e12f91a4aed.d: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/hex.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/impls.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/arr.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/functional.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/iter.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/sequence.rs - -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/lib.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/hex.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/impls.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/arr.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/functional.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/iter.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/sequence.rs: diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/getrandom-b862428652dce633.d b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/getrandom-b862428652dce633.d deleted file mode 100644 index 86a09131a571e..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/getrandom-b862428652dce633.d +++ /dev/null @@ -1,10 +0,0 @@ -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libgetrandom-b862428652dce633.rmeta: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.15/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.15/src/error.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.15/src/util.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.15/src/js.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libgetrandom-b862428652dce633.rlib: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.15/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.15/src/error.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.15/src/util.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.15/src/js.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/getrandom-b862428652dce633.d: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.15/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.15/src/error.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.15/src/util.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.15/src/js.rs - -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.15/src/lib.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.15/src/error.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.15/src/util.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.15/src/js.rs: diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/itoa-2adf6b9df0938f83.d b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/itoa-2adf6b9df0938f83.d deleted file mode 100644 index 36befe894f90e..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/itoa-2adf6b9df0938f83.d +++ /dev/null @@ -1,8 +0,0 @@ -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libitoa-2adf6b9df0938f83.rmeta: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.15/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.15/src/udiv128.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libitoa-2adf6b9df0938f83.rlib: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.15/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.15/src/udiv128.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/itoa-2adf6b9df0938f83.d: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.15/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.15/src/udiv128.rs - -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.15/src/lib.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.15/src/udiv128.rs: diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/js_sys-8e12bb6d428f4dbb.d b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/js_sys-8e12bb6d428f4dbb.d deleted file mode 100644 index cb26eca1fb5cc..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/js_sys-8e12bb6d428f4dbb.d +++ /dev/null @@ -1,7 +0,0 @@ -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libjs_sys-8e12bb6d428f4dbb.rmeta: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/js-sys-0.3.77/src/lib.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libjs_sys-8e12bb6d428f4dbb.rlib: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/js-sys-0.3.77/src/lib.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/js_sys-8e12bb6d428f4dbb.d: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/js-sys-0.3.77/src/lib.rs - -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/js-sys-0.3.77/src/lib.rs: diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libanyhow-a836722ad5cc1445.rlib b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libanyhow-a836722ad5cc1445.rlib deleted file mode 100644 index 556afed514acb..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libanyhow-a836722ad5cc1445.rlib and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libanyhow-a836722ad5cc1445.rmeta b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libanyhow-a836722ad5cc1445.rmeta deleted file mode 100644 index 3349727f50ded..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libanyhow-a836722ad5cc1445.rmeta and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libbase_x-9d7d28deb6165f08.rlib b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libbase_x-9d7d28deb6165f08.rlib deleted file mode 100644 index d9e0184fc615d..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libbase_x-9d7d28deb6165f08.rlib and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libbase_x-9d7d28deb6165f08.rmeta b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libbase_x-9d7d28deb6165f08.rmeta deleted file mode 100644 index 8d37e460783ad..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libbase_x-9d7d28deb6165f08.rmeta and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libblock_buffer-cf9d4dd5c4310612.rlib b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libblock_buffer-cf9d4dd5c4310612.rlib deleted file mode 100644 index 3dc194c9b7490..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libblock_buffer-cf9d4dd5c4310612.rlib and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libblock_buffer-cf9d4dd5c4310612.rmeta b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libblock_buffer-cf9d4dd5c4310612.rmeta deleted file mode 100644 index 6800d0abee3b1..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libblock_buffer-cf9d4dd5c4310612.rmeta and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libcfg_if-71b52b2eb484239d.rlib b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libcfg_if-71b52b2eb484239d.rlib deleted file mode 100644 index c7388f88cd62b..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libcfg_if-71b52b2eb484239d.rlib and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libcfg_if-71b52b2eb484239d.rmeta b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libcfg_if-71b52b2eb484239d.rmeta deleted file mode 100644 index 0a310c7af6fcf..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libcfg_if-71b52b2eb484239d.rmeta and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libcid-6d5694de462345dc.rlib b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libcid-6d5694de462345dc.rlib deleted file mode 100644 index 85604f6707512..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libcid-6d5694de462345dc.rlib and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libcid-6d5694de462345dc.rmeta b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libcid-6d5694de462345dc.rmeta deleted file mode 100644 index db488f3982d86..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libcid-6d5694de462345dc.rmeta and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libconsole_log-172ab91a385aadb5.rlib b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libconsole_log-172ab91a385aadb5.rlib deleted file mode 100644 index 272ade60f86e4..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libconsole_log-172ab91a385aadb5.rlib and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libconsole_log-172ab91a385aadb5.rmeta b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libconsole_log-172ab91a385aadb5.rmeta deleted file mode 100644 index 799bbc976d73a..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libconsole_log-172ab91a385aadb5.rmeta and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libcore2-27271a0afe0aa50d.rlib b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libcore2-27271a0afe0aa50d.rlib deleted file mode 100644 index ceba91c6b4acb..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libcore2-27271a0afe0aa50d.rlib and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libcore2-27271a0afe0aa50d.rmeta b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libcore2-27271a0afe0aa50d.rmeta deleted file mode 100644 index 9d74b6a300e1e..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libcore2-27271a0afe0aa50d.rmeta and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libcrypto_common-0217b0f09aaa1023.rlib b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libcrypto_common-0217b0f09aaa1023.rlib deleted file mode 100644 index 5b1410bf28f73..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libcrypto_common-0217b0f09aaa1023.rlib and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libcrypto_common-0217b0f09aaa1023.rmeta b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libcrypto_common-0217b0f09aaa1023.rmeta deleted file mode 100644 index 2748ff0e4d616..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libcrypto_common-0217b0f09aaa1023.rmeta and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libdata_encoding-eaa4bac67bd13778.rlib b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libdata_encoding-eaa4bac67bd13778.rlib deleted file mode 100644 index aa1ea7a993a29..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libdata_encoding-eaa4bac67bd13778.rlib and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libdata_encoding-eaa4bac67bd13778.rmeta b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libdata_encoding-eaa4bac67bd13778.rmeta deleted file mode 100644 index f5d92706a51fe..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libdata_encoding-eaa4bac67bd13778.rmeta and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libdata_encoding_macro-0c0e8469805e337a.rlib b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libdata_encoding_macro-0c0e8469805e337a.rlib deleted file mode 100644 index 04ac3f07e89b0..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libdata_encoding_macro-0c0e8469805e337a.rlib and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libdata_encoding_macro-0c0e8469805e337a.rmeta b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libdata_encoding_macro-0c0e8469805e337a.rmeta deleted file mode 100644 index d95fbcc507489..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libdata_encoding_macro-0c0e8469805e337a.rmeta and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libdigest-a27d9e4f64b4df0e.rlib b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libdigest-a27d9e4f64b4df0e.rlib deleted file mode 100644 index 20edc00b1899d..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libdigest-a27d9e4f64b4df0e.rlib and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libdigest-a27d9e4f64b4df0e.rmeta b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libdigest-a27d9e4f64b4df0e.rmeta deleted file mode 100644 index ad636e8d3a9e8..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libdigest-a27d9e4f64b4df0e.rmeta and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libfilecoin_rs.rlib b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libfilecoin_rs.rlib deleted file mode 100644 index b2dee8671bfca..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libfilecoin_rs.rlib and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libgeneric_array-6ddf1e12f91a4aed.rlib b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libgeneric_array-6ddf1e12f91a4aed.rlib deleted file mode 100644 index adfbf038f4eaf..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libgeneric_array-6ddf1e12f91a4aed.rlib and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libgeneric_array-6ddf1e12f91a4aed.rmeta b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libgeneric_array-6ddf1e12f91a4aed.rmeta deleted file mode 100644 index 52b4daa2514b0..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libgeneric_array-6ddf1e12f91a4aed.rmeta and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libgetrandom-b862428652dce633.rlib b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libgetrandom-b862428652dce633.rlib deleted file mode 100644 index 04044301d6a48..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libgetrandom-b862428652dce633.rlib and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libgetrandom-b862428652dce633.rmeta b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libgetrandom-b862428652dce633.rmeta deleted file mode 100644 index 69a8e3a8fbffb..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libgetrandom-b862428652dce633.rmeta and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libitoa-2adf6b9df0938f83.rlib b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libitoa-2adf6b9df0938f83.rlib deleted file mode 100644 index 6e3712950a7ab..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libitoa-2adf6b9df0938f83.rlib and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libitoa-2adf6b9df0938f83.rmeta b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libitoa-2adf6b9df0938f83.rmeta deleted file mode 100644 index b0f1c6f73e876..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libitoa-2adf6b9df0938f83.rmeta and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libjs_sys-8e12bb6d428f4dbb.rlib b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libjs_sys-8e12bb6d428f4dbb.rlib deleted file mode 100644 index e8889f0c99b50..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libjs_sys-8e12bb6d428f4dbb.rlib and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libjs_sys-8e12bb6d428f4dbb.rmeta b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libjs_sys-8e12bb6d428f4dbb.rmeta deleted file mode 100644 index c31ca29bfaabf..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libjs_sys-8e12bb6d428f4dbb.rmeta and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/liblog-42f373b9e19a8d63.rlib b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/liblog-42f373b9e19a8d63.rlib deleted file mode 100644 index ab82a10f7403d..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/liblog-42f373b9e19a8d63.rlib and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/liblog-42f373b9e19a8d63.rmeta b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/liblog-42f373b9e19a8d63.rmeta deleted file mode 100644 index cf1798af92757..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/liblog-42f373b9e19a8d63.rmeta and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libmemchr-7ce790ee6ea16b10.rlib b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libmemchr-7ce790ee6ea16b10.rlib deleted file mode 100644 index 073f118b7e757..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libmemchr-7ce790ee6ea16b10.rlib and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libmemchr-7ce790ee6ea16b10.rmeta b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libmemchr-7ce790ee6ea16b10.rmeta deleted file mode 100644 index e6c2204307fff..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libmemchr-7ce790ee6ea16b10.rmeta and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libmultibase-5e82a7e43606a731.rlib b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libmultibase-5e82a7e43606a731.rlib deleted file mode 100644 index 2557d2936ea20..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libmultibase-5e82a7e43606a731.rlib and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libmultibase-5e82a7e43606a731.rmeta b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libmultibase-5e82a7e43606a731.rmeta deleted file mode 100644 index 54eeed8ba34ee..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libmultibase-5e82a7e43606a731.rmeta and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libmultihash-7ecd824ef3079ff3.rlib b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libmultihash-7ecd824ef3079ff3.rlib deleted file mode 100644 index 30209168c982d..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libmultihash-7ecd824ef3079ff3.rlib and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libmultihash-7ecd824ef3079ff3.rmeta b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libmultihash-7ecd824ef3079ff3.rmeta deleted file mode 100644 index fc7543d4c2d1a..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libmultihash-7ecd824ef3079ff3.rmeta and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libmultihash_codetable-5ecc2913cf5a6542.rlib b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libmultihash_codetable-5ecc2913cf5a6542.rlib deleted file mode 100644 index 50db25d4d45eb..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libmultihash_codetable-5ecc2913cf5a6542.rlib and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libmultihash_codetable-5ecc2913cf5a6542.rmeta b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libmultihash_codetable-5ecc2913cf5a6542.rmeta deleted file mode 100644 index 31489c068fc5c..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libmultihash_codetable-5ecc2913cf5a6542.rmeta and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libmultihash_derive-c88e770e60de8f87.rlib b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libmultihash_derive-c88e770e60de8f87.rlib deleted file mode 100644 index 40305022567f0..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libmultihash_derive-c88e770e60de8f87.rlib and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libmultihash_derive-c88e770e60de8f87.rmeta b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libmultihash_derive-c88e770e60de8f87.rmeta deleted file mode 100644 index 2538463e5a81a..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libmultihash_derive-c88e770e60de8f87.rmeta and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libonce_cell-dc1462912c3983d2.rlib b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libonce_cell-dc1462912c3983d2.rlib deleted file mode 100644 index dcbfb8fb50c92..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libonce_cell-dc1462912c3983d2.rlib and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libonce_cell-dc1462912c3983d2.rmeta b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libonce_cell-dc1462912c3983d2.rmeta deleted file mode 100644 index 229f2a5fdd808..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libonce_cell-dc1462912c3983d2.rmeta and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libryu-42b4e6e92e9bdd0a.rlib b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libryu-42b4e6e92e9bdd0a.rlib deleted file mode 100644 index ed85bcc4066af..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libryu-42b4e6e92e9bdd0a.rlib and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libryu-42b4e6e92e9bdd0a.rmeta b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libryu-42b4e6e92e9bdd0a.rmeta deleted file mode 100644 index fc6e635229053..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libryu-42b4e6e92e9bdd0a.rmeta and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libserde-77f7b20be35c7595.rlib b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libserde-77f7b20be35c7595.rlib deleted file mode 100644 index e4b419fc98800..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libserde-77f7b20be35c7595.rlib and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libserde-77f7b20be35c7595.rmeta b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libserde-77f7b20be35c7595.rmeta deleted file mode 100644 index a14e43fd8a265..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libserde-77f7b20be35c7595.rmeta and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libserde_json-15ef7b31a7ef30c8.rlib b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libserde_json-15ef7b31a7ef30c8.rlib deleted file mode 100644 index 3cd566012476a..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libserde_json-15ef7b31a7ef30c8.rlib and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libserde_json-15ef7b31a7ef30c8.rmeta b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libserde_json-15ef7b31a7ef30c8.rmeta deleted file mode 100644 index 6db1b3ed3097a..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libserde_json-15ef7b31a7ef30c8.rmeta and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libsha2-a0735d704cec3fce.rlib b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libsha2-a0735d704cec3fce.rlib deleted file mode 100644 index 15e2738f36176..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libsha2-a0735d704cec3fce.rlib and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libsha2-a0735d704cec3fce.rmeta b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libsha2-a0735d704cec3fce.rmeta deleted file mode 100644 index fa2a3b8129be0..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libsha2-a0735d704cec3fce.rmeta and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libtypenum-715eb49ab2e66c73.rlib b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libtypenum-715eb49ab2e66c73.rlib deleted file mode 100644 index 05c01d31078be..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libtypenum-715eb49ab2e66c73.rlib and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libtypenum-715eb49ab2e66c73.rmeta b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libtypenum-715eb49ab2e66c73.rmeta deleted file mode 100644 index c7c9cb80a2125..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libtypenum-715eb49ab2e66c73.rmeta and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libunsigned_varint-9b8e41b787ed0e5e.rlib b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libunsigned_varint-9b8e41b787ed0e5e.rlib deleted file mode 100644 index fc32fe81a7e6b..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libunsigned_varint-9b8e41b787ed0e5e.rlib and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libunsigned_varint-9b8e41b787ed0e5e.rmeta b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libunsigned_varint-9b8e41b787ed0e5e.rmeta deleted file mode 100644 index 83c5977bad9c3..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libunsigned_varint-9b8e41b787ed0e5e.rmeta and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libwasm_bindgen-c05f3f9bc30dba44.rlib b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libwasm_bindgen-c05f3f9bc30dba44.rlib deleted file mode 100644 index e2cbab8b0206c..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libwasm_bindgen-c05f3f9bc30dba44.rlib and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libwasm_bindgen-c05f3f9bc30dba44.rmeta b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libwasm_bindgen-c05f3f9bc30dba44.rmeta deleted file mode 100644 index 1b9cf4afe794e..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libwasm_bindgen-c05f3f9bc30dba44.rmeta and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libwasm_bindgen_futures-ff7e1ca8c07dae2a.rlib b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libwasm_bindgen_futures-ff7e1ca8c07dae2a.rlib deleted file mode 100644 index 7f5f619656b16..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libwasm_bindgen_futures-ff7e1ca8c07dae2a.rlib and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libwasm_bindgen_futures-ff7e1ca8c07dae2a.rmeta b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libwasm_bindgen_futures-ff7e1ca8c07dae2a.rmeta deleted file mode 100644 index 75dbe13abc463..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libwasm_bindgen_futures-ff7e1ca8c07dae2a.rmeta and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libweb_sys-b8844fa6aec58496.rlib b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libweb_sys-b8844fa6aec58496.rlib deleted file mode 100644 index 376b5fdc828f1..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libweb_sys-b8844fa6aec58496.rlib and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libweb_sys-b8844fa6aec58496.rmeta b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libweb_sys-b8844fa6aec58496.rmeta deleted file mode 100644 index 141209537d540..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libweb_sys-b8844fa6aec58496.rmeta and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/log-42f373b9e19a8d63.d b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/log-42f373b9e19a8d63.d deleted file mode 100644 index 70203891b9126..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/log-42f373b9e19a8d63.d +++ /dev/null @@ -1,10 +0,0 @@ -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/liblog-42f373b9e19a8d63.rmeta: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.27/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.27/src/macros.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.27/src/serde.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.27/src/__private_api.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/liblog-42f373b9e19a8d63.rlib: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.27/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.27/src/macros.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.27/src/serde.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.27/src/__private_api.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/log-42f373b9e19a8d63.d: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.27/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.27/src/macros.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.27/src/serde.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.27/src/__private_api.rs - -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.27/src/lib.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.27/src/macros.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.27/src/serde.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.27/src/__private_api.rs: diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/memchr-7ce790ee6ea16b10.d b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/memchr-7ce790ee6ea16b10.d deleted file mode 100644 index 74093d76e088c..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/memchr-7ce790ee6ea16b10.d +++ /dev/null @@ -1,25 +0,0 @@ -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libmemchr-7ce790ee6ea16b10.rmeta: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.4/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.4/src/macros.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.4/src/arch/mod.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.4/src/arch/all/mod.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.4/src/arch/all/memchr.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.4/src/arch/all/packedpair/mod.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.4/src/arch/all/packedpair/default_rank.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.4/src/arch/all/rabinkarp.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.4/src/arch/all/shiftor.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.4/src/arch/all/twoway.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.4/src/arch/generic/mod.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.4/src/arch/generic/memchr.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.4/src/arch/generic/packedpair.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.4/src/cow.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.4/src/ext.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.4/src/memchr.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.4/src/memmem/mod.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.4/src/memmem/searcher.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.4/src/vector.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libmemchr-7ce790ee6ea16b10.rlib: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.4/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.4/src/macros.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.4/src/arch/mod.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.4/src/arch/all/mod.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.4/src/arch/all/memchr.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.4/src/arch/all/packedpair/mod.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.4/src/arch/all/packedpair/default_rank.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.4/src/arch/all/rabinkarp.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.4/src/arch/all/shiftor.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.4/src/arch/all/twoway.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.4/src/arch/generic/mod.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.4/src/arch/generic/memchr.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.4/src/arch/generic/packedpair.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.4/src/cow.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.4/src/ext.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.4/src/memchr.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.4/src/memmem/mod.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.4/src/memmem/searcher.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.4/src/vector.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/memchr-7ce790ee6ea16b10.d: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.4/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.4/src/macros.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.4/src/arch/mod.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.4/src/arch/all/mod.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.4/src/arch/all/memchr.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.4/src/arch/all/packedpair/mod.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.4/src/arch/all/packedpair/default_rank.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.4/src/arch/all/rabinkarp.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.4/src/arch/all/shiftor.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.4/src/arch/all/twoway.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.4/src/arch/generic/mod.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.4/src/arch/generic/memchr.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.4/src/arch/generic/packedpair.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.4/src/cow.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.4/src/ext.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.4/src/memchr.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.4/src/memmem/mod.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.4/src/memmem/searcher.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.4/src/vector.rs - -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.4/src/lib.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.4/src/macros.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.4/src/arch/mod.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.4/src/arch/all/mod.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.4/src/arch/all/memchr.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.4/src/arch/all/packedpair/mod.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.4/src/arch/all/packedpair/default_rank.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.4/src/arch/all/rabinkarp.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.4/src/arch/all/shiftor.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.4/src/arch/all/twoway.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.4/src/arch/generic/mod.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.4/src/arch/generic/memchr.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.4/src/arch/generic/packedpair.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.4/src/cow.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.4/src/ext.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.4/src/memchr.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.4/src/memmem/mod.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.4/src/memmem/searcher.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.4/src/vector.rs: diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/multibase-5e82a7e43606a731.d b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/multibase-5e82a7e43606a731.d deleted file mode 100644 index 517b7e66a6694..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/multibase-5e82a7e43606a731.d +++ /dev/null @@ -1,11 +0,0 @@ -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libmultibase-5e82a7e43606a731.rmeta: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multibase-0.9.1/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multibase-0.9.1/src/base.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multibase-0.9.1/src/encoding.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multibase-0.9.1/src/error.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multibase-0.9.1/src/impls.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libmultibase-5e82a7e43606a731.rlib: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multibase-0.9.1/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multibase-0.9.1/src/base.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multibase-0.9.1/src/encoding.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multibase-0.9.1/src/error.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multibase-0.9.1/src/impls.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/multibase-5e82a7e43606a731.d: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multibase-0.9.1/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multibase-0.9.1/src/base.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multibase-0.9.1/src/encoding.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multibase-0.9.1/src/error.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multibase-0.9.1/src/impls.rs - -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multibase-0.9.1/src/lib.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multibase-0.9.1/src/base.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multibase-0.9.1/src/encoding.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multibase-0.9.1/src/error.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multibase-0.9.1/src/impls.rs: diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/multihash-7ecd824ef3079ff3.d b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/multihash-7ecd824ef3079ff3.d deleted file mode 100644 index df99b66bc8669..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/multihash-7ecd824ef3079ff3.d +++ /dev/null @@ -1,9 +0,0 @@ -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libmultihash-7ecd824ef3079ff3.rmeta: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multihash-0.19.3/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multihash-0.19.3/src/error.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multihash-0.19.3/src/multihash.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libmultihash-7ecd824ef3079ff3.rlib: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multihash-0.19.3/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multihash-0.19.3/src/error.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multihash-0.19.3/src/multihash.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/multihash-7ecd824ef3079ff3.d: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multihash-0.19.3/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multihash-0.19.3/src/error.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multihash-0.19.3/src/multihash.rs - -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multihash-0.19.3/src/lib.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multihash-0.19.3/src/error.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multihash-0.19.3/src/multihash.rs: diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/multihash_codetable-5ecc2913cf5a6542.d b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/multihash_codetable-5ecc2913cf5a6542.d deleted file mode 100644 index 45f832dc27ffa..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/multihash_codetable-5ecc2913cf5a6542.d +++ /dev/null @@ -1,8 +0,0 @@ -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libmultihash_codetable-5ecc2913cf5a6542.rmeta: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multihash-codetable-0.1.4/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multihash-codetable-0.1.4/src/hasher_impl.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libmultihash_codetable-5ecc2913cf5a6542.rlib: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multihash-codetable-0.1.4/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multihash-codetable-0.1.4/src/hasher_impl.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/multihash_codetable-5ecc2913cf5a6542.d: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multihash-codetable-0.1.4/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multihash-codetable-0.1.4/src/hasher_impl.rs - -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multihash-codetable-0.1.4/src/lib.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multihash-codetable-0.1.4/src/hasher_impl.rs: diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/multihash_derive-c88e770e60de8f87.d b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/multihash_derive-c88e770e60de8f87.d deleted file mode 100644 index 73d8eabbc886a..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/multihash_derive-c88e770e60de8f87.d +++ /dev/null @@ -1,8 +0,0 @@ -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libmultihash_derive-c88e770e60de8f87.rmeta: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multihash-derive-0.9.1/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multihash-derive-0.9.1/src/hasher.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libmultihash_derive-c88e770e60de8f87.rlib: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multihash-derive-0.9.1/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multihash-derive-0.9.1/src/hasher.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/multihash_derive-c88e770e60de8f87.d: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multihash-derive-0.9.1/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multihash-derive-0.9.1/src/hasher.rs - -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multihash-derive-0.9.1/src/lib.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multihash-derive-0.9.1/src/hasher.rs: diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/once_cell-dc1462912c3983d2.d b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/once_cell-dc1462912c3983d2.d deleted file mode 100644 index dd7fceb7c82b4..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/once_cell-dc1462912c3983d2.d +++ /dev/null @@ -1,7 +0,0 @@ -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libonce_cell-dc1462912c3983d2.rmeta: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/lib.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libonce_cell-dc1462912c3983d2.rlib: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/lib.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/once_cell-dc1462912c3983d2.d: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/lib.rs - -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/lib.rs: diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/ryu-42b4e6e92e9bdd0a.d b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/ryu-42b4e6e92e9bdd0a.d deleted file mode 100644 index 6c639ec2bf8e2..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/ryu-42b4e6e92e9bdd0a.d +++ /dev/null @@ -1,18 +0,0 @@ -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libryu-42b4e6e92e9bdd0a.rmeta: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.20/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.20/src/buffer/mod.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.20/src/common.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.20/src/d2s.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.20/src/d2s_full_table.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.20/src/d2s_intrinsics.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.20/src/digit_table.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.20/src/f2s.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.20/src/f2s_intrinsics.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.20/src/pretty/mod.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.20/src/pretty/exponent.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.20/src/pretty/mantissa.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libryu-42b4e6e92e9bdd0a.rlib: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.20/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.20/src/buffer/mod.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.20/src/common.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.20/src/d2s.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.20/src/d2s_full_table.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.20/src/d2s_intrinsics.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.20/src/digit_table.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.20/src/f2s.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.20/src/f2s_intrinsics.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.20/src/pretty/mod.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.20/src/pretty/exponent.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.20/src/pretty/mantissa.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/ryu-42b4e6e92e9bdd0a.d: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.20/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.20/src/buffer/mod.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.20/src/common.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.20/src/d2s.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.20/src/d2s_full_table.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.20/src/d2s_intrinsics.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.20/src/digit_table.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.20/src/f2s.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.20/src/f2s_intrinsics.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.20/src/pretty/mod.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.20/src/pretty/exponent.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.20/src/pretty/mantissa.rs - -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.20/src/lib.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.20/src/buffer/mod.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.20/src/common.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.20/src/d2s.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.20/src/d2s_full_table.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.20/src/d2s_intrinsics.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.20/src/digit_table.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.20/src/f2s.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.20/src/f2s_intrinsics.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.20/src/pretty/mod.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.20/src/pretty/exponent.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.20/src/pretty/mantissa.rs: diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/serde-77f7b20be35c7595.d b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/serde-77f7b20be35c7595.d deleted file mode 100644 index 32fc2e6a4b394..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/serde-77f7b20be35c7595.d +++ /dev/null @@ -1,24 +0,0 @@ -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libserde-77f7b20be35c7595.rmeta: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/macros.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/integer128.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/de/mod.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/de/value.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/de/ignored_any.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/de/impls.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/de/size_hint.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/ser/mod.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/ser/fmt.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/ser/impls.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/ser/impossible.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/format.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/private/mod.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/private/de.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/private/ser.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/private/doc.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/de/seed.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libserde-77f7b20be35c7595.rlib: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/macros.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/integer128.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/de/mod.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/de/value.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/de/ignored_any.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/de/impls.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/de/size_hint.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/ser/mod.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/ser/fmt.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/ser/impls.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/ser/impossible.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/format.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/private/mod.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/private/de.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/private/ser.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/private/doc.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/de/seed.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/serde-77f7b20be35c7595.d: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/macros.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/integer128.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/de/mod.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/de/value.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/de/ignored_any.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/de/impls.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/de/size_hint.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/ser/mod.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/ser/fmt.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/ser/impls.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/ser/impossible.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/format.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/private/mod.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/private/de.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/private/ser.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/private/doc.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/de/seed.rs - -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/lib.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/macros.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/integer128.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/de/mod.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/de/value.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/de/ignored_any.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/de/impls.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/de/size_hint.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/ser/mod.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/ser/fmt.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/ser/impls.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/ser/impossible.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/format.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/private/mod.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/private/de.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/private/ser.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/private/doc.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/de/seed.rs: diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/serde_json-15ef7b31a7ef30c8.d b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/serde_json-15ef7b31a7ef30c8.d deleted file mode 100644 index 55aec882f0111..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/serde_json-15ef7b31a7ef30c8.d +++ /dev/null @@ -1,22 +0,0 @@ -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libserde_json-15ef7b31a7ef30c8.rmeta: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.140/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.140/src/macros.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.140/src/de.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.140/src/error.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.140/src/map.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.140/src/ser.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.140/src/value/mod.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.140/src/value/de.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.140/src/value/from.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.140/src/value/index.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.140/src/value/partial_eq.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.140/src/value/ser.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.140/src/io/mod.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.140/src/iter.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.140/src/number.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.140/src/read.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libserde_json-15ef7b31a7ef30c8.rlib: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.140/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.140/src/macros.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.140/src/de.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.140/src/error.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.140/src/map.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.140/src/ser.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.140/src/value/mod.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.140/src/value/de.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.140/src/value/from.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.140/src/value/index.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.140/src/value/partial_eq.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.140/src/value/ser.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.140/src/io/mod.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.140/src/iter.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.140/src/number.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.140/src/read.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/serde_json-15ef7b31a7ef30c8.d: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.140/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.140/src/macros.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.140/src/de.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.140/src/error.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.140/src/map.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.140/src/ser.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.140/src/value/mod.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.140/src/value/de.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.140/src/value/from.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.140/src/value/index.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.140/src/value/partial_eq.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.140/src/value/ser.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.140/src/io/mod.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.140/src/iter.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.140/src/number.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.140/src/read.rs - -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.140/src/lib.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.140/src/macros.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.140/src/de.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.140/src/error.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.140/src/map.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.140/src/ser.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.140/src/value/mod.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.140/src/value/de.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.140/src/value/from.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.140/src/value/index.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.140/src/value/partial_eq.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.140/src/value/ser.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.140/src/io/mod.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.140/src/iter.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.140/src/number.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.140/src/read.rs: diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/sha2-a0735d704cec3fce.d b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/sha2-a0735d704cec3fce.d deleted file mode 100644 index ad01690611b1e..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/sha2-a0735d704cec3fce.d +++ /dev/null @@ -1,13 +0,0 @@ -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libsha2-a0735d704cec3fce.rmeta: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.8/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.8/src/core_api.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.8/src/sha256.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.8/src/sha512.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.8/src/consts.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.8/src/sha256/soft.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.8/src/sha512/soft.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libsha2-a0735d704cec3fce.rlib: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.8/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.8/src/core_api.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.8/src/sha256.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.8/src/sha512.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.8/src/consts.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.8/src/sha256/soft.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.8/src/sha512/soft.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/sha2-a0735d704cec3fce.d: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.8/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.8/src/core_api.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.8/src/sha256.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.8/src/sha512.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.8/src/consts.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.8/src/sha256/soft.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.8/src/sha512/soft.rs - -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.8/src/lib.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.8/src/core_api.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.8/src/sha256.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.8/src/sha512.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.8/src/consts.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.8/src/sha256/soft.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.8/src/sha512/soft.rs: diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/typenum-715eb49ab2e66c73.d b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/typenum-715eb49ab2e66c73.d deleted file mode 100644 index 4d04f05801ba4..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/typenum-715eb49ab2e66c73.d +++ /dev/null @@ -1,18 +0,0 @@ -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libtypenum-715eb49ab2e66c73.rmeta: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.18.0/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.18.0/src/bit.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.18.0/src/gen.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.18.0/src/gen/consts.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.18.0/src/gen/op.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.18.0/src/int.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.18.0/src/marker_traits.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.18.0/src/operator_aliases.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.18.0/src/private.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.18.0/src/type_operators.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.18.0/src/uint.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.18.0/src/array.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libtypenum-715eb49ab2e66c73.rlib: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.18.0/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.18.0/src/bit.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.18.0/src/gen.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.18.0/src/gen/consts.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.18.0/src/gen/op.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.18.0/src/int.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.18.0/src/marker_traits.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.18.0/src/operator_aliases.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.18.0/src/private.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.18.0/src/type_operators.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.18.0/src/uint.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.18.0/src/array.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/typenum-715eb49ab2e66c73.d: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.18.0/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.18.0/src/bit.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.18.0/src/gen.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.18.0/src/gen/consts.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.18.0/src/gen/op.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.18.0/src/int.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.18.0/src/marker_traits.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.18.0/src/operator_aliases.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.18.0/src/private.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.18.0/src/type_operators.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.18.0/src/uint.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.18.0/src/array.rs - -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.18.0/src/lib.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.18.0/src/bit.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.18.0/src/gen.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.18.0/src/gen/consts.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.18.0/src/gen/op.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.18.0/src/int.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.18.0/src/marker_traits.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.18.0/src/operator_aliases.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.18.0/src/private.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.18.0/src/type_operators.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.18.0/src/uint.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.18.0/src/array.rs: diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/unsigned_varint-9b8e41b787ed0e5e.d b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/unsigned_varint-9b8e41b787ed0e5e.d deleted file mode 100644 index 502e6d0215bd1..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/unsigned_varint-9b8e41b787ed0e5e.d +++ /dev/null @@ -1,10 +0,0 @@ -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libunsigned_varint-9b8e41b787ed0e5e.rmeta: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsigned-varint-0.8.0/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsigned-varint-0.8.0/src/decode.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsigned-varint-0.8.0/src/encode.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsigned-varint-0.8.0/src/io.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libunsigned_varint-9b8e41b787ed0e5e.rlib: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsigned-varint-0.8.0/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsigned-varint-0.8.0/src/decode.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsigned-varint-0.8.0/src/encode.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsigned-varint-0.8.0/src/io.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/unsigned_varint-9b8e41b787ed0e5e.d: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsigned-varint-0.8.0/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsigned-varint-0.8.0/src/decode.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsigned-varint-0.8.0/src/encode.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsigned-varint-0.8.0/src/io.rs - -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsigned-varint-0.8.0/src/lib.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsigned-varint-0.8.0/src/decode.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsigned-varint-0.8.0/src/encode.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsigned-varint-0.8.0/src/io.rs: diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/wasm_bindgen-c05f3f9bc30dba44.d b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/wasm_bindgen-c05f3f9bc30dba44.d deleted file mode 100644 index f6c177675e4f3..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/wasm_bindgen-c05f3f9bc30dba44.d +++ /dev/null @@ -1,21 +0,0 @@ -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libwasm_bindgen-c05f3f9bc30dba44.rmeta: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.100/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.100/src/closure.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.100/src/convert/mod.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.100/src/convert/closures.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.100/src/convert/impls.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.100/src/convert/slices.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.100/src/convert/traits.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.100/src/describe.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.100/src/externref.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.100/src/link.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.100/src/cast.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.100/src/cache/mod.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.100/src/cache/intern.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.100/src/rt/mod.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.100/src/rt/marker.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libwasm_bindgen-c05f3f9bc30dba44.rlib: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.100/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.100/src/closure.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.100/src/convert/mod.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.100/src/convert/closures.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.100/src/convert/impls.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.100/src/convert/slices.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.100/src/convert/traits.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.100/src/describe.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.100/src/externref.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.100/src/link.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.100/src/cast.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.100/src/cache/mod.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.100/src/cache/intern.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.100/src/rt/mod.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.100/src/rt/marker.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/wasm_bindgen-c05f3f9bc30dba44.d: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.100/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.100/src/closure.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.100/src/convert/mod.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.100/src/convert/closures.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.100/src/convert/impls.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.100/src/convert/slices.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.100/src/convert/traits.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.100/src/describe.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.100/src/externref.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.100/src/link.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.100/src/cast.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.100/src/cache/mod.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.100/src/cache/intern.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.100/src/rt/mod.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.100/src/rt/marker.rs - -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.100/src/lib.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.100/src/closure.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.100/src/convert/mod.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.100/src/convert/closures.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.100/src/convert/impls.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.100/src/convert/slices.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.100/src/convert/traits.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.100/src/describe.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.100/src/externref.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.100/src/link.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.100/src/cast.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.100/src/cache/mod.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.100/src/cache/intern.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.100/src/rt/mod.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-0.2.100/src/rt/marker.rs: diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/wasm_bindgen_futures-ff7e1ca8c07dae2a.d b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/wasm_bindgen_futures-ff7e1ca8c07dae2a.d deleted file mode 100644 index 8df0f953fa6a6..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/wasm_bindgen_futures-ff7e1ca8c07dae2a.d +++ /dev/null @@ -1,9 +0,0 @@ -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libwasm_bindgen_futures-ff7e1ca8c07dae2a.rmeta: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-futures-0.4.50/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-futures-0.4.50/src/queue.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-futures-0.4.50/src/task/singlethread.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libwasm_bindgen_futures-ff7e1ca8c07dae2a.rlib: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-futures-0.4.50/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-futures-0.4.50/src/queue.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-futures-0.4.50/src/task/singlethread.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/wasm_bindgen_futures-ff7e1ca8c07dae2a.d: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-futures-0.4.50/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-futures-0.4.50/src/queue.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-futures-0.4.50/src/task/singlethread.rs - -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-futures-0.4.50/src/lib.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-futures-0.4.50/src/queue.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-futures-0.4.50/src/task/singlethread.rs: diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/web_sys-b8844fa6aec58496.d b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/web_sys-b8844fa6aec58496.d deleted file mode 100644 index 240fd8084ae9b..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/web_sys-b8844fa6aec58496.d +++ /dev/null @@ -1,9 +0,0 @@ -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libweb_sys-b8844fa6aec58496.rmeta: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/web-sys-0.3.77/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/web-sys-0.3.77/src/features/mod.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/web-sys-0.3.77/src/features/gen_console.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/libweb_sys-b8844fa6aec58496.rlib: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/web-sys-0.3.77/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/web-sys-0.3.77/src/features/mod.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/web-sys-0.3.77/src/features/gen_console.rs - -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/deps/web_sys-b8844fa6aec58496.d: /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/web-sys-0.3.77/src/lib.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/web-sys-0.3.77/src/features/mod.rs /Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/web-sys-0.3.77/src/features/gen_console.rs - -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/web-sys-0.3.77/src/lib.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/web-sys-0.3.77/src/features/mod.rs: -/Users/jeldonmusic/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/web-sys-0.3.77/src/features/gen_console.rs: diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/filecoin_rs.d b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/filecoin_rs.d deleted file mode 100644 index 842ee3a29769b..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/filecoin_rs.d +++ /dev/null @@ -1 +0,0 @@ -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/filecoin_rs.wasm: /Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/src/lib.rs /Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/src/messages.rs /Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/src/native/mod.rs /Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/src/wasm/mod.rs diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/libfilecoin_rs.d b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/libfilecoin_rs.d deleted file mode 100644 index c526273007409..0000000000000 --- a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/libfilecoin_rs.d +++ /dev/null @@ -1 +0,0 @@ -/Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/libfilecoin_rs.rlib: /Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/src/lib.rs /Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/src/messages.rs /Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/src/native/mod.rs /Users/jeldonmusic/Documents/matrixblend_com/Elizaos2/eliza/packages/plugin-filecoin/filecoin-rs/src/wasm/mod.rs diff --git a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/libfilecoin_rs.rlib b/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/libfilecoin_rs.rlib deleted file mode 100644 index b2dee8671bfca..0000000000000 Binary files a/packages/plugin-filecoin/filecoin-rs/target/wasm32-unknown-unknown/release/libfilecoin_rs.rlib and /dev/null differ diff --git a/packages/plugin-filecoin/filecoin-rs/tools/Cargo.toml b/packages/plugin-filecoin/filecoin-rs/tools/Cargo.toml new file mode 100644 index 0000000000000..1955b02a7e712 --- /dev/null +++ b/packages/plugin-filecoin/filecoin-rs/tools/Cargo.toml @@ -0,0 +1,12 @@ +[package] +name = "tools" +version = "0.1.0" +edition = "2024" + +[dependencies] +tauri = { version = "2" } +jsonwebtoken = "8" +serde = { version = "1", features = ["derive"] } +chrono = "0.4" +kube = { version = "0.85", features = ["runtime", "derive"] } +k8s-openapi = { version = "0.18", features = ["v1_24"] } diff --git a/packages/plugin-filecoin/filecoin-rs/tools/backend_ui/.gitignore b/packages/plugin-filecoin/filecoin-rs/tools/backend_ui/.gitignore new file mode 100644 index 0000000000000..407be2b9d0ac7 --- /dev/null +++ b/packages/plugin-filecoin/filecoin-rs/tools/backend_ui/.gitignore @@ -0,0 +1,34 @@ +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* +lerna-debug.log* + +node_modules +dist +dist-ssr +*.local + +# Editor directories and files +.vscode/* +!.vscode/extensions.json +.idea +.DS_Store +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw? + + +# Rust +Cargo.lock +target/debug + + + +# Local env files +.env \ No newline at end of file diff --git a/packages/plugin-filecoin/filecoin-rs/tools/backend_ui/README.md b/packages/plugin-filecoin/filecoin-rs/tools/backend_ui/README.md new file mode 100644 index 0000000000000..102e366893d0e --- /dev/null +++ b/packages/plugin-filecoin/filecoin-rs/tools/backend_ui/README.md @@ -0,0 +1,7 @@ +# Tauri + React + Typescript + +This template should help get you started developing with Tauri, React and Typescript in Vite. + +## Recommended IDE Setup + +- [VS Code](https://code.visualstudio.com/) + [Tauri](https://marketplace.visualstudio.com/items?itemName=tauri-apps.tauri-vscode) + [rust-analyzer](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer) diff --git a/packages/plugin-filecoin/filecoin-rs/tools/backend_ui/index.html b/packages/plugin-filecoin/filecoin-rs/tools/backend_ui/index.html new file mode 100644 index 0000000000000..a2a8cf22cd3a5 --- /dev/null +++ b/packages/plugin-filecoin/filecoin-rs/tools/backend_ui/index.html @@ -0,0 +1,14 @@ + + + + + + + Creative AI Data Systems + + + +
+ + + diff --git a/packages/plugin-filecoin/package.json b/packages/plugin-filecoin/package.json index 5469831caac91..e14bb9c821ae6 100644 --- a/packages/plugin-filecoin/package.json +++ b/packages/plugin-filecoin/package.json @@ -1,11 +1,28 @@ { "name": "@elizaos-plugins/plugin-filecoin", "version": "1.0.0", - "description": "Filecoin Plugin for ElizaOS", + "description": "Filecoin Plugin for ElizaOS is a full stack plugin that provides a seamless integration with Filecoin's storage and retrieval capabilities. It allows users to interact with the Filecoin network, manage storage deals, and retrieve data efficiently.", "private": true, "author": "Ahead Technologies", "main": "dist/index.js", "types": "dist/index.d.ts", + "license": "MIT", + "keywords": [ + "elizaos", + "plugin", + "filecoin" + ], + "logo": "https://raw.githubusercontent.com/jhead12/elizaos-plugins/main/plugin-filecoin/logo.png", + "galleryBanner": { + "color": "#000000", + "theme": "dark", + "text": "Filecoin Plugin for ElizaOS" + }, + "banner": { + "color": "#000000", + "theme": "dark", + "text": "Filecoin AI by Creative for ElizaOS" + }, "repository": { "type": "git", "url": "https://github.com/jhead12/elizaos-plugins/plugin-filecoin" @@ -28,9 +45,10 @@ "start": "npx @elizaos/cli start", "test-with-cli": "cd ../cli && bun run build && cd ../plugin-starter && elizaos test", "dev": "npx @elizaos/cli dev", - "generate-pages": "bash ./bin/generate-pages.sh", + "dev:wasm": "cd filecoin-rs && wasm-pack build --target nodejs --out-dir pkg && cd ..", + "build": "npm run build:wasm && tsup src", - "build:wasm": "cd filecoin-rs && wasm-pack build --target nodejs --out-dir pkg --release && cd ..", + "build:wasm": "cd filecoin-rs && wasm-pack build --target nodejs --out-dir pkg --release", "build:wasm:dev": "cd filecoin-rs && wasm-pack build --target nodejs --out-dir pkg && cd ..", "build:ui": "cd filecoin-rs && cd data_miner/src-tauri/ && cargo build && cargo run && cd ../..", "build:ui:dev": "cd data_miner/src-tauri/ && cargo build && cargo run --release && cd ../..", @@ -59,6 +77,8 @@ "@types/node": "22.13.14", "@web3-storage/w3up-client": "17.2.0", "axios": "1.8.4", + "class-transformer": "^0.5.1", + "class-validator": "^0.14.1", "dotenv": "^16.4.5", "ethers": "^6.13.2", "graphql": "^16.10.0", @@ -70,6 +90,7 @@ "react-router-dom": "7.4.1", "sequelize": "^6.0.0", "ts-retry-promise": "^0.8.1", + "tsyringe": "^4.9.1", "uuid": "11.1.0", "winston": "3.17.0", "zod": "3.24.2" diff --git a/packages/plugin-filecoin/src/__test__/test.ts b/packages/plugin-filecoin/src/__test__/test.ts index 73adec488fc12..a8f6a71f3bcd7 100644 --- a/packages/plugin-filecoin/src/__test__/test.ts +++ b/packages/plugin-filecoin/src/__test__/test.ts @@ -1,4 +1,4 @@ -import axios, { AxiosError } from 'axios'; +import axios, { type AxiosError } from 'axios'; import { encrypt, decrypt, ENCRYPTION_KEY, ALGORITHM } from '../encryption'; import { FilecoinBackupResult } from '../types.js'; import fs from 'fs/promises'; diff --git a/packages/plugin-filecoin/src/agent/agent.intents.ts b/packages/plugin-filecoin/src/agent/agent.intents.ts index fb0fff9594749..1e57a243d2aae 100644 --- a/packages/plugin-filecoin/src/agent/agent.intents.ts +++ b/packages/plugin-filecoin/src/agent/agent.intents.ts @@ -1,4 +1,41 @@ -import storage from './agent.storage'; // Assuming you have a Filecoin client setup here +import type { IntentHandler } from 'matrix-blend'; +import { FilecoinClient } from './filecoin-client'; + +const agentIntents: IntentHandler[] = [ + { + intent: "check_balance", + executeIntent: async (intent) => { + const client = new FilecoinClient(); + const balance = await client.getBalance(); + return `Your current balance is ${balance} FIL.`; + } + }, + { + intent: "get_height", + executeIntent: async (height) => { + const client = new FilecoinClient(); + const chainHeight = await client.getHeight(height); + return `The current blockchain height is ${chainHeight}.`; + } + } +]; + +export class AgentIntentHandler implements IntentHandler { + constructor(private readonly filecoinClient: FilecoinClient) {} + + async handleIntent(intent: string): Promise { + switch (intent) { + case "check_balance": + const balance = await this.filecoinClient.getBalance(); + return `Your current balance is ${balance} FIL.`; + case "get_height": + const chainHeight = await this.filecoinClient.getHeight(); + return `The current blockchain height is ${chainHeight}.`; + default: + return "I'm sorry, I didn't understand that."; + } + } +} // Use the FilecoinClient to interact with the Filecoin blockchain const client = new FilecoinClient(); diff --git a/packages/plugin-filecoin/src/agent/agent.logger.ts b/packages/plugin-filecoin/src/agent/agent.logger.ts index 7f60df1ec7d63..d14b81e11a310 100644 --- a/packages/plugin-filecoin/src/agent/agent.logger.ts +++ b/packages/plugin-filecoin/src/agent/agent.logger.ts @@ -4,7 +4,7 @@ import { OTLPTraceExporter } from '@opentelemetry/exporter-trace-otlp-http'; import { Resource } from '@opentelemetry/resources'; import { SemanticResourceAttributes } from '@opentelemetry/semantic-conventions'; import { SimpleSpanProcessor } from '@opentelemetry/sdk-trace-base'; -import { trace, Tracer, Span, context, Context } from '@opentelemetry/api'; +import { trace, type Tracer, type Span, context, Context } from '@opentelemetry/api'; // Initialize the tracer provider const exporter = new OTLPTraceExporter(); diff --git a/packages/plugin-filecoin/src/agent/agent.permissions.ts b/packages/plugin-filecoin/src/agent/agent.permissions.ts index b7065f1d0fe94..a543bb0808a6a 100644 --- a/packages/plugin-filecoin/src/agent/agent.permissions.ts +++ b/packages/plugin-filecoin/src/agent/agent.permissions.ts @@ -41,7 +41,7 @@ const defaultFilecoinClient: FilecoinClient = { }; // Utility functions with proper error handling -const encryptData = (data: string, algorithm: string = 'AES-GCM'): Uint8Array => { +const encryptData = (data: string, algorithm = 'AES-GCM'): Uint8Array => { try { return new TextEncoder().encode(data); // Add real encryption implementation here (e.g., Web Crypto API) diff --git a/packages/plugin-filecoin/src/agent/agent.storage.ts b/packages/plugin-filecoin/src/agent/agent.storage.ts index 6267d87ac02f1..baaacaa0ef2ad 100644 --- a/packages/plugin-filecoin/src/agent/agent.storage.ts +++ b/packages/plugin-filecoin/src/agent/agent.storage.ts @@ -1,7 +1,7 @@ // agent.storage.ts import { v4 as uuidv4 } from 'uuid'; -import { ILogger, logger } from './agent.logger'; // Assuming logger has an interface -import { FilecoinClient, BackupMetadata, FilecoinBackupResult } from '../types'; +import { type ILogger, logger } from './agent.logger'; // Assuming logger has an interface +import { type FilecoinClient, BackupMetadata, type FilecoinBackupResult } from '../types'; import * as filecoinRsBindings from '../filecoin-rs-bindings'; import { injectable, inject } from 'tsyringe'; // Dependency injection import { validate } from 'class-validator'; // For data validation @@ -45,7 +45,7 @@ const defaultFilecoinClient: FilecoinClient = { }; // Utility functions with proper error handling -const encryptData = (data: string, algorithm: string = 'AES-GCM'): Uint8Array => { +const encryptData = (data: string, algorithm = 'AES-GCM'): Uint8Array => { try { return new TextEncoder().encode(data); // Add real encryption implementation here (e.g., Web Crypto API) diff --git a/packages/plugin-filecoin/src/agent/agent.user.ts b/packages/plugin-filecoin/src/agent/agent.user.ts index d28c2a3162bf2..e7fc8a96050ad 100644 --- a/packages/plugin-filecoin/src/agent/agent.user.ts +++ b/packages/plugin-filecoin/src/agent/agent.user.ts @@ -138,7 +138,15 @@ async function main() { if (storageDataId) { try { const downloadedData = await storage.download(storageDataId); + // Decrypt data only for owner users + const user = await userManager.getUser(userId); // Assuming userId is available in the context + if (user && user.role === 'producer') { const decryptedData = decrypt(downloadedData); + logger.info('Data decrypted successfully:', decryptedData); + // Further processing with decryptedData + } else { + throw new Error('Access denied: User is not authorized to decrypt data'); + } const decryptedString = new TextDecoder().decode(decryptedData); logger.info('Data downloaded (hex):', Buffer.from(downloadedData).toString('hex')); logger.info('Decrypted data matches original?', decryptedString === dataToBackup); diff --git a/packages/plugin-filecoin/src/backup/backup.ts b/packages/plugin-filecoin/src/backup/backup.ts index 0210addc00ad1..48e610c646054 100644 --- a/packages/plugin-filecoin/src/backup/backup.ts +++ b/packages/plugin-filecoin/src/backup/backup.ts @@ -1,6 +1,6 @@ // packages/plugin-filecoin/src/backup.ts -import { BackupOptions, FilecoinBackupResult } from '../types'; +import type { BackupOptions, FilecoinBackupResult } from '../types'; import { backupDataLocal as wasmBackupDataLocal } from '../filecoin-rs-bindings'; import logger from '../logger'; diff --git a/packages/plugin-filecoin/src/database/filecoin-adapter.ts b/packages/plugin-filecoin/src/database/filecoin-adapter.ts index b65a1d73f8b8a..78ec52506faa5 100644 --- a/packages/plugin-filecoin/src/database/filecoin-adapter.ts +++ b/packages/plugin-filecoin/src/database/filecoin-adapter.ts @@ -2,7 +2,7 @@ import { DatabaseAdapter, type IDatabaseAdapter } from '@elizaos/core'; import type { Account, Goal, Memory, Participant, Relationship, RAGKnowledgeItem, UUID } from '@elizaos/core'; import fs from 'fs/promises'; import path from 'path'; -import { StorageProvider } from './storage'; +import type { StorageProvider } from './storage'; import { v4 as uuidv4 } from 'uuid'; class NotImplementedError extends Error { diff --git a/packages/plugin-filecoin/src/database/filecoin.ts b/packages/plugin-filecoin/src/database/filecoin.ts index b5fb532c6d1ce..344af80a5c5eb 100644 --- a/packages/plugin-filecoin/src/database/filecoin.ts +++ b/packages/plugin-filecoin/src/database/filecoin.ts @@ -1,7 +1,7 @@ import { createAxiosClient } from '../network/network'; -import { FilecoinRpcResponse, FilecoinBackupResult } from '../types'; +import type { FilecoinRpcResponse, FilecoinBackupResult } from '../types'; import { FilecoinRsBindings } from '../filecoin-rs-bindings'; -import { AxiosError } from 'axios'; +import type { AxiosError } from 'axios'; // Configuration const FILECOIN_RPC_URL = process.env.FILECOIN_RPC_URL || 'https://api.node.glif.io/rpc/v0'; diff --git a/packages/plugin-filecoin/src/database/storacha.ts b/packages/plugin-filecoin/src/database/storacha.ts index 2888c9400d7ca..96d7f6d5c8339 100644 --- a/packages/plugin-filecoin/src/database/storacha.ts +++ b/packages/plugin-filecoin/src/database/storacha.ts @@ -1,4 +1,4 @@ -import axios, { AxiosError } from 'axios'; +import axios, { type AxiosError } from 'axios'; import { encrypt, decrypt, ENCRYPTION_KEY, ALGORITHM } from '../encryption'; import { FilecoinBackupResult } from '../types'; // Keep if needed elsewhere diff --git a/packages/plugin-filecoin/src/encryption.ts b/packages/plugin-filecoin/src/encryption.ts index 4d1dc730ee998..8c7a7d12ec7fe 100644 --- a/packages/plugin-filecoin/src/encryption.ts +++ b/packages/plugin-filecoin/src/encryption.ts @@ -49,6 +49,7 @@ export function encrypt(data: string): Uint8Array { } } + /** * Decrypts data encrypted with AES-256-CBC. * @param data - A Uint8Array containing the IV (first 16 bytes) and encrypted data. @@ -73,6 +74,14 @@ export function decrypt(data: Uint8Array, key: Buffer = ENCRYPTION_KEY): Uint8Ar throw new EncryptionError(`Failed to decrypt data: ${error instanceof Error ? error.message : 'Unknown error'}`); } } +/** + * Checks if the provided key is valid for encryption/decryption. + * @param key - The key to validate. + * @returns True if the key is valid, false otherwise. + */ +export function isValidKey(key: Buffer): boolean { + return key.length === KEY_LENGTH; + // Export constants for external use if needed export { ALGORITHM, ENCRYPTION_KEY, IV_LENGTH }; \ No newline at end of file diff --git a/packages/plugin-filecoin/src/errors/errorHandler.ts b/packages/plugin-filecoin/src/errors/errorHandler.ts index 0e7a287e17f10..3aa0703236a5a 100644 --- a/packages/plugin-filecoin/src/errors/errorHandler.ts +++ b/packages/plugin-filecoin/src/errors/errorHandler.ts @@ -1,8 +1,8 @@ import { init, run as wasmRun, backup_data as wasmBackupData, restore_from_backup as wasmRestoreFromBackup, MyMachine } from '../../filecoin-rs/pkg/filecoin_rs'; import fs from 'fs/promises'; import { storagePlugin } from '@storacha/elizaos-plugin'; -import { BackupMetadata as WasmBackupMetadata, FilecoinBackupResult as WasmFilecoinBackupResult } from '../../filecoin-rs/pkg/filecoin_rs'; -import { RestoreOptions, FilecoinBackupResult } from '../types'; +import { BackupMetadata as WasmBackupMetadata, type FilecoinBackupResult as WasmFilecoinBackupResult } from '../../filecoin-rs/pkg/filecoin_rs'; +import type { RestoreOptions, FilecoinBackupResult } from '../types'; import { decrypt, encrypt } from '../encryption'; import { downloadFromStoracha } from '../database/storacha'; import logger from '../logger'; diff --git a/packages/plugin-filecoin/src/filecoin-network.ts b/packages/plugin-filecoin/src/filecoin-network.ts index 9172512000f51..751593783d1cd 100644 --- a/packages/plugin-filecoin/src/filecoin-network.ts +++ b/packages/plugin-filecoin/src/filecoin-network.ts @@ -2,8 +2,8 @@ import { init, run as wasmRun, backup_data as wasmBackupData, restore_from_backup as wasmRestoreFromBackup, MyMachine } from '../filecoin-rs/pkg/filecoin_rs'; import fs from 'fs/promises'; -import { BackupMetadata as WasmBackupMetadata, FilecoinBackupResult as WasmFilecoinBackupResult } from '../filecoin-rs/pkg/filecoin_rs'; -import { RestoreOptions, FilecoinBackupResult } from './types'; +import { BackupMetadata as WasmBackupMetadata, type FilecoinBackupResult as WasmFilecoinBackupResult } from '../filecoin-rs/pkg/filecoin_rs'; +import type { RestoreOptions, FilecoinBackupResult } from './types'; import { decrypt, encrypt, ENCRYPTION_KEY } from './encryption'; import { downloadFromStoracha } from './database/storacha'; diff --git a/packages/plugin-filecoin/src/filecoin-rs-bindings.ts b/packages/plugin-filecoin/src/filecoin-rs-bindings.ts index 95ef43aaad4ab..7fd24d7137957 100644 --- a/packages/plugin-filecoin/src/filecoin-rs-bindings.ts +++ b/packages/plugin-filecoin/src/filecoin-rs-bindings.ts @@ -1,8 +1,8 @@ import { init, run as wasmRun, backup_data as wasmBackupData, restore_from_backup as wasmRestoreFromBackup, MyMachine } from '../filecoin-rs/pkg/filecoin_rs'; import fs from 'fs/promises'; import { storagePlugin } from '@storacha/elizaos-plugin'; -import { BackupMetadata as WasmBackupMetadata, FilecoinBackupResult as WasmFilecoinBackupResult } from '../filecoin-rs/pkg/filecoin_rs'; -import { RestoreOptions, FilecoinBackupResult } from './types'; +import { BackupMetadata as WasmBackupMetadata, type FilecoinBackupResult as WasmFilecoinBackupResult } from '../filecoin-rs/pkg/filecoin_rs'; +import type { RestoreOptions, FilecoinBackupResult } from './types'; import { decrypt, encrypt } from './encryption'; import { downloadFromStoracha } from './database/storacha'; import logger from './logger'; diff --git a/packages/plugin-filecoin/src/index.ts b/packages/plugin-filecoin/src/index.ts index ea8bc1a9e7770..21f95fa0aa1be 100644 --- a/packages/plugin-filecoin/src/index.ts +++ b/packages/plugin-filecoin/src/index.ts @@ -6,7 +6,7 @@ import { connectToFilecoin, checkFilecoinConnection } from './database/filecoin' import { StorachaStorage } from './database/storacha-storage'; import { FilecoinDatabaseAdapter } from './database/filecoin-adapter'; import { v4 as uuidv4 } from 'uuid'; -import { AgentRuntime, Character, ModelProviderName } from '@elizaos/core'; +import { AgentRuntime, type Character, ModelProviderName } from '@elizaos/core'; import logger from './logger'; import 'dotenv/config'; diff --git a/packages/plugin-filecoin/src/restore.ts b/packages/plugin-filecoin/src/restore.ts index 02ce4bd763159..cb4c73859c009 100644 --- a/packages/plugin-filecoin/src/restore.ts +++ b/packages/plugin-filecoin/src/restore.ts @@ -1,6 +1,6 @@ // packages/plugin-filecoin/src/restore.ts -import { RestoreOptions } from './types'; +import type { RestoreOptions } from './types'; import { filecoinRsRestoreFunction as wasmRestoreFunction } from './filecoin-rs-bindings'; import logger from './logger'; diff --git a/packages/plugin-filecoin/src/types.ts b/packages/plugin-filecoin/src/types.ts index 1660cb082999c..d5486c1b4789c 100644 --- a/packages/plugin-filecoin/src/types.ts +++ b/packages/plugin-filecoin/src/types.ts @@ -1,6 +1,6 @@ // packages/plugin-filecoin/src/types.ts -import { CID } from 'multiformats/cid'; +import type { CID } from 'multiformats/cid'; export type FilecoinCID = CID; diff --git a/packages/plugin-filecoin/tree.txt b/packages/plugin-filecoin/tree.txt new file mode 100644 index 0000000000000..53bacbe133fb1 --- /dev/null +++ b/packages/plugin-filecoin/tree.txt @@ -0,0 +1,155 @@ +-rw-r--r-- 1 jeldonmusic wheel 6568 Apr 6 17:23 ./README.md +-rw-r--r-- 1 jeldonmusic wheel 1360 Apr 6 17:23 ./env.sample +-rw-r--r-- 1 jeldonmusic wheel 207 Apr 10 03:45 ./environment.yml +-rw-r--r-- 1 jeldonmusic wheel 2783 Apr 6 17:23 ./error.txt +-rw-r--r-- 1 jeldonmusic wheel 389 Apr 6 17:23 ./esbuild.config.js +-rw-r--r-- 1 jeldonmusic wheel 6391 Apr 6 17:23 ./output.txt +-rw-r--r-- 1 jeldonmusic wheel 2949 Apr 10 11:46 ./package.json +-rw-r--r-- 1 jeldonmusic wheel 1029 Apr 6 17:23 ./tsconfig.json + +./bin: +total 8 +drwxr-xr-x 4 jeldonmusic wheel 128 Apr 10 03:45 . +drwxr-xr-x@ 26 jeldonmusic wheel 832 Apr 12 13:20 .. +-rw-r--r-- 1 jeldonmusic wheel 0 Apr 10 03:42 clean-sys.sh +-rw-r--r-- 1 jeldonmusic wheel 679 Apr 6 17:23 generate-pages.sh + +./data: +total 0 +drwxr-xr-x 3 jeldonmusic wheel 96 Apr 11 18:44 . +drwxr-xr-x@ 26 jeldonmusic wheel 832 Apr 12 13:20 .. +drwxr-xr-x 2 jeldonmusic wheel 64 Apr 11 18:44 uploads + +./docs: +total 32 +drwxr-xr-x 6 jeldonmusic wheel 192 Apr 6 17:23 . +drwxr-xr-x@ 26 jeldonmusic wheel 832 Apr 12 13:20 .. +-rw-r--r-- 1 jeldonmusic wheel 26 Apr 6 17:23 feature-overview.md +-rw-r--r-- 1 jeldonmusic wheel 7369 Apr 6 17:23 front-end-dev-overview.md +-rw-r--r-- 1 jeldonmusic wheel 13 Apr 6 17:23 installation-guide.md +-rw-r--r-- 1 jeldonmusic wheel 0 Apr 6 17:23 usage-example.md + +./filecoin-rs: +total 848 +drwxr-xr-x 12 jeldonmusic wheel 384 Apr 12 13:04 . +drwxr-xr-x@ 26 jeldonmusic wheel 832 Apr 12 13:20 .. +-rw-r--r--@ 1 jeldonmusic wheel 6148 Apr 10 10:47 .DS_Store +-rw-r--r-- 1 jeldonmusic wheel 193597 Apr 12 12:00 Cargo.lock +-rw-r--r-- 1 jeldonmusic wheel 2434 Apr 12 13:18 Cargo.toml +-rw-r--r--@ 1 jeldonmusic wheel 193598 Apr 12 01:44 bk.txt +-rw-r--r-- 1 jeldonmusic wheel 25219 Apr 12 02:04 build.log +drwxr-xr-x 8 jeldonmusic wheel 256 Apr 10 13:55 data_miner +drwxr-xr-x 8 jeldonmusic wheel 256 Apr 10 04:03 pkg +drwxr-xr-x 18 jeldonmusic wheel 576 Apr 10 03:48 src +drwxr-xr-x@ 6 jeldonmusic wheel 192 Apr 12 13:04 target +drwxr-xr-x 5 jeldonmusic wheel 160 Apr 11 23:56 tools + +./generatedImages: +total 0 +drwxr-xr-x 2 jeldonmusic wheel 64 Apr 11 18:44 . +drwxr-xr-x@ 26 jeldonmusic wheel 832 Apr 12 13:20 .. + +./handlers: +total 8 +drwxr-xr-x 4 jeldonmusic wheel 128 Apr 10 04:58 . +drwxr-xr-x@ 26 jeldonmusic wheel 832 Apr 12 13:20 .. +-rw-r--r-- 1 jeldonmusic wheel 831 Apr 10 03:46 handler.py +-rw-r--r-- 1 jeldonmusic wheel 0 Apr 10 04:58 requirements.txt + +./node_modules: +total 0 +drwxr-xr-x 31 jeldonmusic wheel 992 Apr 12 13:04 . +drwxr-xr-x@ 26 jeldonmusic wheel 832 Apr 12 13:20 .. +drwxr-xr-x 14 jeldonmusic wheel 448 Apr 12 13:04 .bin +drwxr-xr-x 3 jeldonmusic wheel 96 Apr 12 13:04 @apollo +drwxr-xr-x 4 jeldonmusic wheel 128 Apr 12 13:04 @ceramicnetwork +drwxr-xr-x 5 jeldonmusic wheel 160 Apr 12 13:04 @elizaos +drwxr-xr-x 8 jeldonmusic wheel 256 Apr 12 13:04 @opentelemetry +drwxr-xr-x 4 jeldonmusic wheel 128 Apr 12 13:04 @storacha +drwxr-xr-x 3 jeldonmusic wheel 96 Apr 12 13:04 @types +drwxr-xr-x 3 jeldonmusic wheel 96 Apr 12 13:04 @web3-storage +lrwxr-xr-x 1 jeldonmusic wheel 58 Apr 12 13:04 axios -> ../../../node_modules/.pnpm/axios@1.8.4/node_modules/axios +lrwxr-xr-x 1 jeldonmusic wheel 82 Apr 12 13:04 class-transformer -> ../../../node_modules/.pnpm/class-transformer@0.5.1/node_modules/class-transformer +lrwxr-xr-x 1 jeldonmusic wheel 79 Apr 12 13:04 class-validator -> ../../../node_modules/.pnpm/class-validator@0.14.1/node_modules/class-validator +lrwxr-xr-x 1 jeldonmusic wheel 61 Apr 12 13:04 dotenv -> ../../../node_modules/.pnpm/dotenv@16.5.0/node_modules/dotenv +lrwxr-xr-x 1 jeldonmusic wheel 100 Apr 12 13:04 ethers -> ../../../node_modules/.pnpm/ethers@6.13.5_bufferutil@4.0.9_utf-8-validate@5.0.10/node_modules/ethers +lrwxr-xr-x 1 jeldonmusic wheel 64 Apr 12 13:04 graphql -> ../../../node_modules/.pnpm/graphql@16.10.0/node_modules/graphql +lrwxr-xr-x 1 jeldonmusic wheel 89 Apr 12 13:04 graphql-http -> ../../../node_modules/.pnpm/graphql-http@1.22.4_graphql@16.10.0/node_modules/graphql-http +lrwxr-xr-x 1 jeldonmusic wheel 97 Apr 12 13:04 ipfs-http-client -> ../../../node_modules/.pnpm/ipfs-http-client@60.0.1_encoding@0.1.13/node_modules/ipfs-http-client +lrwxr-xr-x 1 jeldonmusic wheel 73 Apr 12 13:04 multiformats -> ../../../node_modules/.pnpm/multiformats@13.3.2/node_modules/multiformats +lrwxr-xr-x 1 jeldonmusic wheel 74 Apr 12 13:04 opentelemetry -> ../../../node_modules/.pnpm/opentelemetry@0.1.0/node_modules/opentelemetry +lrwxr-xr-x 1 jeldonmusic wheel 64 Apr 12 13:04 prettier -> ../../../node_modules/.pnpm/prettier@3.5.3/node_modules/prettier +lrwxr-xr-x 1 jeldonmusic wheel 59 Apr 12 13:04 react -> ../../../node_modules/.pnpm/react@19.1.0/node_modules/react +lrwxr-xr-x 1 jeldonmusic wheel 124 Apr 12 13:04 react-router-dom -> ../../../node_modules/.pnpm/react-router-dom@7.4.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-router-dom +lrwxr-xr-x 1 jeldonmusic wheel 67 Apr 12 13:04 sequelize -> ../../../node_modules/.pnpm/sequelize@6.37.7/node_modules/sequelize +lrwxr-xr-x 1 jeldonmusic wheel 80 Apr 12 13:04 ts-retry-promise -> ../../../node_modules/.pnpm/ts-retry-promise@0.8.1/node_modules/ts-retry-promise +lrwxr-xr-x 1 jeldonmusic wheel 128 Apr 12 13:04 tsup -> ../../../node_modules/.pnpm/tsup@8.4.0_@swc+core@1.11.20_jiti@1.21.7_postcss@8.5.3_typescript@5.6.3_yaml@2.7.1/node_modules/tsup +lrwxr-xr-x 1 jeldonmusic wheel 64 Apr 12 13:04 tsyringe -> ../../../node_modules/.pnpm/tsyringe@4.9.1/node_modules/tsyringe +lrwxr-xr-x 1 jeldonmusic wheel 57 Apr 12 13:04 uuid -> ../../../node_modules/.pnpm/uuid@11.1.0/node_modules/uuid +lrwxr-xr-x 1 jeldonmusic wheel 67 Apr 12 13:04 wasm-pack -> ../../../node_modules/.pnpm/wasm-pack@0.13.1/node_modules/wasm-pack +lrwxr-xr-x 1 jeldonmusic wheel 63 Apr 12 13:04 winston -> ../../../node_modules/.pnpm/winston@3.17.0/node_modules/winston +lrwxr-xr-x 1 jeldonmusic wheel 55 Apr 12 13:04 zod -> ../../../node_modules/.pnpm/zod@3.24.2/node_modules/zod + +./python: +total 0 +drwxr-xr-x 3 jeldonmusic wheel 96 Apr 8 23:14 . +drwxr-xr-x@ 26 jeldonmusic wheel 832 Apr 12 13:20 .. +-rw-r--r-- 1 jeldonmusic wheel 0 Apr 8 23:25 requirements.txt + +./ref-fvm: +total 408 +drwxr-xr-x 27 jeldonmusic wheel 864 Apr 6 19:34 . +drwxr-xr-x@ 26 jeldonmusic wheel 832 Apr 12 13:20 .. +drwxr-xr-x 5 jeldonmusic wheel 160 Apr 6 19:34 .clusterfuzzlite +-rw-r--r-- 1 jeldonmusic wheel 63 Apr 6 19:34 .git +drwxr-xr-x 3 jeldonmusic wheel 96 Apr 6 19:34 .github +-rw-r--r-- 1 jeldonmusic wheel 109 Apr 6 19:34 .gitignore +-rw-r--r-- 1 jeldonmusic wheel 161 Apr 6 19:34 .gitmodules +-rw-r--r-- 1 jeldonmusic wheel 6270 Apr 6 19:34 CONTRIBUTING.md +-rw-r--r-- 1 jeldonmusic wheel 142269 Apr 6 19:34 Cargo.lock +-rw-r--r-- 1 jeldonmusic wheel 2901 Apr 6 19:34 Cargo.toml +-rw-r--r-- 1 jeldonmusic wheel 520 Apr 6 19:34 LICENSE-APACHE +-rw-r--r-- 1 jeldonmusic wheel 1046 Apr 6 19:34 LICENSE-MIT +-rw-r--r-- 1 jeldonmusic wheel 196 Apr 6 19:34 Makefile +-rw-r--r-- 1 jeldonmusic wheel 5400 Apr 6 19:34 README.md +-rw-r--r-- 1 jeldonmusic wheel 1906 Apr 6 19:34 SECURITY.md +-rw-r--r-- 1 jeldonmusic wheel 49 Apr 6 19:34 codecov.yml +-rw-r--r-- 1 jeldonmusic wheel 399 Apr 6 19:34 deny.toml +drwxr-xr-x 5 jeldonmusic wheel 160 Apr 6 19:34 doc +drwxr-xr-x 6 jeldonmusic wheel 192 Apr 6 19:34 fvm +drwxr-xr-x 9 jeldonmusic wheel 288 Apr 6 19:34 ipld +-rw-r--r-- 1 jeldonmusic wheel 125 Apr 6 19:34 rust-toolchain.toml +-rw-r--r-- 1 jeldonmusic wheel 23 Apr 6 19:34 rustfmt.toml +drwxr-xr-x 4 jeldonmusic wheel 128 Apr 6 19:34 scripts +drwxr-xr-x 6 jeldonmusic wheel 192 Apr 6 19:34 sdk +drwxr-xr-x 6 jeldonmusic wheel 192 Apr 6 19:34 shared +drwxr-xr-x 9 jeldonmusic wheel 288 Apr 6 19:34 testing +drwxr-xr-x 5 jeldonmusic wheel 160 Apr 6 19:34 tools + +./src: +total 88 +drwxr-xr-x 18 jeldonmusic wheel 576 Apr 9 01:27 . +drwxr-xr-x@ 26 jeldonmusic wheel 832 Apr 12 13:20 .. +drwxr-xr-x 5 jeldonmusic wheel 160 Apr 8 23:43 __test__ +drwxr-xr-x 8 jeldonmusic wheel 256 Apr 10 13:55 agent +drwxr-xr-x 3 jeldonmusic wheel 96 Apr 6 17:23 backup +-rw-r--r-- 1 jeldonmusic wheel 912 Apr 6 17:23 client.ts +drwxr-xr-x 8 jeldonmusic wheel 256 Apr 7 19:46 database +-rw-r--r-- 1 jeldonmusic wheel 2946 Apr 10 12:28 encryption.ts +drwxr-xr-x 3 jeldonmusic wheel 96 Apr 9 01:27 errors +-rw-r--r-- 1 jeldonmusic wheel 4083 Apr 7 19:46 filecoin-network.ts +-rw-r--r-- 1 jeldonmusic wheel 5656 Apr 7 19:46 filecoin-rs-bindings.ts +-rw-r--r-- 1 jeldonmusic wheel 6829 Apr 6 18:44 index.ts +drwxr-xr-x 4 jeldonmusic wheel 128 Apr 6 17:23 interop +-rw-r--r-- 1 jeldonmusic wheel 513 Apr 6 17:23 logger.ts +drwxr-xr-x 3 jeldonmusic wheel 96 Apr 6 17:23 network +-rw-r--r-- 1 jeldonmusic wheel 3629 Apr 6 17:23 performance-monitoring.ts +-rw-r--r-- 1 jeldonmusic wheel 773 Apr 6 17:23 restore.ts +-rw-r--r-- 1 jeldonmusic wheel 3541 Apr 8 23:42 types.ts + +./templates: +total 8 +drwxr-xr-x 4 jeldonmusic wheel 128 Apr 6 17:23 . +drwxr-xr-x@ 26 jeldonmusic wheel 832 Apr 12 13:20 .. +-rw-r--r-- 1 jeldonmusic wheel 0 Apr 6 17:23 ProtectedRoute.tsx +-rw-r--r-- 1 jeldonmusic wheel 1625 Apr 6 17:23 login.tsx diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3f9184c5c24d0..05625ea389085 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -48,7 +48,7 @@ importers: version: filecoin-rs@file:packages/plugin-filecoin/filecoin-rs/pkg '@injectivelabs/sdk-ts': specifier: ^1.14.49 - version: 1.14.51(bufferutil@4.0.9)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(utf-8-validate@5.0.10) + version: 1.14.53(bufferutil@4.0.9)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(utf-8-validate@5.0.10) '@vitest/eslint-plugin': specifier: 1.0.1 version: 1.0.1(@typescript-eslint/utils@8.29.1(eslint@9.24.0(jiti@1.21.7))(typescript@5.6.3))(eslint@9.24.0(jiti@1.21.7))(typescript@5.6.3)(vitest@3.0.5(@types/debug@4.1.12)(@types/node@22.13.14)(jiti@1.21.7)(terser@5.39.0)(yaml@2.7.1)) @@ -109,10 +109,10 @@ importers: version: 9.1.7 jest: specifier: 29.7.0 - version: 29.7.0(@types/node@22.13.14)(ts-node@10.9.2(@swc/core@1.11.18)(@types/node@22.13.14)(typescript@5.6.3)) + version: 29.7.0(@types/node@22.13.14)(ts-node@10.9.2(@swc/core@1.11.20)(@types/node@22.13.14)(typescript@5.6.3)) lerna: specifier: 8.1.5 - version: 8.1.5(@swc/core@1.11.18)(encoding@0.1.13) + version: 8.1.5(@swc/core@1.11.20)(encoding@0.1.13) nodemon: specifier: 3.1.7 version: 3.1.7 @@ -160,7 +160,7 @@ importers: version: 2.2.3 ts-node: specifier: ^10.9.2 - version: 10.9.2(@swc/core@1.11.18)(@types/node@22.13.14)(typescript@5.6.3) + version: 10.9.2(@swc/core@1.11.20)(@types/node@22.13.14)(typescript@5.6.3) yargs: specifier: 17.7.2 version: 17.7.2 @@ -173,10 +173,10 @@ importers: version: 29.5.14 jest: specifier: 29.7.0 - version: 29.7.0(@types/node@22.13.14)(ts-node@10.9.2(@swc/core@1.11.18)(@types/node@22.13.14)(typescript@5.6.3)) + version: 29.7.0(@types/node@22.13.14)(ts-node@10.9.2(@swc/core@1.11.20)(@types/node@22.13.14)(typescript@5.6.3)) ts-jest: specifier: ^29.2.6 - version: 29.3.1(@babel/core@7.26.10)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.26.10))(jest@29.7.0(@types/node@22.13.14)(ts-node@10.9.2(@swc/core@1.11.18)(@types/node@22.13.14)(typescript@5.6.3)))(typescript@5.6.3) + version: 29.3.2(@babel/core@7.26.10)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.26.10))(jest@29.7.0(@types/node@22.13.14)(ts-node@10.9.2(@swc/core@1.11.20)(@types/node@22.13.14)(typescript@5.6.3)))(typescript@5.6.3) client: dependencies: @@ -185,37 +185,37 @@ importers: version: link:../packages/core '@radix-ui/react-avatar': specifier: ^1.1.2 - version: 1.1.4(@types/react-dom@19.1.2(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + version: 1.1.4(@types/react-dom@19.1.2(@types/react@19.1.1))(@types/react@19.1.1)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) '@radix-ui/react-collapsible': specifier: ^1.1.2 - version: 1.1.4(@types/react-dom@19.1.2(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + version: 1.1.4(@types/react-dom@19.1.2(@types/react@19.1.1))(@types/react@19.1.1)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) '@radix-ui/react-dialog': specifier: ^1.1.4 - version: 1.1.7(@types/react-dom@19.1.2(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + version: 1.1.7(@types/react-dom@19.1.2(@types/react@19.1.1))(@types/react@19.1.1)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) '@radix-ui/react-label': specifier: ^2.1.1 - version: 2.1.3(@types/react-dom@19.1.2(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + version: 2.1.3(@types/react-dom@19.1.2(@types/react@19.1.1))(@types/react@19.1.1)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) '@radix-ui/react-separator': specifier: ^1.1.1 - version: 1.1.3(@types/react-dom@19.1.2(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + version: 1.1.3(@types/react-dom@19.1.2(@types/react@19.1.1))(@types/react@19.1.1)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) '@radix-ui/react-slot': specifier: ^1.1.1 - version: 1.2.0(@types/react@19.1.0)(react@19.1.0) + version: 1.2.0(@types/react@19.1.1)(react@19.1.0) '@radix-ui/react-tabs': specifier: ^1.1.2 - version: 1.1.4(@types/react-dom@19.1.2(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + version: 1.1.4(@types/react-dom@19.1.2(@types/react@19.1.1))(@types/react@19.1.1)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) '@radix-ui/react-toast': specifier: ^1.2.4 - version: 1.2.7(@types/react-dom@19.1.2(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + version: 1.2.7(@types/react-dom@19.1.2(@types/react@19.1.1))(@types/react@19.1.1)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) '@radix-ui/react-tooltip': specifier: ^1.1.6 - version: 1.2.0(@types/react-dom@19.1.2(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + version: 1.2.0(@types/react-dom@19.1.2(@types/react@19.1.1))(@types/react@19.1.1)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) '@react-spring/web': specifier: ^9.7.5 version: 9.7.5(react-dom@19.1.0(react@19.1.0))(react@19.1.0) '@tanstack/react-query': specifier: ^5.63.0 - version: 5.72.2(react@19.1.0) + version: 5.74.0(react@19.1.0) '@uidotdev/usehooks': specifier: ^2.4.1 version: 2.4.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0) @@ -254,7 +254,7 @@ importers: version: 2.6.0 tailwindcss-animate: specifier: ^1.0.7 - version: 1.0.7(tailwindcss@3.4.17(ts-node@10.9.2(@swc/core@1.11.18)(@types/node@22.13.14)(typescript@5.6.3))) + version: 1.0.7(tailwindcss@3.4.17(ts-node@10.9.2(@swc/core@1.11.20)(@types/node@22.13.14)(typescript@5.6.3))) vite-plugin-compression: specifier: ^0.5.1 version: 0.5.1(vite@6.2.6(@types/node@22.13.14)(jiti@1.21.7)(terser@5.39.0)(yaml@2.7.1)) @@ -267,10 +267,10 @@ importers: version: 22.13.14 '@types/react': specifier: ^19.0.3 - version: 19.1.0 + version: 19.1.1 '@types/react-dom': specifier: ^19.0.2 - version: 19.1.2(@types/react@19.1.0) + version: 19.1.2(@types/react@19.1.1) '@types/semver': specifier: ^7.5.8 version: 7.7.0 @@ -315,10 +315,10 @@ importers: version: 8.5.3 rollup-plugin-visualizer: specifier: 5.14.0 - version: 5.14.0(rollup@4.39.0) + version: 5.14.0(rollup@4.40.0) tailwindcss: specifier: ^3.4.4 - version: 3.4.17(ts-node@10.9.2(@swc/core@1.11.18)(@types/node@22.13.14)(typescript@5.6.3)) + version: 3.4.17(ts-node@10.9.2(@swc/core@1.11.20)(@types/node@22.13.14)(typescript@5.6.3)) typescript: specifier: ~5.6.3 version: 5.6.3 @@ -336,37 +336,37 @@ importers: dependencies: '@docusaurus/core': specifier: 3.7.0 - version: 3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.0)(react@18.3.1))(@swc/core@1.11.18)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10) + version: 3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.1)(react@18.3.1))(@swc/core@1.11.20)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10) '@docusaurus/plugin-content-blog': specifier: 3.7.0 - version: 3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.0)(react@18.3.1))(@swc/core@1.11.18)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10))(@mdx-js/react@3.0.1(@types/react@19.1.0)(react@18.3.1))(@swc/core@1.11.18)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10) + version: 3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.1)(react@18.3.1))(@swc/core@1.11.20)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10))(@mdx-js/react@3.0.1(@types/react@19.1.1)(react@18.3.1))(@swc/core@1.11.20)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10) '@docusaurus/plugin-content-docs': specifier: 3.7.0 - version: 3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.0)(react@18.3.1))(@swc/core@1.11.18)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10) + version: 3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.1)(react@18.3.1))(@swc/core@1.11.20)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10) '@docusaurus/plugin-ideal-image': specifier: ^3.0.0 - version: 3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.0)(react@18.3.1))(@swc/core@1.11.18)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10) + version: 3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.1)(react@18.3.1))(@swc/core@1.11.20)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10) '@docusaurus/preset-classic': specifier: 3.7.0 - version: 3.7.0(@algolia/client-search@5.23.3)(@mdx-js/react@3.0.1(@types/react@19.1.0)(react@18.3.1))(@swc/core@1.11.18)(@types/react@19.1.0)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(search-insights@2.17.3)(typescript@5.6.3)(utf-8-validate@5.0.10) + version: 3.7.0(@algolia/client-search@5.23.3)(@mdx-js/react@3.0.1(@types/react@19.1.1)(react@18.3.1))(@swc/core@1.11.20)(@types/react@19.1.1)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(search-insights@2.17.3)(typescript@5.6.3)(utf-8-validate@5.0.10) '@docusaurus/theme-common': specifier: 3.7.0 - version: 3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.0)(react@18.3.1))(@swc/core@1.11.18)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10))(@swc/core@1.11.18)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + version: 3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.1)(react@18.3.1))(@swc/core@1.11.20)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10))(@swc/core@1.11.20)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@docusaurus/theme-mermaid': specifier: 3.7.0 - version: 3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.0)(react@18.3.1))(@swc/core@1.11.18)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10))(@mdx-js/react@3.0.1(@types/react@19.1.0)(react@18.3.1))(@swc/core@1.11.18)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10) + version: 3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.1)(react@18.3.1))(@swc/core@1.11.20)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10))(@mdx-js/react@3.0.1(@types/react@19.1.1)(react@18.3.1))(@swc/core@1.11.20)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10) '@mdx-js/react': specifier: 3.0.1 - version: 3.0.1(@types/react@19.1.0)(react@18.3.1) + version: 3.0.1(@types/react@19.1.1)(react@18.3.1) clsx: specifier: ^2.1.1 version: 2.1.1 docusaurus-lunr-search: specifier: 3.5.0 - version: 3.5.0(@docusaurus/core@3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.0)(react@18.3.1))(@swc/core@1.11.18)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + version: 3.5.0(@docusaurus/core@3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.1)(react@18.3.1))(@swc/core@1.11.20)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) dotenv: specifier: ^16.4.7 - version: 16.4.7 + version: 16.5.0 lodash: specifier: ^4.17.21 version: 4.17.21 @@ -388,10 +388,10 @@ importers: devDependencies: '@docusaurus/module-type-aliases': specifier: 3.7.0 - version: 3.7.0(@swc/core@1.11.18)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + version: 3.7.0(@swc/core@1.11.20)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@docusaurus/types': specifier: 3.7.0 - version: 3.7.0(@swc/core@1.11.18)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + version: 3.7.0(@swc/core@1.11.20)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) docusaurus-plugin-typedoc: specifier: 1.2.3 version: 1.2.3(typedoc-plugin-markdown@4.2.10(typedoc@0.26.11(typescript@5.6.3))) @@ -431,7 +431,7 @@ importers: version: 3.1.1(vitest@3.0.5(@types/debug@4.1.12)(@types/node@22.13.14)(jiti@1.21.7)(terser@5.39.0)(yaml@2.7.1)) tsup: specifier: 8.3.5 - version: 8.3.5(@swc/core@1.11.18)(jiti@1.21.7)(postcss@8.5.3)(typescript@5.6.3)(yaml@2.7.1) + version: 8.3.5(@swc/core@1.11.20)(jiti@1.21.7)(postcss@8.5.3)(typescript@5.6.3)(yaml@2.7.1) vitest: specifier: ^3.0.2 version: 3.0.5(@types/debug@4.1.12)(@types/node@22.13.14)(jiti@1.21.7)(terser@5.39.0)(yaml@2.7.1) @@ -480,7 +480,7 @@ importers: version: 1.4.12 tsup: specifier: 8.3.5 - version: 8.3.5(@swc/core@1.11.18)(jiti@1.21.7)(postcss@8.5.3)(typescript@5.6.3)(yaml@2.7.1) + version: 8.3.5(@swc/core@1.11.20)(jiti@1.21.7)(postcss@8.5.3)(typescript@5.6.3)(yaml@2.7.1) packages/core: dependencies: @@ -580,7 +580,7 @@ importers: version: 22.8.4 tsup: specifier: 8.3.5 - version: 8.3.5(@swc/core@1.11.18)(jiti@1.21.7)(postcss@8.5.3)(typescript@5.6.3)(yaml@2.7.1) + version: 8.3.5(@swc/core@1.11.20)(jiti@1.21.7)(postcss@8.5.3)(typescript@5.6.3)(yaml@2.7.1) typescript: specifier: 5.6.3 version: 5.6.3 @@ -601,13 +601,13 @@ importers: version: 22.13.14 tsup: specifier: 8.3.5 - version: 8.3.5(@swc/core@1.11.18)(jiti@1.21.7)(postcss@8.5.3)(typescript@5.6.3)(yaml@2.7.1) + version: 8.3.5(@swc/core@1.11.20)(jiti@1.21.7)(postcss@8.5.3)(typescript@5.6.3)(yaml@2.7.1) packages/plugin-filecoin: dependencies: '@apollo/client': specifier: ^3.13.6 - version: 3.13.6(@types/react@19.1.0)(graphql@16.10.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + version: 3.13.7(@types/react@19.1.1)(graphql@16.10.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) '@ceramicnetwork/http-client': specifier: ^6.4.0 version: 6.4.0(bufferutil@4.0.9)(encoding@0.1.13)(typescript@5.6.3)(utf-8-validate@5.0.10)(zod@3.24.2) @@ -640,7 +640,7 @@ importers: version: 2.0.0(@opentelemetry/api@1.9.0) '@opentelemetry/semantic-conventions': specifier: ^1.31.0 - version: 1.31.0 + version: 1.32.0 '@storacha/client': specifier: 1.2.4 version: 1.2.4(encoding@0.1.13) @@ -656,9 +656,15 @@ importers: axios: specifier: 1.8.4 version: 1.8.4 + class-transformer: + specifier: ^0.5.1 + version: 0.5.1 + class-validator: + specifier: ^0.14.1 + version: 0.14.1 dotenv: specifier: ^16.4.5 - version: 16.4.7 + version: 16.5.0 ethers: specifier: ^6.13.2 version: 6.13.5(bufferutil@4.0.9)(utf-8-validate@5.0.10) @@ -689,6 +695,9 @@ importers: ts-retry-promise: specifier: ^0.8.1 version: 0.8.1 + tsyringe: + specifier: ^4.9.1 + version: 4.9.1 uuid: specifier: 11.1.0 version: 11.1.0 @@ -704,7 +713,7 @@ importers: version: 3.5.3 tsup: specifier: 8.4.0 - version: 8.4.0(@swc/core@1.11.18)(jiti@1.21.7)(postcss@8.5.3)(typescript@5.6.3)(yaml@2.7.1) + version: 8.4.0(@swc/core@1.11.20)(jiti@1.21.7)(postcss@8.5.3)(typescript@5.6.3)(yaml@2.7.1) wasm-pack: specifier: ^0.13.0 version: 0.13.1 @@ -945,8 +954,8 @@ packages: resolution: {integrity: sha512-IQD9wkVReKAhsEAbDjh/0KrBGTEXelqZLpOBRDaIRvlzZ9sjmUP+gKbpvzyJnei2JHQiE8JAgj7YcNloINbGBw==} engines: {node: '>= 10'} - '@apollo/client@3.13.6': - resolution: {integrity: sha512-G6A8uNb13V/Tv4TJQOs5PnxuE5Rf5D2dMnBQcg9mng1Eo4YBecwFEJ0L022mraq/dLB0jD5tiAESOD2bTyJ6gg==} + '@apollo/client@3.13.7': + resolution: {integrity: sha512-jOp8EctxOirgg5BSV0hgpcUSprrW7b9pf4r8ybUcY6Z+0T+ja5W82kI/rJeLUHxhT3YOKBm+72hWUHfsNIa+Fg==} peerDependencies: graphql: ^15.0.0 || ^16.0.0 graphql-ws: ^5.5.5 || ^6.0.3 @@ -980,12 +989,12 @@ packages: '@aws-crypto/util@5.2.0': resolution: {integrity: sha512-4RkU9EsI6ZpBve5fseQlGNUWKMa1RLPQ1dnjnQoe07ldfIzcsGb5hC5W0Dm7u423KWzawlrpbjXBrXCEv9zazQ==} - '@aws-sdk/client-bedrock-runtime@3.785.0': - resolution: {integrity: sha512-LBSsyqN3RrvUKLz92NPnt3eU68oP5ijWF+zXwJ2SBta1MWr81oU9gY0Hg4jipJ1Oe9vdWKmqDSO6Tpsa9xKjuQ==} + '@aws-sdk/client-bedrock-runtime@3.787.0': + resolution: {integrity: sha512-aGxGNsv366rewmz0w10C6Epo9iClxdL9kY+uOEo4OO7gRchRwSHOj1AYK7Tqa0zB5vGLYa1KGCrvzvthCWt4AQ==} engines: {node: '>=18.0.0'} - '@aws-sdk/client-sso@3.782.0': - resolution: {integrity: sha512-5GlJBejo8wqMpSSEKb45WE82YxI2k73YuebjLH/eWDNQeE6VI5Bh9lA1YQ7xNkLLH8hIsb0pSfKVuwh0VEzVrg==} + '@aws-sdk/client-sso@3.787.0': + resolution: {integrity: sha512-L8R+Mh258G0DC73ktpSVrG4TT9i2vmDLecARTDR/4q5sRivdDQSL5bUp3LKcK80Bx+FRw3UETIlX6mYMLL9PJQ==} engines: {node: '>=18.0.0'} '@aws-sdk/core@3.775.0': @@ -1000,24 +1009,24 @@ packages: resolution: {integrity: sha512-PjDQeDH/J1S0yWV32wCj2k5liRo0ssXMseCBEkCsD3SqsU8o5cU82b0hMX4sAib/RkglCSZqGO0xMiN0/7ndww==} engines: {node: '>=18.0.0'} - '@aws-sdk/credential-provider-ini@3.782.0': - resolution: {integrity: sha512-wd4KdRy2YjLsE4Y7pz00470Iip06GlRHkG4dyLW7/hFMzEO2o7ixswCWp6J2VGZVAX64acknlv2Q0z02ebjmhw==} + '@aws-sdk/credential-provider-ini@3.787.0': + resolution: {integrity: sha512-hc2taRoDlXn2uuNuHWDJljVWYrp3r9JF1a/8XmOAZhVUNY+ImeeStylHXhXXKEA4JOjW+5PdJj0f1UDkVCHJiQ==} engines: {node: '>=18.0.0'} - '@aws-sdk/credential-provider-node@3.782.0': - resolution: {integrity: sha512-HZiAF+TCEyKjju9dgysjiPIWgt/+VerGaeEp18mvKLNfgKz1d+/82A2USEpNKTze7v3cMFASx3CvL8yYyF7mJw==} + '@aws-sdk/credential-provider-node@3.787.0': + resolution: {integrity: sha512-JioVi44B1vDMaK2CdzqimwvJD3uzvzbQhaEWXsGMBcMcNHajXAXf08EF50JG3ZhLrhhUsT1ObXpbTaPINOhh+g==} engines: {node: '>=18.0.0'} '@aws-sdk/credential-provider-process@3.775.0': resolution: {integrity: sha512-A6k68H9rQp+2+7P7SGO90Csw6nrUEm0Qfjpn9Etc4EboZhhCLs9b66umUsTsSBHus4FDIe5JQxfCUyt1wgNogg==} engines: {node: '>=18.0.0'} - '@aws-sdk/credential-provider-sso@3.782.0': - resolution: {integrity: sha512-1y1ucxTtTIGDSNSNxriQY8msinilhe9gGvQpUDYW9gboyC7WQJPDw66imy258V6osdtdi+xoHzVCbCz3WhosMQ==} + '@aws-sdk/credential-provider-sso@3.787.0': + resolution: {integrity: sha512-fHc08bsvwm4+dEMEQKnQ7c1irEQmmxbgS+Fq41y09pPvPh31nAhoMcjBSTWAaPHvvsRbTYvmP4Mf12ZGr8/nfg==} engines: {node: '>=18.0.0'} - '@aws-sdk/credential-provider-web-identity@3.782.0': - resolution: {integrity: sha512-xCna0opVPaueEbJoclj5C6OpDNi0Gynj+4d7tnuXGgQhTHPyAz8ZyClkVqpi5qvHTgxROdUEDxWqEO5jqRHZHQ==} + '@aws-sdk/credential-provider-web-identity@3.787.0': + resolution: {integrity: sha512-SobmCwNbk6TfEsF283mZPQEI5vV2j6eY5tOCj8Er4Lzraxu9fBPADV+Bib2A8F6jlB1lMPJzOuDCbEasSt/RIw==} engines: {node: '>=18.0.0'} '@aws-sdk/eventstream-handler-node@3.775.0': @@ -1040,28 +1049,28 @@ packages: resolution: {integrity: sha512-GLCzC8D0A0YDG5u3F5U03Vb9j5tcOEFhr8oc6PDk0k0vm5VwtZOE6LvK7hcCSoAB4HXyOUM0sQuXrbaAh9OwXA==} engines: {node: '>=18.0.0'} - '@aws-sdk/middleware-user-agent@3.782.0': - resolution: {integrity: sha512-i32H2R6IItX+bQ2p4+v2gGO2jA80jQoJO2m1xjU9rYWQW3+ErWy4I5YIuQHTBfb6hSdAHbaRfqPDgbv9J2rjEg==} + '@aws-sdk/middleware-user-agent@3.787.0': + resolution: {integrity: sha512-Lnfj8SmPLYtrDFthNIaNj66zZsBCam+E4XiUDr55DIHTGstH6qZ/q6vg0GfbukxwSmUcGMwSR4Qbn8rb8yd77g==} engines: {node: '>=18.0.0'} - '@aws-sdk/nested-clients@3.782.0': - resolution: {integrity: sha512-QOYC8q7luzHFXrP0xYAqBctoPkynjfV0r9dqntFu4/IWMTyC1vlo1UTxFAjIPyclYw92XJyEkVCVg9v/nQnsUA==} + '@aws-sdk/nested-clients@3.787.0': + resolution: {integrity: sha512-xk03q1xpKNHgbuo+trEf1dFrI239kuMmjKKsqLEsHlAZbuFq4yRGMlHBrVMnKYOPBhVFDS/VineM991XI52fKg==} engines: {node: '>=18.0.0'} '@aws-sdk/region-config-resolver@3.775.0': resolution: {integrity: sha512-40iH3LJjrQS3LKUJAl7Wj0bln7RFPEvUYKFxtP8a+oKFDO0F65F52xZxIJbPn6sHkxWDAnZlGgdjZXM3p2g5wQ==} engines: {node: '>=18.0.0'} - '@aws-sdk/token-providers@3.782.0': - resolution: {integrity: sha512-4tPuk/3+THPrzKaXW4jE2R67UyGwHLFizZ47pcjJWbhb78IIJAy94vbeqEQ+veS84KF5TXcU7g5jGTXC0D70Wg==} + '@aws-sdk/token-providers@3.787.0': + resolution: {integrity: sha512-d7/NIqxq308Zg0RPMNrmn0QvzniL4Hx8Qdwzr6YZWLYAbUSvZYS2ppLR3BFWSkV6SsTJUx8BuDaj3P8vttkrog==} engines: {node: '>=18.0.0'} '@aws-sdk/types@3.775.0': resolution: {integrity: sha512-ZoGKwa4C9fC9Av6bdfqcW6Ix5ot05F/S4VxWR2nHuMv7hzfmAjTOcUiWT7UR4hM/U0whf84VhDtXN/DWAk52KA==} engines: {node: '>=18.0.0'} - '@aws-sdk/util-endpoints@3.782.0': - resolution: {integrity: sha512-/RJOAO7o7HI6lEa4ASbFFLHGU9iPK876BhsVfnl54MvApPVYWQ9sHO0anOUim2S5lQTwd/6ghuH3rFYSq/+rdw==} + '@aws-sdk/util-endpoints@3.787.0': + resolution: {integrity: sha512-fd3zkiOkwnbdbN0Xp9TsP5SWrmv0SpT70YEdbb8wAj2DWQwiCmFszaSs+YCvhoCdmlR3Wl9Spu0pGpSAGKeYvQ==} engines: {node: '>=18.0.0'} '@aws-sdk/util-locate-window@3.723.0': @@ -1071,8 +1080,8 @@ packages: '@aws-sdk/util-user-agent-browser@3.775.0': resolution: {integrity: sha512-txw2wkiJmZKVdDbscK7VBK+u+TJnRtlUjRTLei+elZg2ADhpQxfVAQl436FUeIv6AhB/oRHW6/K/EAGXUSWi0A==} - '@aws-sdk/util-user-agent-node@3.782.0': - resolution: {integrity: sha512-dMFkUBgh2Bxuw8fYZQoH/u3H4afQ12VSkzEi//qFiDTwbKYq+u+RYjc8GLDM6JSK1BShMu5AVR7HD4ap1TYUnA==} + '@aws-sdk/util-user-agent-node@3.787.0': + resolution: {integrity: sha512-mG7Lz8ydfG4SF9e8WSXiPQ/Lsn3n8A5B5jtPROidafi06I3ckV2WxyMLdwG14m919NoS6IOfWHyRGSqWIwbVKA==} engines: {node: '>=18.0.0'} peerDependencies: aws-crt: '>=1.0.0' @@ -2483,11 +2492,11 @@ packages: '@elizaos/core@0.25.8': resolution: {integrity: sha512-I5NUSSbSrvMteKUsgUFC7OSe13YfI1otfyy/sEj5UDd56FEbahCFx8Li0xtjVP8ADALgwSl18OWNonpz+GxjLA==} - '@emnapi/core@1.4.0': - resolution: {integrity: sha512-H+N/FqT07NmLmt6OFFtDfwe8PNygprzBikrEMyQfgqSmT0vzE515Pz7R8izwB9q/zsH/MA64AKoul3sA6/CzVg==} + '@emnapi/core@1.4.1': + resolution: {integrity: sha512-4JFstCTaToCFrPqrGzgkF8N2NHjtsaY4uRh6brZQ5L9e4wbMieX8oDT8N7qfVFTQecHFEtkj4ve49VIZ3mKVqw==} - '@emnapi/runtime@1.4.0': - resolution: {integrity: sha512-64WYIf4UYcdLnbKn/umDlNjQDSS8AgZrI/R9+x5ilkUVFxXcA1Ebl+gQLc/6mERA4407Xof0R7wEyEuj091CVw==} + '@emnapi/runtime@1.4.1': + resolution: {integrity: sha512-LMshMVP0ZhACNjQNYXiU1iZJ6QCcv0lUdPDPugqGvCGXt5xtRVBPdtA0qU12pEXZzpWAhWlZYptfdAFq10DOVQ==} '@emnapi/wasi-threads@1.0.1': resolution: {integrity: sha512-iIBu7mwkq4UQGeMEM8bLwNK962nXdhodeScX4slfQnRhEMMzvYivHhutCIk8uojvmASXXPC2WNEjwxFWk72Oqw==} @@ -2642,8 +2651,8 @@ packages: cpu: [x64] os: [win32] - '@eslint-community/eslint-utils@4.5.1': - resolution: {integrity: sha512-soEIOALTfTK6EjmKMMoLugwaP0rzkad90iIWd1hMO9ARkSAyjfMfkRRhLvD5qH7vvM0Cg72pieUfR6yh6XxC4w==} + '@eslint-community/eslint-utils@4.6.0': + resolution: {integrity: sha512-WhCn7Z7TauhBtmzhvKpoQs0Wwb/kBcy4CwpuI0/eEIr2Lx2auxmulAzLr91wVZJaz47iUZdkXOK7WlAfxGKCnA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 @@ -2791,8 +2800,8 @@ packages: peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - '@grpc/grpc-js@1.13.2': - resolution: {integrity: sha512-nnR5nmL6lxF8YBqb6gWvEgLdLh/Fn+kvAdX5hUOnt48sNSb0riz/93ASd2E5gvanPA41X6Yp25bIfGRp1SMb2g==} + '@grpc/grpc-js@1.13.3': + resolution: {integrity: sha512-FTXHdOoPbZrBjlVLHuKbDZnsTxXv2BlHF57xw6LuThXacXvtkahEPED0CKMk6obZDf65Hv4k3z62eyPNpvinIg==} engines: {node: '>=12.10.0'} '@grpc/proto-loader@0.7.13': @@ -2977,8 +2986,8 @@ packages: '@injectivelabs/olp-proto-ts@1.13.4': resolution: {integrity: sha512-MTltuDrPJ+mu8IonkfwBp11ZJzTw2x+nA3wzrK+T4ZzEs+fBW8SgaCoXKc5COU7IBzg3wB316QwaR1l6MrffXg==} - '@injectivelabs/sdk-ts@1.14.51': - resolution: {integrity: sha512-UYy+tOHu7XuZggcQJqGk6DjZzPn5hbn3siKJuCBSZEzmzOxegehcqz8CIL+gLbPRW5jooW/nHnqTI4BHL8K1UQ==} + '@injectivelabs/sdk-ts@1.14.53': + resolution: {integrity: sha512-95NRWYa7sHrOjcPGHoJNfJAQGzUTZ6mSH3Bq8LhO/evqqzHRo5c9n+ODzwqHDKJWk2H/2FyiVAw3cYlPPN+1bA==} '@injectivelabs/ts-types@1.14.47': resolution: {integrity: sha512-c1BQg72eDGaNd2JizJw34wFoiDtHX3Xgc9BJ7zEVRP14xQGdmE3ddCDV8Yc5hKYrpiOZtPevCRgeF5OsFXTeVA==} @@ -3614,8 +3623,8 @@ packages: peerDependencies: '@opentelemetry/api': '>=1.0.0 <1.10.0' - '@opentelemetry/semantic-conventions@1.31.0': - resolution: {integrity: sha512-cYJeP+6qN0UnBv1r09hXl0YorB8kXHv61BC0NUlBA8vxrylZ4/C8lnva3gd1E8n33DNYSaiGW+DuGoSt0QQ7Dw==} + '@opentelemetry/semantic-conventions@1.32.0': + resolution: {integrity: sha512-s0OpmpQFSfMrmedAn9Lhg4KWJELHCU6uU9dtIJ28N8UGhf9Y55im5X8fEzwhwDwiSqN+ZPSNrDJF7ivf/AuRPQ==} engines: {node: '>=14'} '@perma/map@1.0.3': @@ -4049,103 +4058,103 @@ packages: resolution: {integrity: sha512-zcU0gM3z+3iqj8UX45AmWY810l3oUmXM7uH4dt5xtzvMhRtYVhKGOmgOd1877dOPPepfCjUv57w+syamWIYe7w==} engines: {node: '>=14.0.0'} - '@rollup/rollup-android-arm-eabi@4.39.0': - resolution: {integrity: sha512-lGVys55Qb00Wvh8DMAocp5kIcaNzEFTmGhfFd88LfaogYTRKrdxgtlO5H6S49v2Nd8R2C6wLOal0qv6/kCkOwA==} + '@rollup/rollup-android-arm-eabi@4.40.0': + resolution: {integrity: sha512-+Fbls/diZ0RDerhE8kyC6hjADCXA1K4yVNlH0EYfd2XjyH0UGgzaQ8MlT0pCXAThfxv3QUAczHaL+qSv1E4/Cg==} cpu: [arm] os: [android] - '@rollup/rollup-android-arm64@4.39.0': - resolution: {integrity: sha512-It9+M1zE31KWfqh/0cJLrrsCPiF72PoJjIChLX+rEcujVRCb4NLQ5QzFkzIZW8Kn8FTbvGQBY5TkKBau3S8cCQ==} + '@rollup/rollup-android-arm64@4.40.0': + resolution: {integrity: sha512-PPA6aEEsTPRz+/4xxAmaoWDqh67N7wFbgFUJGMnanCFs0TV99M0M8QhhaSCks+n6EbQoFvLQgYOGXxlMGQe/6w==} cpu: [arm64] os: [android] - '@rollup/rollup-darwin-arm64@4.39.0': - resolution: {integrity: sha512-lXQnhpFDOKDXiGxsU9/l8UEGGM65comrQuZ+lDcGUx+9YQ9dKpF3rSEGepyeR5AHZ0b5RgiligsBhWZfSSQh8Q==} + '@rollup/rollup-darwin-arm64@4.40.0': + resolution: {integrity: sha512-GwYOcOakYHdfnjjKwqpTGgn5a6cUX7+Ra2HeNj/GdXvO2VJOOXCiYYlRFU4CubFM67EhbmzLOmACKEfvp3J1kQ==} cpu: [arm64] os: [darwin] - '@rollup/rollup-darwin-x64@4.39.0': - resolution: {integrity: sha512-mKXpNZLvtEbgu6WCkNij7CGycdw9cJi2k9v0noMb++Vab12GZjFgUXD69ilAbBh034Zwn95c2PNSz9xM7KYEAQ==} + '@rollup/rollup-darwin-x64@4.40.0': + resolution: {integrity: sha512-CoLEGJ+2eheqD9KBSxmma6ld01czS52Iw0e2qMZNpPDlf7Z9mj8xmMemxEucinev4LgHalDPczMyxzbq+Q+EtA==} cpu: [x64] os: [darwin] - '@rollup/rollup-freebsd-arm64@4.39.0': - resolution: {integrity: sha512-jivRRlh2Lod/KvDZx2zUR+I4iBfHcu2V/BA2vasUtdtTN2Uk3jfcZczLa81ESHZHPHy4ih3T/W5rPFZ/hX7RtQ==} + '@rollup/rollup-freebsd-arm64@4.40.0': + resolution: {integrity: sha512-r7yGiS4HN/kibvESzmrOB/PxKMhPTlz+FcGvoUIKYoTyGd5toHp48g1uZy1o1xQvybwwpqpe010JrcGG2s5nkg==} cpu: [arm64] os: [freebsd] - '@rollup/rollup-freebsd-x64@4.39.0': - resolution: {integrity: sha512-8RXIWvYIRK9nO+bhVz8DwLBepcptw633gv/QT4015CpJ0Ht8punmoHU/DuEd3iw9Hr8UwUV+t+VNNuZIWYeY7Q==} + '@rollup/rollup-freebsd-x64@4.40.0': + resolution: {integrity: sha512-mVDxzlf0oLzV3oZOr0SMJ0lSDd3xC4CmnWJ8Val8isp9jRGl5Dq//LLDSPFrasS7pSm6m5xAcKaw3sHXhBjoRw==} cpu: [x64] os: [freebsd] - '@rollup/rollup-linux-arm-gnueabihf@4.39.0': - resolution: {integrity: sha512-mz5POx5Zu58f2xAG5RaRRhp3IZDK7zXGk5sdEDj4o96HeaXhlUwmLFzNlc4hCQi5sGdR12VDgEUqVSHer0lI9g==} + '@rollup/rollup-linux-arm-gnueabihf@4.40.0': + resolution: {integrity: sha512-y/qUMOpJxBMy8xCXD++jeu8t7kzjlOCkoxxajL58G62PJGBZVl/Gwpm7JK9+YvlB701rcQTzjUZ1JgUoPTnoQA==} cpu: [arm] os: [linux] - '@rollup/rollup-linux-arm-musleabihf@4.39.0': - resolution: {integrity: sha512-+YDwhM6gUAyakl0CD+bMFpdmwIoRDzZYaTWV3SDRBGkMU/VpIBYXXEvkEcTagw/7VVkL2vA29zU4UVy1mP0/Yw==} + '@rollup/rollup-linux-arm-musleabihf@4.40.0': + resolution: {integrity: sha512-GoCsPibtVdJFPv/BOIvBKO/XmwZLwaNWdyD8TKlXuqp0veo2sHE+A/vpMQ5iSArRUz/uaoj4h5S6Pn0+PdhRjg==} cpu: [arm] os: [linux] - '@rollup/rollup-linux-arm64-gnu@4.39.0': - resolution: {integrity: sha512-EKf7iF7aK36eEChvlgxGnk7pdJfzfQbNvGV/+l98iiMwU23MwvmV0Ty3pJ0p5WQfm3JRHOytSIqD9LB7Bq7xdQ==} + '@rollup/rollup-linux-arm64-gnu@4.40.0': + resolution: {integrity: sha512-L5ZLphTjjAD9leJzSLI7rr8fNqJMlGDKlazW2tX4IUF9P7R5TMQPElpH82Q7eNIDQnQlAyiNVfRPfP2vM5Avvg==} cpu: [arm64] os: [linux] - '@rollup/rollup-linux-arm64-musl@4.39.0': - resolution: {integrity: sha512-vYanR6MtqC7Z2SNr8gzVnzUul09Wi1kZqJaek3KcIlI/wq5Xtq4ZPIZ0Mr/st/sv/NnaPwy/D4yXg5x0B3aUUA==} + '@rollup/rollup-linux-arm64-musl@4.40.0': + resolution: {integrity: sha512-ATZvCRGCDtv1Y4gpDIXsS+wfFeFuLwVxyUBSLawjgXK2tRE6fnsQEkE4csQQYWlBlsFztRzCnBvWVfcae/1qxQ==} cpu: [arm64] os: [linux] - '@rollup/rollup-linux-loongarch64-gnu@4.39.0': - resolution: {integrity: sha512-NMRUT40+h0FBa5fb+cpxtZoGAggRem16ocVKIv5gDB5uLDgBIwrIsXlGqYbLwW8YyO3WVTk1FkFDjMETYlDqiw==} + '@rollup/rollup-linux-loongarch64-gnu@4.40.0': + resolution: {integrity: sha512-wG9e2XtIhd++QugU5MD9i7OnpaVb08ji3P1y/hNbxrQ3sYEelKJOq1UJ5dXczeo6Hj2rfDEL5GdtkMSVLa/AOg==} cpu: [loong64] os: [linux] - '@rollup/rollup-linux-powerpc64le-gnu@4.39.0': - resolution: {integrity: sha512-0pCNnmxgduJ3YRt+D+kJ6Ai/r+TaePu9ZLENl+ZDV/CdVczXl95CbIiwwswu4L+K7uOIGf6tMo2vm8uadRaICQ==} + '@rollup/rollup-linux-powerpc64le-gnu@4.40.0': + resolution: {integrity: sha512-vgXfWmj0f3jAUvC7TZSU/m/cOE558ILWDzS7jBhiCAFpY2WEBn5jqgbqvmzlMjtp8KlLcBlXVD2mkTSEQE6Ixw==} cpu: [ppc64] os: [linux] - '@rollup/rollup-linux-riscv64-gnu@4.39.0': - resolution: {integrity: sha512-t7j5Zhr7S4bBtksT73bO6c3Qa2AV/HqiGlj9+KB3gNF5upcVkx+HLgxTm8DK4OkzsOYqbdqbLKwvGMhylJCPhQ==} + '@rollup/rollup-linux-riscv64-gnu@4.40.0': + resolution: {integrity: sha512-uJkYTugqtPZBS3Z136arevt/FsKTF/J9dEMTX/cwR7lsAW4bShzI2R0pJVw+hcBTWF4dxVckYh72Hk3/hWNKvA==} cpu: [riscv64] os: [linux] - '@rollup/rollup-linux-riscv64-musl@4.39.0': - resolution: {integrity: sha512-m6cwI86IvQ7M93MQ2RF5SP8tUjD39Y7rjb1qjHgYh28uAPVU8+k/xYWvxRO3/tBN2pZkSMa5RjnPuUIbrwVxeA==} + '@rollup/rollup-linux-riscv64-musl@4.40.0': + resolution: {integrity: sha512-rKmSj6EXQRnhSkE22+WvrqOqRtk733x3p5sWpZilhmjnkHkpeCgWsFFo0dGnUGeA+OZjRl3+VYq+HyCOEuwcxQ==} cpu: [riscv64] os: [linux] - '@rollup/rollup-linux-s390x-gnu@4.39.0': - resolution: {integrity: sha512-iRDJd2ebMunnk2rsSBYlsptCyuINvxUfGwOUldjv5M4tpa93K8tFMeYGpNk2+Nxl+OBJnBzy2/JCscGeO507kA==} + '@rollup/rollup-linux-s390x-gnu@4.40.0': + resolution: {integrity: sha512-SpnYlAfKPOoVsQqmTFJ0usx0z84bzGOS9anAC0AZ3rdSo3snecihbhFTlJZ8XMwzqAcodjFU4+/SM311dqE5Sw==} cpu: [s390x] os: [linux] - '@rollup/rollup-linux-x64-gnu@4.39.0': - resolution: {integrity: sha512-t9jqYw27R6Lx0XKfEFe5vUeEJ5pF3SGIM6gTfONSMb7DuG6z6wfj2yjcoZxHg129veTqU7+wOhY6GX8wmf90dA==} + '@rollup/rollup-linux-x64-gnu@4.40.0': + resolution: {integrity: sha512-RcDGMtqF9EFN8i2RYN2W+64CdHruJ5rPqrlYw+cgM3uOVPSsnAQps7cpjXe9be/yDp8UC7VLoCoKC8J3Kn2FkQ==} cpu: [x64] os: [linux] - '@rollup/rollup-linux-x64-musl@4.39.0': - resolution: {integrity: sha512-ThFdkrFDP55AIsIZDKSBWEt/JcWlCzydbZHinZ0F/r1h83qbGeenCt/G/wG2O0reuENDD2tawfAj2s8VK7Bugg==} + '@rollup/rollup-linux-x64-musl@4.40.0': + resolution: {integrity: sha512-HZvjpiUmSNx5zFgwtQAV1GaGazT2RWvqeDi0hV+AtC8unqqDSsaFjPxfsO6qPtKRRg25SisACWnJ37Yio8ttaw==} cpu: [x64] os: [linux] - '@rollup/rollup-win32-arm64-msvc@4.39.0': - resolution: {integrity: sha512-jDrLm6yUtbOg2TYB3sBF3acUnAwsIksEYjLeHL+TJv9jg+TmTwdyjnDex27jqEMakNKf3RwwPahDIt7QXCSqRQ==} + '@rollup/rollup-win32-arm64-msvc@4.40.0': + resolution: {integrity: sha512-UtZQQI5k/b8d7d3i9AZmA/t+Q4tk3hOC0tMOMSq2GlMYOfxbesxG4mJSeDp0EHs30N9bsfwUvs3zF4v/RzOeTQ==} cpu: [arm64] os: [win32] - '@rollup/rollup-win32-ia32-msvc@4.39.0': - resolution: {integrity: sha512-6w9uMuza+LbLCVoNKL5FSLE7yvYkq9laSd09bwS0tMjkwXrmib/4KmoJcrKhLWHvw19mwU+33ndC69T7weNNjQ==} + '@rollup/rollup-win32-ia32-msvc@4.40.0': + resolution: {integrity: sha512-+m03kvI2f5syIqHXCZLPVYplP8pQch9JHyXKZ3AGMKlg8dCyr2PKHjwRLiW53LTrN/Nc3EqHOKxUxzoSPdKddA==} cpu: [ia32] os: [win32] - '@rollup/rollup-win32-x64-msvc@4.39.0': - resolution: {integrity: sha512-yAkUOkIKZlK5dl7u6dg897doBgLXmUHhIINM2c+sND3DZwnrdQkkSiDh7N75Ll4mM4dxSkYfXqU9fW3lLkMFug==} + '@rollup/rollup-win32-x64-msvc@4.40.0': + resolution: {integrity: sha512-lpPE1cLfP5oPzVjKMx10pgBmKELQnFJXHgvtHCtuJWOv8MxqdEIMNtgHgBFf7Ea2/7EuVwa9fodWUfXAlXZLZQ==} cpu: [x64] os: [win32] @@ -4614,71 +4623,71 @@ packages: resolution: {integrity: sha512-LnhVjMWyMQV9ZmeEy26maJk+8HTIbd59cH4F2MJ439k9DqejRisfFNGAPvRYlKETuh9LrImlS8aKsBgKjMA8WA==} engines: {node: '>=14'} - '@swc/core-darwin-arm64@1.11.18': - resolution: {integrity: sha512-K6AntdUlNMQg8aChqjeXwnVhK6d4WRZ9TgtLSTmdU0Ugll4an7QK49s9NrT7XQU91cEsVvzdr++p1bNImx0hJg==} + '@swc/core-darwin-arm64@1.11.20': + resolution: {integrity: sha512-Sc06h6pwMhQagU7vz92b7wwQTIibTiqRE4y/XjkvurSbjSarrtSZR4OKkrdNwUkSy1HlQE4NhKQf7tmLeQ7PhQ==} engines: {node: '>=10'} cpu: [arm64] os: [darwin] - '@swc/core-darwin-x64@1.11.18': - resolution: {integrity: sha512-RCRvC6Q9M5BArTvj/IzUAAYGrgxYFbTTnAtf6UX7JFq2DAn+hEwYUjmC1m0gFso9HqFU0m5QZUGfZvVmACGWUw==} + '@swc/core-darwin-x64@1.11.20': + resolution: {integrity: sha512-kHANJrgbqaGzUyTectNfLyhnHAeDGGVSRXYyPVAx6x0nuLOnRhKbuSyZY42UEN1IgHauaADCzcd+HiiMv/rgRw==} engines: {node: '>=10'} cpu: [x64] os: [darwin] - '@swc/core-linux-arm-gnueabihf@1.11.18': - resolution: {integrity: sha512-wteAKf8YKb3jOnZFm3EzuIMzzCVXMuQOLHsz1IgEOc44/gdgNXKxaYTWAowZuej7t68tf/w0cRNMc7Le414v/g==} + '@swc/core-linux-arm-gnueabihf@1.11.20': + resolution: {integrity: sha512-FXllEBeAwU6FNIZzo+u1LmHGaHzwAKzz7tWRkUOqBKjKr20Ot4KGS3xlz2qgV2NESFHAisdHja2P2rcQWqtZRg==} engines: {node: '>=10'} cpu: [arm] os: [linux] - '@swc/core-linux-arm64-gnu@1.11.18': - resolution: {integrity: sha512-hY6jJYZ6PKHSBo5OATswfyKsUgsWu9+4nDcN8liYIRRgz3E0G9wk0VUTP4cFPivBFeHWTTAGz687/Nf2aQEIpw==} + '@swc/core-linux-arm64-gnu@1.11.20': + resolution: {integrity: sha512-OsYMFyJzUM0K8a97tu6KxZaCob3vr+UknVqHO09QwechX+rdX4euWm7Lte4d1B+7SBfokhw7ghLZsNTQfRw9pA==} engines: {node: '>=10'} cpu: [arm64] os: [linux] - '@swc/core-linux-arm64-musl@1.11.18': - resolution: {integrity: sha512-slu0mlP2nucvQalttnapfpqpD/LlM9NHx9g3ofgsLzjObyMEBiX4ZysQ3y65U8Mjw71RNqtLd/ZmvxI6OmLdiQ==} + '@swc/core-linux-arm64-musl@1.11.20': + resolution: {integrity: sha512-fbSWOQ5ZZ7sWodoC6GnzV9RhbImdxoH8b14K1tnHCWJXolzTH40/4JKf/koJ3r24nm1PtsqX9OUxRsOXYAy5dg==} engines: {node: '>=10'} cpu: [arm64] os: [linux] - '@swc/core-linux-x64-gnu@1.11.18': - resolution: {integrity: sha512-h9a/8PA25arMCQ9t8CE8rA1s0c77z4kCZZ7dUuUkD88yEXIrARMca1IKR7of+S3slfQrf1Zlq3Ac1Fb1HVJziQ==} + '@swc/core-linux-x64-gnu@1.11.20': + resolution: {integrity: sha512-OFU53idbY8KA1RkNzZBi0FpoRPSn/anv4N7ZzGZGk664UoFwMbSL+XHGocJzhV9G/VNGH7bMBmgoVWk72nn5hw==} engines: {node: '>=10'} cpu: [x64] os: [linux] - '@swc/core-linux-x64-musl@1.11.18': - resolution: {integrity: sha512-0sMDJj5qUGK9QEw4lrxLxkTP/4AoKciqNzXvqbk+J9XuXN2aIv4BsR1Y7z3GwAeMFGsba2lbHLOtJlDsaqIsiA==} + '@swc/core-linux-x64-musl@1.11.20': + resolution: {integrity: sha512-GZbqXEc09nIarkGMXc2P4Hf2ONb1vre22X7Se9CCeU/QtWYRU/H1a2TFnYgBKzNVOH65Dd/XYXcuy+tM1aw1iw==} engines: {node: '>=10'} cpu: [x64] os: [linux] - '@swc/core-win32-arm64-msvc@1.11.18': - resolution: {integrity: sha512-zGv9HnfgBcKyt54MJRWdwRNu9BuYkAFM7bx+tWtKhd37Ef7ZX20QLs9xXl5wWDXCbsOdRxXIZgXs6PEL+Pzmrw==} + '@swc/core-win32-arm64-msvc@1.11.20': + resolution: {integrity: sha512-i0H2MeK8krEd/YeiGz0GHtNL9wSGfAPXiouh8aRNV/u+w4vPaaRqnXwv/yzAW+D2vPpKJBhOwmNFFzdgTJ5mWw==} engines: {node: '>=10'} cpu: [arm64] os: [win32] - '@swc/core-win32-ia32-msvc@1.11.18': - resolution: {integrity: sha512-uBKj0S1lYv/E2ZhxHZOxSiQwoegYmzbPRpjq6eHBZDv97mu7W3K27/lsnPbvAfQ6b6rnv8BI+EsmJ7VLQBAHBQ==} + '@swc/core-win32-ia32-msvc@1.11.20': + resolution: {integrity: sha512-/7e3X7EGO8uOvAUP+YKJTdoR2JR5vdiewDOnDS9FFXj8yr9x6/oDFLd92Sp9NglF+aXuqAo33IfH2OTz1MR+Ww==} engines: {node: '>=10'} cpu: [ia32] os: [win32] - '@swc/core-win32-x64-msvc@1.11.18': - resolution: {integrity: sha512-8USTRcdgeFMNBgvVXl8tz6n4+9s9m+zHsfDeBT4jPgwnq2bnLBlTUlwnPwzDxfg9nUJr6RFD4xeKfWyZZRosZg==} + '@swc/core-win32-x64-msvc@1.11.20': + resolution: {integrity: sha512-rcZpt5uiVNTs/Se+CYBoaDphafFJcsqXo3DNmfkJZoDZUb4PZqxu61p4Qa+lvFDQlRragrlLRpGQM9qnLNd4iQ==} engines: {node: '>=10'} cpu: [x64] os: [win32] - '@swc/core@1.11.18': - resolution: {integrity: sha512-ORZxyCKKiqYt2iHdh1C7pfVR1GBjkuFOdwqZggQzaq0vt22DpGca+2JsUtkUoWQmWcct04v5+ScwgvsHuMObxA==} + '@swc/core@1.11.20': + resolution: {integrity: sha512-2F0+bQs7+pwbudsxRffLdfpGCQX4Ih5k88f7LqTfj2oC7aTrv7FssduOvcAvfVY/InZmyYEblKl1rqg8bvzrZQ==} engines: {node: '>=10'} peerDependencies: - '@swc/helpers': '*' + '@swc/helpers': '>=0.5.17' peerDependenciesMeta: '@swc/helpers': optional: true @@ -4693,11 +4702,11 @@ packages: resolution: {integrity: sha512-+PmQX0PiAYPMeVYe237LJAYvOMYW1j2rH5YROyS3b4CTVJum34HfRvKvAzozHAQG0TnHNdUfY9nCeUyRAs//cw==} engines: {node: '>=14.16'} - '@tanstack/query-core@5.72.2': - resolution: {integrity: sha512-fxl9/0yk3mD/FwTmVEf1/H6N5B975H0luT+icKyX566w6uJG0x6o+Yl+I38wJRCaogiMkstByt+seXfDbWDAcA==} + '@tanstack/query-core@5.74.0': + resolution: {integrity: sha512-kMqBfXA06INskI06rm+abAY3/Vi/Kq1nRNfLbpwuhuMJ5lMAI5qASretlvjEO5OJoze6w7OB3pNvsbztirIWWQ==} - '@tanstack/react-query@5.72.2': - resolution: {integrity: sha512-SVNHzyBUYiis+XiCl+8yiPZmMYei2AKYY94wM/zpvB5l1jxqOo82FQTziSJ4pBi96jtYqvYrTMxWynmbQh3XKw==} + '@tanstack/react-query@5.74.0': + resolution: {integrity: sha512-tT/XQ8FmG5nlN7O8xnYaOM1c1ckJi9+SPKRq+Ay8rV118lefWCoFDQIsF/BarRsLTHijBmSQ6xE9PRugaOqrCQ==} peerDependencies: react: ^18 || ^19 @@ -5021,8 +5030,8 @@ packages: '@types/react-router@5.1.20': resolution: {integrity: sha512-jGjmu/ZqS7FjSH6owMcD5qpq19+1RS9DeVRqfl1FeBMxTDQAGwlMWOcs52NDoXaNKyG3d1cYQFMs9rCrb88o9Q==} - '@types/react@19.1.0': - resolution: {integrity: sha512-UaicktuQI+9UKyA4njtDOGBD/67t8YEBt2xdfqu8+gP9hqPUPsiXlNPcpS2gVdjmis5GKPG3fCxbQLVgxsQZ8w==} + '@types/react@19.1.1': + resolution: {integrity: sha512-ePapxDL7qrgqSF67s0h9m412d9DbXyC1n59O2st+9rjuuamWsZuD2w55rqY12CbzsZ7uVXb5Nw0gEp9Z8MMutQ==} '@types/retry@0.12.0': resolution: {integrity: sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==} @@ -5165,78 +5174,83 @@ packages: '@ungap/structured-clone@1.3.0': resolution: {integrity: sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==} - '@unrs/resolver-binding-darwin-arm64@1.4.1': - resolution: {integrity: sha512-8Tv+Bsd0BjGwfEedIyor4inw8atppRxM5BdUnIt+3mAm/QXUm7Dw74CHnXpfZKXkp07EXJGiA8hStqCINAWhdw==} + '@unrs/resolver-binding-darwin-arm64@1.5.0': + resolution: {integrity: sha512-YmocNlEcX/AgJv8gI41bhjMOTcKcea4D2nRIbZj+MhRtSH5+vEU8r/pFuTuoF+JjVplLsBueU+CILfBPVISyGQ==} cpu: [arm64] os: [darwin] - '@unrs/resolver-binding-darwin-x64@1.4.1': - resolution: {integrity: sha512-X8c3PhWziEMKAzZz+YAYWfwawi5AEgzy/hmfizAB4C70gMHLKmInJcp1270yYAOs7z07YVFI220pp50z24Jk3A==} + '@unrs/resolver-binding-darwin-x64@1.5.0': + resolution: {integrity: sha512-qpUrXgH4e/0xu1LOhPEdfgSY3vIXOxDQv370NEL8npN8h40HcQDA+Pl2r4HBW6tTXezWIjxUFcP7tj529RZtDw==} cpu: [x64] os: [darwin] - '@unrs/resolver-binding-freebsd-x64@1.4.1': - resolution: {integrity: sha512-UUr/nREy1UdtxXQnmLaaTXFGOcGxPwNIzeJdb3KXai3TKtC1UgNOB9s8KOA4TaxOUBR/qVgL5BvBwmUjD5yuVA==} + '@unrs/resolver-binding-freebsd-x64@1.5.0': + resolution: {integrity: sha512-3tX8r8vgjvZzaJZB4jvxUaaFCDCb3aWDCpZN3EjhGnnwhztslI05KSG5NY/jNjlcZ5QWZ7dEZZ/rNBFsmTaSPw==} cpu: [x64] os: [freebsd] - '@unrs/resolver-binding-linux-arm-gnueabihf@1.4.1': - resolution: {integrity: sha512-e3pII53dEeS8inkX6A1ad2UXE0nuoWCqik4kOxaDnls0uJUq0ntdj5d9IYd+bv5TDwf9DSge/xPOvCmRYH+Tsw==} + '@unrs/resolver-binding-linux-arm-gnueabihf@1.5.0': + resolution: {integrity: sha512-FH+ixzBKaUU9fWOj3TYO+Yn/eO6kYvMLV9eNJlJlkU7OgrxkCmiMS6wUbyT0KA3FOZGxnEQ2z3/BHgYm2jqeLA==} cpu: [arm] os: [linux] - '@unrs/resolver-binding-linux-arm-musleabihf@1.4.1': - resolution: {integrity: sha512-e/AKKd9gR+HNmVyDEPI/PIz2t0DrA3cyonHNhHVjrkxe8pMCiYiqhtn1+h+yIpHUtUlM6Y1FNIdivFa+r7wrEQ==} + '@unrs/resolver-binding-linux-arm-musleabihf@1.5.0': + resolution: {integrity: sha512-pxCgXMgwB/4PfqFQg73lMhmWwcC0j5L+dNXhZoz/0ek0iS/oAWl65fxZeT/OnU7fVs52MgdP2q02EipqJJXHSg==} cpu: [arm] os: [linux] - '@unrs/resolver-binding-linux-arm64-gnu@1.4.1': - resolution: {integrity: sha512-vtIu34luF1jRktlHtiwm2mjuE8oJCsFiFr8hT5+tFQdqFKjPhbJXn83LswKsOhy0GxAEevpXDI4xxEwkjuXIPA==} + '@unrs/resolver-binding-linux-arm64-gnu@1.5.0': + resolution: {integrity: sha512-FX2FV7vpLE/+Z0NZX9/1pwWud5Wocm/2PgpUXbT5aSV3QEB10kBPJAzssOQylvdj8mOHoKl5pVkXpbCwww/T2g==} cpu: [arm64] os: [linux] - '@unrs/resolver-binding-linux-arm64-musl@1.4.1': - resolution: {integrity: sha512-H3PaOuGyhFXiyJd+09uPhGl4gocmhyi1BRzvsP8Lv5AQO3p3/ZY7WjV4t2NkBksm9tMjf3YbOVHyPWi2eWsNYw==} + '@unrs/resolver-binding-linux-arm64-musl@1.5.0': + resolution: {integrity: sha512-+gF97xst1BZb28T3nwwzEtq2ewCoMDGKsenYsZuvpmNrW0019G1iUAunZN+FG55L21y+uP7zsGX06OXDQ/viKw==} cpu: [arm64] os: [linux] - '@unrs/resolver-binding-linux-ppc64-gnu@1.4.1': - resolution: {integrity: sha512-4+GmJcaaFntCi1S01YByqp8wLMjV/FyQyHVGm0vedIhL1Vfx7uHkz/sZmKsidRwokBGuxi92GFmSzqT2O8KcNA==} + '@unrs/resolver-binding-linux-ppc64-gnu@1.5.0': + resolution: {integrity: sha512-5bEmVcQw9js8JYM2LkUBw5SeELSIxX+qKf9bFrfFINKAp4noZ//hUxLpbF7u/3gTBN1GsER6xOzIZlw/VTdXtA==} cpu: [ppc64] os: [linux] - '@unrs/resolver-binding-linux-s390x-gnu@1.4.1': - resolution: {integrity: sha512-6RDQVCmtFYTlhy89D5ixTqo9bTQqFhvNN0Ey1wJs5r+01Dq15gPHRXv2jF2bQATtMrOfYwv+R2ZR9ew1N1N3YQ==} + '@unrs/resolver-binding-linux-riscv64-gnu@1.5.0': + resolution: {integrity: sha512-GGk/8TPUsf1Q99F+lzMdjE6sGL26uJCwQ9TlvBs8zR3cLQNw/MIumPN7zrs3GFGySjnwXc8gA6J3HKbejywmqA==} + cpu: [riscv64] + os: [linux] + + '@unrs/resolver-binding-linux-s390x-gnu@1.5.0': + resolution: {integrity: sha512-5uRkFYYVNAeVaA4W/CwugjFN3iDOHCPqsBLCCOoJiMfFMMz4evBRsg+498OFa9w6VcTn2bD5aI+RRayaIgk2Sw==} cpu: [s390x] os: [linux] - '@unrs/resolver-binding-linux-x64-gnu@1.4.1': - resolution: {integrity: sha512-XpU9uzIkD86+19NjCXxlVPISMUrVXsXo5htxtuG+uJ59p5JauSRZsIxQxzzfKzkxEjdvANPM/lS1HFoX6A6QeA==} + '@unrs/resolver-binding-linux-x64-gnu@1.5.0': + resolution: {integrity: sha512-j905CZH3nehYy6NimNqC2B14pxn4Ltd7guKMyPTzKehbFXTUgihQS/ZfHQTdojkMzbSwBOSgq1dOrY+IpgxDsA==} cpu: [x64] os: [linux] - '@unrs/resolver-binding-linux-x64-musl@1.4.1': - resolution: {integrity: sha512-3CDjG/spbTKCSHl66QP2ekHSD+H34i7utuDIM5gzoNBcZ1gTO0Op09Wx5cikXnhORRf9+HyDWzm37vU1PLSM1A==} + '@unrs/resolver-binding-linux-x64-musl@1.5.0': + resolution: {integrity: sha512-dmLevQTuzQRwu5A+mvj54R5aye5I4PVKiWqGxg8tTaYP2k2oTs/3Mo8mgnhPk28VoYCi0fdFYpgzCd4AJndQvQ==} cpu: [x64] os: [linux] - '@unrs/resolver-binding-wasm32-wasi@1.4.1': - resolution: {integrity: sha512-50tYhvbCTnuzMn7vmP8IV2UKF7ITo1oihygEYq9wW2DUb/Y+QMqBHJUSCABRngATjZ4shOK6f2+s0gQX6ElENQ==} + '@unrs/resolver-binding-wasm32-wasi@1.5.0': + resolution: {integrity: sha512-LtJMhwu7avhoi+kKfAZOKN773RtzLBVVF90YJbB0wyMpUj9yQPeA+mteVUI9P70OG/opH47FeV5AWeaNWWgqJg==} engines: {node: '>=14.0.0'} cpu: [wasm32] - '@unrs/resolver-binding-win32-arm64-msvc@1.4.1': - resolution: {integrity: sha512-KyJiIne/AqV4IW0wyQO34wSMuJwy3VxVQOfIXIPyQ/Up6y/zi2P/WwXb78gHsLiGRUqCA9LOoCX+6dQZde0g1g==} + '@unrs/resolver-binding-win32-arm64-msvc@1.5.0': + resolution: {integrity: sha512-FTZBxLL4SO1mgIM86KykzJmPeTPisBDHQV6xtfDXbTMrentuZ6SdQKJUV5BWaoUK3p8kIULlrCcucqdCnk8Npg==} cpu: [arm64] os: [win32] - '@unrs/resolver-binding-win32-ia32-msvc@1.4.1': - resolution: {integrity: sha512-y2NUD7pygrBolN2NoXUrwVqBpKPhF8DiSNE5oB5/iFO49r2DpoYqdj5HPb3F42fPBH5qNqj6Zg63+xCEzAD2hw==} + '@unrs/resolver-binding-win32-ia32-msvc@1.5.0': + resolution: {integrity: sha512-i5bB7vJ1waUsFciU/FKLd4Zw0VnAkvhiJ4//jYQXyDUuiLKodmtQZVTcOPU7pp97RrNgCFtXfC1gnvj/DHPJTw==} cpu: [ia32] os: [win32] - '@unrs/resolver-binding-win32-x64-msvc@1.4.1': - resolution: {integrity: sha512-hVXaObGI2lGFmrtT77KSbPQ3I+zk9IU500wobjk0+oX59vg/0VqAzABNtt3YSQYgXTC2a/LYxekLfND/wlt0yQ==} + '@unrs/resolver-binding-win32-x64-msvc@1.5.0': + resolution: {integrity: sha512-wAvXp4k7jhioi4SebXW/yfzzYwsUCr9kIX4gCsUFKpCTUf8Mi7vScJXI3S+kupSUf0LbVHudR8qBbe2wFMSNUw==} cpu: [x64] os: [win32] @@ -6214,6 +6228,12 @@ packages: cjs-module-lexer@1.4.3: resolution: {integrity: sha512-9z8TZaGM1pfswYeXrUpzPrkx8UnWYdhJclsiYMm6x/w5+nN+8Tf/LnAgfLGQCm59qAOxU8WwHEq2vNwF6i4j+Q==} + class-transformer@0.5.1: + resolution: {integrity: sha512-SQa1Ws6hUbfC98vKGxZH3KFY0Y1lm5Zm0SY8XX9zbK7FJCyVEac3ATW0RIpwzW+oOfmHE5PMPufDG9hCfoEOMw==} + + class-validator@0.14.1: + resolution: {integrity: sha512-2VEG9JICxIqTpoK1eMzZqaV+u/EiwEJkMGzTrZf6sU/fwsnOITVgYJ8yojSy6CaXtO9V0Cc6ZQZ8h8m4UBuLwQ==} + class-variance-authority@0.7.1: resolution: {integrity: sha512-Ka+9Trutv7G8M6WT6SeiRWz792K5qEqIGEGzXKhAE6xOWAY6pPH8U+9IY3oCMv6kqTmLsv7Xh/2w2RigkePMsg==} @@ -7192,6 +7212,10 @@ packages: resolution: {integrity: sha512-47qPchRCykZC03FhkYAhrvwU4xDBFIj1QPqaarj6mdM/hgUzfPHcpkHJOn3mJAufFeeAxAzeGsr5X0M4k6fLZQ==} engines: {node: '>=12'} + dotenv@16.5.0: + resolution: {integrity: sha512-m/C+AwOAr9/W1UOIZUo232ejMNnJAJtYQjUbHoNTBNTJSvqzzDh7vnrei3o3r3m9blf6ZoDkvcw0VmozNRFJxg==} + engines: {node: '>=12'} + dottie@2.0.6: resolution: {integrity: sha512-iGCHkfUc5kFekGiqhe8B/mdaurD+lakO9txNnTvKtA6PISrw86LgqHvRzWYPyoE2Ph5aMIrCw9/uko6XHTKCwA==} @@ -7220,8 +7244,8 @@ packages: resolution: {integrity: sha512-M9qw6oUILGVrcENMSRRefE1MbHPIz0h79EKIeJWK9v563aT9Qkh8aEHPO1H5vi970wPirNY+jO9OpFoLiMsMGA==} engines: {node: '>=6'} - electron-to-chromium@1.5.135: - resolution: {integrity: sha512-8gXUdEmvb+WCaYUhA0Svr08uSeRjM2w3x5uHOc1QbaEVzJXB8rgm5eptieXzyKoVEtinLvW6MtTcurA65PeS1Q==} + electron-to-chromium@1.5.136: + resolution: {integrity: sha512-kL4+wUTD7RSA5FHx5YwWtjDnEEkIIikFgWHR4P6fqjw1PPLlqYkxeOb++wAauAssat0YClCy8Y3C5SxgSkjibQ==} elliptic@6.6.1: resolution: {integrity: sha512-RaddvvMatK2LJHqFJ+YA4WysVN5Ita9E35botqIYspQ4TkRAlCicdzKOjlyv/1Za5RyTNn7di//eEV0uTAfe3g==} @@ -8365,8 +8389,8 @@ packages: resolution: {integrity: sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==} engines: {node: '>= 14'} - http-proxy-middleware@2.0.8: - resolution: {integrity: sha512-/iazaeFPmL8KLA6QB7DFAU4O5j+9y/TA0D019MbLtPuFI56VK4BXFzM6j6QS9oGpScy8IIDH4S2LHv3zg/63Bw==} + http-proxy-middleware@2.0.9: + resolution: {integrity: sha512-c1IyJYLYppU574+YI7R4QyX2ystMtVXZwIdzazUIPIJsHuWNd+mho2j+bKoHftndicGj9yh+xjd+l0yj7VeT1Q==} engines: {node: '>=12.0.0'} peerDependencies: '@types/express': ^4.17.13 @@ -9289,6 +9313,9 @@ packages: resolution: {integrity: sha512-26zzwoBNAvX9AWOPiqqF6FG4HrSCPsHFkQm7nT+xU1ggAujL/eae81RnCv4CJ2In9q9fh10B88sYSzKCUh/Ghg==} engines: {node: ^16.14.0 || >=18.0.0} + libphonenumber-js@1.12.6: + resolution: {integrity: sha512-PJiS4ETaUfCOFLpmtKzAbqZQjCCKVu2OhTV4SVNNE7c2nu/dACvtCqj4L0i/KWNnIgRv7yrILvBj5Lonv5Ncxw==} + libsodium-sumo@0.7.15: resolution: {integrity: sha512-5tPmqPmq8T8Nikpm1Nqj0hBHvsLFCXvdhBFV7SGOitQPZAA6jso8XoL0r4L7vmfKXr486fiQInvErHtEvizFMw==} @@ -10508,8 +10535,8 @@ packages: parse-numeric-range@1.3.0: resolution: {integrity: sha512-twN+njEipszzlMJd4ONUYgSfZPDxgHhT9Ahed5uTigpQn90FggW4SA/AIPq/6a149fTbE9qBEcSwE3FAEp6wQQ==} - parse-path@7.0.1: - resolution: {integrity: sha512-6ReLMptznuuOEzLoGEa+I1oWRSj2Zna5jLWC+l6zlfAI4dbbSaIES29ThzuPkbhNahT65dWzfoZEO6cfJw2Ksg==} + parse-path@7.0.2: + resolution: {integrity: sha512-env5u88RpqhTX1OGbWCkZuueRhmK8qFXwyGyTWuC/Vz4a+eUIHM/CCq5L1YtmdQeKBVh+CtZdH0WiY4axuySfg==} parse-url@8.1.0: resolution: {integrity: sha512-xDvOoLU5XRrcOZvnI6b8zA6n9O9ejNk/GExuz1yBuWUGn9KA97GI6HTs6u02wKara1CeVmZhH+0TZFdWScR89w==} @@ -11766,8 +11793,8 @@ packages: rollup: optional: true - rollup@4.39.0: - resolution: {integrity: sha512-thI8kNc02yNvnmJp8dr3fNWJ9tCONDhp6TV35X6HkKGGs9E6q7YWCHbe5vKiTa7TAiNcFEmXKj3X/pG2b3ci0g==} + rollup@4.40.0: + resolution: {integrity: sha512-Noe455xmA96nnqH5piFtLobsGbCij7Tu+tb3c1vYjNbTkfzGqXqQXG3wJaYXkRZuQ0vEYN4bhwg7QnIrqB5B+w==} engines: {node: '>=18.0.0', npm: '>=8.0.0'} hasBin: true @@ -12667,8 +12694,8 @@ packages: resolution: {integrity: sha512-uivwYcQaxAucv1CzRp2n/QdYPo4ILf9VXgH19zEIjFx2EJufV16P0JtJVpYHy89DItG6Kwj2oIUjrcK5au+4tQ==} engines: {node: '>=8'} - ts-jest@29.3.1: - resolution: {integrity: sha512-FT2PIRtZABwl6+ZCry8IY7JZ3xMuppsEV9qFVHOVe8jDzggwUZ9TsM4chyJxL9yi6LvkqcZYU3LmapEE454zBQ==} + ts-jest@29.3.2: + resolution: {integrity: sha512-bJJkrWc6PjFVz5g2DGCNUo8z7oFEYaz1xP1NpeDU7KNLMWPpEyV8Chbpkn8xjzgRDpQhnGMyvyldoL7h8JXyug==} engines: {node: ^14.15.0 || ^16.10.0 || ^18.0.0 || >=20.0.0} hasBin: true peerDependencies: @@ -12726,6 +12753,9 @@ packages: resolution: {integrity: sha512-NoZ4roiN7LnbKn9QqE1amc9DJfzvZXxF4xDavcOWt1BPkdx+m+0gJuPM+S0vCe7zTJMYUP0R8pO2XMr+Y8oLIg==} engines: {node: '>=6'} + tslib@1.14.1: + resolution: {integrity: sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==} + tslib@2.7.0: resolution: {integrity: sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==} @@ -12770,6 +12800,10 @@ packages: typescript: optional: true + tsyringe@4.9.1: + resolution: {integrity: sha512-dJCWk0RolAnGk0j839M0lcuS/PtNUPaMsnBosn+wg5N16xy0tofcVuvsidMs0JuRbaJ0wVIT7RsuHWbVIZ5Rcg==} + engines: {node: '>= 6.0.0'} + tuf-js@2.2.1: resolution: {integrity: sha512-GwIJau9XaA8nLVbUXsN3IlFi7WmQ48gBUrl3FTkkL/XLu/POhBzfmX9hd33FNMX1qAsfl6ozO1iMmW9NC8YniA==} engines: {node: ^16.14.0 || >=18.0.0} @@ -13060,8 +13094,8 @@ packages: resolution: {integrity: sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==} engines: {node: '>= 0.8'} - unrs-resolver@1.4.1: - resolution: {integrity: sha512-MhPB3wBI5BR8TGieTb08XuYlE8oFVEXdSAgat3psdlRyejl8ojQ8iqPcjh094qCZ1r+TnkxzP6BeCd/umfHckQ==} + unrs-resolver@1.5.0: + resolution: {integrity: sha512-6aia3Oy7SEe0MuUGQm2nsyob0L2+g57w178K5SE/3pvSGAIp28BB2O921fKx424Ahc/gQ6v0DXFbhcpyhGZdOA==} upath@2.0.1: resolution: {integrity: sha512-1uEe95xksV1O0CYKXo8vQvN1JEbtJp7lb7C5U9HMsIp6IVwntkH/oNUzyVNQSd4S1sYk2FpSSW44FqMc8qee5w==} @@ -13733,7 +13767,7 @@ snapshots: dependencies: '@ai-sdk/provider': 1.0.6 '@ai-sdk/provider-utils': 2.1.6(zod@3.24.2) - '@aws-sdk/client-bedrock-runtime': 3.785.0 + '@aws-sdk/client-bedrock-runtime': 3.787.0 zod: 3.24.2 transitivePeerDependencies: - aws-crt @@ -13977,7 +14011,7 @@ snapshots: '@anush008/tokenizers-linux-x64-gnu': 0.0.0 '@anush008/tokenizers-win32-x64-msvc': 0.0.0 - '@apollo/client@3.13.6(@types/react@19.1.0)(graphql@16.10.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': + '@apollo/client@3.13.7(@types/react@19.1.1)(graphql@16.10.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': dependencies: '@graphql-typed-document-node/core': 3.2.0(graphql@16.10.0) '@wry/caches': 1.0.1 @@ -13988,7 +14022,7 @@ snapshots: hoist-non-react-statics: 3.3.2 optimism: 0.18.1 prop-types: 15.8.1 - rehackt: 0.1.0(@types/react@19.1.0)(react@19.1.0) + rehackt: 0.1.0(@types/react@19.1.1)(react@19.1.0) symbol-observable: 4.0.0 ts-invariant: 0.10.3 tslib: 2.8.1 @@ -14031,23 +14065,23 @@ snapshots: '@smithy/util-utf8': 2.3.0 tslib: 2.8.1 - '@aws-sdk/client-bedrock-runtime@3.785.0': + '@aws-sdk/client-bedrock-runtime@3.787.0': dependencies: '@aws-crypto/sha256-browser': 5.2.0 '@aws-crypto/sha256-js': 5.2.0 '@aws-sdk/core': 3.775.0 - '@aws-sdk/credential-provider-node': 3.782.0 + '@aws-sdk/credential-provider-node': 3.787.0 '@aws-sdk/eventstream-handler-node': 3.775.0 '@aws-sdk/middleware-eventstream': 3.775.0 '@aws-sdk/middleware-host-header': 3.775.0 '@aws-sdk/middleware-logger': 3.775.0 '@aws-sdk/middleware-recursion-detection': 3.775.0 - '@aws-sdk/middleware-user-agent': 3.782.0 + '@aws-sdk/middleware-user-agent': 3.787.0 '@aws-sdk/region-config-resolver': 3.775.0 '@aws-sdk/types': 3.775.0 - '@aws-sdk/util-endpoints': 3.782.0 + '@aws-sdk/util-endpoints': 3.787.0 '@aws-sdk/util-user-agent-browser': 3.775.0 - '@aws-sdk/util-user-agent-node': 3.782.0 + '@aws-sdk/util-user-agent-node': 3.787.0 '@smithy/config-resolver': 4.1.0 '@smithy/core': 3.2.0 '@smithy/eventstream-serde-browser': 4.0.2 @@ -14083,7 +14117,7 @@ snapshots: transitivePeerDependencies: - aws-crt - '@aws-sdk/client-sso@3.782.0': + '@aws-sdk/client-sso@3.787.0': dependencies: '@aws-crypto/sha256-browser': 5.2.0 '@aws-crypto/sha256-js': 5.2.0 @@ -14091,12 +14125,12 @@ snapshots: '@aws-sdk/middleware-host-header': 3.775.0 '@aws-sdk/middleware-logger': 3.775.0 '@aws-sdk/middleware-recursion-detection': 3.775.0 - '@aws-sdk/middleware-user-agent': 3.782.0 + '@aws-sdk/middleware-user-agent': 3.787.0 '@aws-sdk/region-config-resolver': 3.775.0 '@aws-sdk/types': 3.775.0 - '@aws-sdk/util-endpoints': 3.782.0 + '@aws-sdk/util-endpoints': 3.787.0 '@aws-sdk/util-user-agent-browser': 3.775.0 - '@aws-sdk/util-user-agent-node': 3.782.0 + '@aws-sdk/util-user-agent-node': 3.787.0 '@smithy/config-resolver': 4.1.0 '@smithy/core': 3.2.0 '@smithy/fetch-http-handler': 5.0.2 @@ -14161,15 +14195,15 @@ snapshots: '@smithy/util-stream': 4.2.0 tslib: 2.8.1 - '@aws-sdk/credential-provider-ini@3.782.0': + '@aws-sdk/credential-provider-ini@3.787.0': dependencies: '@aws-sdk/core': 3.775.0 '@aws-sdk/credential-provider-env': 3.775.0 '@aws-sdk/credential-provider-http': 3.775.0 '@aws-sdk/credential-provider-process': 3.775.0 - '@aws-sdk/credential-provider-sso': 3.782.0 - '@aws-sdk/credential-provider-web-identity': 3.782.0 - '@aws-sdk/nested-clients': 3.782.0 + '@aws-sdk/credential-provider-sso': 3.787.0 + '@aws-sdk/credential-provider-web-identity': 3.787.0 + '@aws-sdk/nested-clients': 3.787.0 '@aws-sdk/types': 3.775.0 '@smithy/credential-provider-imds': 4.0.2 '@smithy/property-provider': 4.0.2 @@ -14179,14 +14213,14 @@ snapshots: transitivePeerDependencies: - aws-crt - '@aws-sdk/credential-provider-node@3.782.0': + '@aws-sdk/credential-provider-node@3.787.0': dependencies: '@aws-sdk/credential-provider-env': 3.775.0 '@aws-sdk/credential-provider-http': 3.775.0 - '@aws-sdk/credential-provider-ini': 3.782.0 + '@aws-sdk/credential-provider-ini': 3.787.0 '@aws-sdk/credential-provider-process': 3.775.0 - '@aws-sdk/credential-provider-sso': 3.782.0 - '@aws-sdk/credential-provider-web-identity': 3.782.0 + '@aws-sdk/credential-provider-sso': 3.787.0 + '@aws-sdk/credential-provider-web-identity': 3.787.0 '@aws-sdk/types': 3.775.0 '@smithy/credential-provider-imds': 4.0.2 '@smithy/property-provider': 4.0.2 @@ -14205,11 +14239,11 @@ snapshots: '@smithy/types': 4.2.0 tslib: 2.8.1 - '@aws-sdk/credential-provider-sso@3.782.0': + '@aws-sdk/credential-provider-sso@3.787.0': dependencies: - '@aws-sdk/client-sso': 3.782.0 + '@aws-sdk/client-sso': 3.787.0 '@aws-sdk/core': 3.775.0 - '@aws-sdk/token-providers': 3.782.0 + '@aws-sdk/token-providers': 3.787.0 '@aws-sdk/types': 3.775.0 '@smithy/property-provider': 4.0.2 '@smithy/shared-ini-file-loader': 4.0.2 @@ -14218,10 +14252,10 @@ snapshots: transitivePeerDependencies: - aws-crt - '@aws-sdk/credential-provider-web-identity@3.782.0': + '@aws-sdk/credential-provider-web-identity@3.787.0': dependencies: '@aws-sdk/core': 3.775.0 - '@aws-sdk/nested-clients': 3.782.0 + '@aws-sdk/nested-clients': 3.787.0 '@aws-sdk/types': 3.775.0 '@smithy/property-provider': 4.0.2 '@smithy/types': 4.2.0 @@ -14263,17 +14297,17 @@ snapshots: '@smithy/types': 4.2.0 tslib: 2.8.1 - '@aws-sdk/middleware-user-agent@3.782.0': + '@aws-sdk/middleware-user-agent@3.787.0': dependencies: '@aws-sdk/core': 3.775.0 '@aws-sdk/types': 3.775.0 - '@aws-sdk/util-endpoints': 3.782.0 + '@aws-sdk/util-endpoints': 3.787.0 '@smithy/core': 3.2.0 '@smithy/protocol-http': 5.1.0 '@smithy/types': 4.2.0 tslib: 2.8.1 - '@aws-sdk/nested-clients@3.782.0': + '@aws-sdk/nested-clients@3.787.0': dependencies: '@aws-crypto/sha256-browser': 5.2.0 '@aws-crypto/sha256-js': 5.2.0 @@ -14281,12 +14315,12 @@ snapshots: '@aws-sdk/middleware-host-header': 3.775.0 '@aws-sdk/middleware-logger': 3.775.0 '@aws-sdk/middleware-recursion-detection': 3.775.0 - '@aws-sdk/middleware-user-agent': 3.782.0 + '@aws-sdk/middleware-user-agent': 3.787.0 '@aws-sdk/region-config-resolver': 3.775.0 '@aws-sdk/types': 3.775.0 - '@aws-sdk/util-endpoints': 3.782.0 + '@aws-sdk/util-endpoints': 3.787.0 '@aws-sdk/util-user-agent-browser': 3.775.0 - '@aws-sdk/util-user-agent-node': 3.782.0 + '@aws-sdk/util-user-agent-node': 3.787.0 '@smithy/config-resolver': 4.1.0 '@smithy/core': 3.2.0 '@smithy/fetch-http-handler': 5.0.2 @@ -14325,9 +14359,9 @@ snapshots: '@smithy/util-middleware': 4.0.2 tslib: 2.8.1 - '@aws-sdk/token-providers@3.782.0': + '@aws-sdk/token-providers@3.787.0': dependencies: - '@aws-sdk/nested-clients': 3.782.0 + '@aws-sdk/nested-clients': 3.787.0 '@aws-sdk/types': 3.775.0 '@smithy/property-provider': 4.0.2 '@smithy/shared-ini-file-loader': 4.0.2 @@ -14341,7 +14375,7 @@ snapshots: '@smithy/types': 4.2.0 tslib: 2.8.1 - '@aws-sdk/util-endpoints@3.782.0': + '@aws-sdk/util-endpoints@3.787.0': dependencies: '@aws-sdk/types': 3.775.0 '@smithy/types': 4.2.0 @@ -14359,9 +14393,9 @@ snapshots: bowser: 2.11.0 tslib: 2.8.1 - '@aws-sdk/util-user-agent-node@3.782.0': + '@aws-sdk/util-user-agent-node@3.787.0': dependencies: - '@aws-sdk/middleware-user-agent': 3.782.0 + '@aws-sdk/middleware-user-agent': 3.787.0 '@aws-sdk/types': 3.775.0 '@smithy/node-config-provider': 4.0.2 '@smithy/types': 4.2.0 @@ -15391,7 +15425,7 @@ snapshots: bip32: 4.0.0 bip39: 3.1.0 decimal.js: 10.5.0 - dotenv: 16.4.7 + dotenv: 16.5.0 ethers: 6.13.5(bufferutil@4.0.9)(utf-8-validate@5.0.10) node-jose: 2.2.0 secp256k1: 5.0.1 @@ -16016,21 +16050,21 @@ snapshots: '@docsearch/css@3.9.0': {} - '@docsearch/react@3.9.0(@algolia/client-search@5.23.3)(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(search-insights@2.17.3)': + '@docsearch/react@3.9.0(@algolia/client-search@5.23.3)(@types/react@19.1.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(search-insights@2.17.3)': dependencies: '@algolia/autocomplete-core': 1.17.9(@algolia/client-search@5.23.3)(algoliasearch@5.23.3)(search-insights@2.17.3) '@algolia/autocomplete-preset-algolia': 1.17.9(@algolia/client-search@5.23.3)(algoliasearch@5.23.3) '@docsearch/css': 3.9.0 algoliasearch: 5.23.3 optionalDependencies: - '@types/react': 19.1.0 + '@types/react': 19.1.1 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) search-insights: 2.17.3 transitivePeerDependencies: - '@algolia/client-search' - '@docusaurus/babel@3.7.0(@swc/core@1.11.18)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@docusaurus/babel@3.7.0(@swc/core@1.11.20)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@babel/core': 7.26.10 '@babel/generator': 7.27.0 @@ -16043,7 +16077,7 @@ snapshots: '@babel/runtime-corejs3': 7.27.0 '@babel/traverse': 7.27.0 '@docusaurus/logger': 3.7.0 - '@docusaurus/utils': 3.7.0(@swc/core@1.11.18)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@docusaurus/utils': 3.7.0(@swc/core@1.11.20)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) babel-plugin-dynamic-import-node: 2.3.3 fs-extra: 11.3.0 tslib: 2.8.1 @@ -16057,33 +16091,33 @@ snapshots: - uglify-js - webpack-cli - '@docusaurus/bundler@3.7.0(@swc/core@1.11.18)(acorn@8.14.1)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)': + '@docusaurus/bundler@3.7.0(@swc/core@1.11.20)(acorn@8.14.1)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)': dependencies: '@babel/core': 7.26.10 - '@docusaurus/babel': 3.7.0(@swc/core@1.11.18)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@docusaurus/babel': 3.7.0(@swc/core@1.11.20)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@docusaurus/cssnano-preset': 3.7.0 '@docusaurus/logger': 3.7.0 - '@docusaurus/types': 3.7.0(@swc/core@1.11.18)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@docusaurus/utils': 3.7.0(@swc/core@1.11.18)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - babel-loader: 9.2.1(@babel/core@7.26.10)(webpack@5.99.5(@swc/core@1.11.18)) + '@docusaurus/types': 3.7.0(@swc/core@1.11.20)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@docusaurus/utils': 3.7.0(@swc/core@1.11.20)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + babel-loader: 9.2.1(@babel/core@7.26.10)(webpack@5.99.5(@swc/core@1.11.20)) clean-css: 5.3.3 - copy-webpack-plugin: 11.0.0(webpack@5.99.5(@swc/core@1.11.18)) - css-loader: 6.11.0(webpack@5.99.5(@swc/core@1.11.18)) - css-minimizer-webpack-plugin: 5.0.1(clean-css@5.3.3)(webpack@5.99.5(@swc/core@1.11.18)) + copy-webpack-plugin: 11.0.0(webpack@5.99.5(@swc/core@1.11.20)) + css-loader: 6.11.0(webpack@5.99.5(@swc/core@1.11.20)) + css-minimizer-webpack-plugin: 5.0.1(clean-css@5.3.3)(webpack@5.99.5(@swc/core@1.11.20)) cssnano: 6.1.2(postcss@8.5.3) - file-loader: 6.2.0(webpack@5.99.5(@swc/core@1.11.18)) + file-loader: 6.2.0(webpack@5.99.5(@swc/core@1.11.20)) html-minifier-terser: 7.2.0 - mini-css-extract-plugin: 2.9.2(webpack@5.99.5(@swc/core@1.11.18)) - null-loader: 4.0.1(webpack@5.99.5(@swc/core@1.11.18)) + mini-css-extract-plugin: 2.9.2(webpack@5.99.5(@swc/core@1.11.20)) + null-loader: 4.0.1(webpack@5.99.5(@swc/core@1.11.20)) postcss: 8.5.3 - postcss-loader: 7.3.4(postcss@8.5.3)(typescript@5.6.3)(webpack@5.99.5(@swc/core@1.11.18)) + postcss-loader: 7.3.4(postcss@8.5.3)(typescript@5.6.3)(webpack@5.99.5(@swc/core@1.11.20)) postcss-preset-env: 10.1.5(postcss@8.5.3) - react-dev-utils: 12.0.1(eslint@9.24.0(jiti@1.21.7))(typescript@5.6.3)(webpack@5.99.5(@swc/core@1.11.18)) - terser-webpack-plugin: 5.3.14(@swc/core@1.11.18)(webpack@5.99.5(@swc/core@1.11.18)) + react-dev-utils: 12.0.1(eslint@9.24.0(jiti@1.21.7))(typescript@5.6.3)(webpack@5.99.5(@swc/core@1.11.20)) + terser-webpack-plugin: 5.3.14(@swc/core@1.11.20)(webpack@5.99.5(@swc/core@1.11.20)) tslib: 2.8.1 - url-loader: 4.1.1(file-loader@6.2.0(webpack@5.99.5(@swc/core@1.11.18)))(webpack@5.99.5(@swc/core@1.11.18)) - webpack: 5.99.5(@swc/core@1.11.18) - webpackbar: 6.0.1(webpack@5.99.5(@swc/core@1.11.18)) + url-loader: 4.1.1(file-loader@6.2.0(webpack@5.99.5(@swc/core@1.11.20)))(webpack@5.99.5(@swc/core@1.11.20)) + webpack: 5.99.5(@swc/core@1.11.20) + webpackbar: 6.0.1(webpack@5.99.5(@swc/core@1.11.20)) transitivePeerDependencies: - '@parcel/css' - '@rspack/core' @@ -16102,16 +16136,16 @@ snapshots: - vue-template-compiler - webpack-cli - '@docusaurus/core@3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.0)(react@18.3.1))(@swc/core@1.11.18)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10)': + '@docusaurus/core@3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.1)(react@18.3.1))(@swc/core@1.11.20)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10)': dependencies: - '@docusaurus/babel': 3.7.0(@swc/core@1.11.18)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@docusaurus/bundler': 3.7.0(@swc/core@1.11.18)(acorn@8.14.1)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3) + '@docusaurus/babel': 3.7.0(@swc/core@1.11.20)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@docusaurus/bundler': 3.7.0(@swc/core@1.11.20)(acorn@8.14.1)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3) '@docusaurus/logger': 3.7.0 - '@docusaurus/mdx-loader': 3.7.0(@swc/core@1.11.18)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@docusaurus/utils': 3.7.0(@swc/core@1.11.18)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@docusaurus/utils-common': 3.7.0(@swc/core@1.11.18)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@docusaurus/utils-validation': 3.7.0(@swc/core@1.11.18)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@mdx-js/react': 3.0.1(@types/react@19.1.0)(react@18.3.1) + '@docusaurus/mdx-loader': 3.7.0(@swc/core@1.11.20)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@docusaurus/utils': 3.7.0(@swc/core@1.11.20)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@docusaurus/utils-common': 3.7.0(@swc/core@1.11.20)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@docusaurus/utils-validation': 3.7.0(@swc/core@1.11.20)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@mdx-js/react': 3.0.1(@types/react@19.1.1)(react@18.3.1) boxen: 6.2.1 chalk: 4.1.2 chokidar: 3.6.0 @@ -16126,17 +16160,17 @@ snapshots: eval: 0.1.8 fs-extra: 11.3.0 html-tags: 3.3.1 - html-webpack-plugin: 5.6.3(webpack@5.99.5(@swc/core@1.11.18)) + html-webpack-plugin: 5.6.3(webpack@5.99.5(@swc/core@1.11.20)) leven: 3.1.0 lodash: 4.17.21 p-map: 4.0.0 prompts: 2.4.2 react: 18.3.1 - react-dev-utils: 12.0.1(eslint@9.24.0(jiti@1.21.7))(typescript@5.6.3)(webpack@5.99.5(@swc/core@1.11.18)) + react-dev-utils: 12.0.1(eslint@9.24.0(jiti@1.21.7))(typescript@5.6.3)(webpack@5.99.5(@swc/core@1.11.20)) react-dom: 18.3.1(react@18.3.1) react-helmet-async: '@slorber/react-helmet-async@1.3.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)' react-loadable: '@docusaurus/react-loadable@6.0.0(react@18.3.1)' - react-loadable-ssr-addon-v5-slorber: 1.0.1(@docusaurus/react-loadable@6.0.0(react@18.3.1))(webpack@5.99.5(@swc/core@1.11.18)) + react-loadable-ssr-addon-v5-slorber: 1.0.1(@docusaurus/react-loadable@6.0.0(react@18.3.1))(webpack@5.99.5(@swc/core@1.11.20)) react-router: 5.3.4(react@18.3.1) react-router-config: 5.1.1(react-router@5.3.4(react@18.3.1))(react@18.3.1) react-router-dom: 5.3.4(react@18.3.1) @@ -16145,9 +16179,9 @@ snapshots: shelljs: 0.8.5 tslib: 2.8.1 update-notifier: 6.0.2 - webpack: 5.99.5(@swc/core@1.11.18) + webpack: 5.99.5(@swc/core@1.11.20) webpack-bundle-analyzer: 4.10.2(bufferutil@4.0.9)(utf-8-validate@5.0.10) - webpack-dev-server: 4.15.2(bufferutil@4.0.9)(utf-8-validate@5.0.10)(webpack@5.99.5(@swc/core@1.11.18)) + webpack-dev-server: 4.15.2(bufferutil@4.0.9)(utf-8-validate@5.0.10)(webpack@5.99.5(@swc/core@1.11.20)) webpack-merge: 6.0.1 transitivePeerDependencies: - '@docusaurus/faster' @@ -16181,10 +16215,10 @@ snapshots: chalk: 4.1.2 tslib: 2.8.1 - '@docusaurus/lqip-loader@3.7.0(webpack@5.99.5(@swc/core@1.11.18))': + '@docusaurus/lqip-loader@3.7.0(webpack@5.99.5(@swc/core@1.11.20))': dependencies: '@docusaurus/logger': 3.7.0 - file-loader: 6.2.0(webpack@5.99.5(@swc/core@1.11.18)) + file-loader: 6.2.0(webpack@5.99.5(@swc/core@1.11.20)) lodash: 4.17.21 sharp: 0.32.6 tslib: 2.8.1 @@ -16192,16 +16226,16 @@ snapshots: - bare-buffer - webpack - '@docusaurus/mdx-loader@3.7.0(@swc/core@1.11.18)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@docusaurus/mdx-loader@3.7.0(@swc/core@1.11.20)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@docusaurus/logger': 3.7.0 - '@docusaurus/utils': 3.7.0(@swc/core@1.11.18)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@docusaurus/utils-validation': 3.7.0(@swc/core@1.11.18)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@docusaurus/utils': 3.7.0(@swc/core@1.11.20)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@docusaurus/utils-validation': 3.7.0(@swc/core@1.11.20)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@mdx-js/mdx': 3.1.0(acorn@8.14.1) '@slorber/remark-comment': 1.0.0 escape-html: 1.0.3 estree-util-value-to-estree: 3.3.3 - file-loader: 6.2.0(webpack@5.99.5(@swc/core@1.11.18)) + file-loader: 6.2.0(webpack@5.99.5(@swc/core@1.11.20)) fs-extra: 11.3.0 image-size: 1.2.1 mdast-util-mdx: 3.0.0 @@ -16217,9 +16251,9 @@ snapshots: tslib: 2.8.1 unified: 11.0.5 unist-util-visit: 5.0.0 - url-loader: 4.1.1(file-loader@6.2.0(webpack@5.99.5(@swc/core@1.11.18)))(webpack@5.99.5(@swc/core@1.11.18)) + url-loader: 4.1.1(file-loader@6.2.0(webpack@5.99.5(@swc/core@1.11.20)))(webpack@5.99.5(@swc/core@1.11.20)) vfile: 6.0.3 - webpack: 5.99.5(@swc/core@1.11.18) + webpack: 5.99.5(@swc/core@1.11.20) transitivePeerDependencies: - '@swc/core' - acorn @@ -16228,11 +16262,11 @@ snapshots: - uglify-js - webpack-cli - '@docusaurus/module-type-aliases@3.7.0(@swc/core@1.11.18)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@docusaurus/module-type-aliases@3.7.0(@swc/core@1.11.20)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@docusaurus/types': 3.7.0(@swc/core@1.11.18)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@docusaurus/types': 3.7.0(@swc/core@1.11.20)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@types/history': 4.7.11 - '@types/react': 19.1.0 + '@types/react': 19.1.1 '@types/react-router-config': 5.0.11 '@types/react-router-dom': 5.3.3 react: 18.3.1 @@ -16247,17 +16281,17 @@ snapshots: - uglify-js - webpack-cli - '@docusaurus/plugin-content-blog@3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.0)(react@18.3.1))(@swc/core@1.11.18)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10))(@mdx-js/react@3.0.1(@types/react@19.1.0)(react@18.3.1))(@swc/core@1.11.18)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10)': + '@docusaurus/plugin-content-blog@3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.1)(react@18.3.1))(@swc/core@1.11.20)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10))(@mdx-js/react@3.0.1(@types/react@19.1.1)(react@18.3.1))(@swc/core@1.11.20)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10)': dependencies: - '@docusaurus/core': 3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.0)(react@18.3.1))(@swc/core@1.11.18)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10) + '@docusaurus/core': 3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.1)(react@18.3.1))(@swc/core@1.11.20)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10) '@docusaurus/logger': 3.7.0 - '@docusaurus/mdx-loader': 3.7.0(@swc/core@1.11.18)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@docusaurus/plugin-content-docs': 3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.0)(react@18.3.1))(@swc/core@1.11.18)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10) - '@docusaurus/theme-common': 3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.0)(react@18.3.1))(@swc/core@1.11.18)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10))(@swc/core@1.11.18)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@docusaurus/types': 3.7.0(@swc/core@1.11.18)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@docusaurus/utils': 3.7.0(@swc/core@1.11.18)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@docusaurus/utils-common': 3.7.0(@swc/core@1.11.18)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@docusaurus/utils-validation': 3.7.0(@swc/core@1.11.18)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@docusaurus/mdx-loader': 3.7.0(@swc/core@1.11.20)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@docusaurus/plugin-content-docs': 3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.1)(react@18.3.1))(@swc/core@1.11.20)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10) + '@docusaurus/theme-common': 3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.1)(react@18.3.1))(@swc/core@1.11.20)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10))(@swc/core@1.11.20)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@docusaurus/types': 3.7.0(@swc/core@1.11.20)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@docusaurus/utils': 3.7.0(@swc/core@1.11.20)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@docusaurus/utils-common': 3.7.0(@swc/core@1.11.20)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@docusaurus/utils-validation': 3.7.0(@swc/core@1.11.20)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) cheerio: 1.0.0-rc.12 feed: 4.2.2 fs-extra: 11.3.0 @@ -16269,7 +16303,7 @@ snapshots: tslib: 2.8.1 unist-util-visit: 5.0.0 utility-types: 3.11.0 - webpack: 5.99.5(@swc/core@1.11.18) + webpack: 5.99.5(@swc/core@1.11.20) transitivePeerDependencies: - '@docusaurus/faster' - '@mdx-js/react' @@ -16291,17 +16325,17 @@ snapshots: - vue-template-compiler - webpack-cli - '@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.0)(react@18.3.1))(@swc/core@1.11.18)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10)': + '@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.1)(react@18.3.1))(@swc/core@1.11.20)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10)': dependencies: - '@docusaurus/core': 3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.0)(react@18.3.1))(@swc/core@1.11.18)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10) + '@docusaurus/core': 3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.1)(react@18.3.1))(@swc/core@1.11.20)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10) '@docusaurus/logger': 3.7.0 - '@docusaurus/mdx-loader': 3.7.0(@swc/core@1.11.18)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@docusaurus/module-type-aliases': 3.7.0(@swc/core@1.11.18)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@docusaurus/theme-common': 3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.0)(react@18.3.1))(@swc/core@1.11.18)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10))(@swc/core@1.11.18)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@docusaurus/types': 3.7.0(@swc/core@1.11.18)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@docusaurus/utils': 3.7.0(@swc/core@1.11.18)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@docusaurus/utils-common': 3.7.0(@swc/core@1.11.18)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@docusaurus/utils-validation': 3.7.0(@swc/core@1.11.18)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@docusaurus/mdx-loader': 3.7.0(@swc/core@1.11.20)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@docusaurus/module-type-aliases': 3.7.0(@swc/core@1.11.20)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@docusaurus/theme-common': 3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.1)(react@18.3.1))(@swc/core@1.11.20)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10))(@swc/core@1.11.20)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@docusaurus/types': 3.7.0(@swc/core@1.11.20)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@docusaurus/utils': 3.7.0(@swc/core@1.11.20)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@docusaurus/utils-common': 3.7.0(@swc/core@1.11.20)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@docusaurus/utils-validation': 3.7.0(@swc/core@1.11.20)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@types/react-router-config': 5.0.11 combine-promises: 1.2.0 fs-extra: 11.3.0 @@ -16311,7 +16345,7 @@ snapshots: react-dom: 18.3.1(react@18.3.1) tslib: 2.8.1 utility-types: 3.11.0 - webpack: 5.99.5(@swc/core@1.11.18) + webpack: 5.99.5(@swc/core@1.11.20) transitivePeerDependencies: - '@docusaurus/faster' - '@mdx-js/react' @@ -16333,18 +16367,18 @@ snapshots: - vue-template-compiler - webpack-cli - '@docusaurus/plugin-content-pages@3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.0)(react@18.3.1))(@swc/core@1.11.18)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10)': + '@docusaurus/plugin-content-pages@3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.1)(react@18.3.1))(@swc/core@1.11.20)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10)': dependencies: - '@docusaurus/core': 3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.0)(react@18.3.1))(@swc/core@1.11.18)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10) - '@docusaurus/mdx-loader': 3.7.0(@swc/core@1.11.18)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@docusaurus/types': 3.7.0(@swc/core@1.11.18)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@docusaurus/utils': 3.7.0(@swc/core@1.11.18)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@docusaurus/utils-validation': 3.7.0(@swc/core@1.11.18)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@docusaurus/core': 3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.1)(react@18.3.1))(@swc/core@1.11.20)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10) + '@docusaurus/mdx-loader': 3.7.0(@swc/core@1.11.20)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@docusaurus/types': 3.7.0(@swc/core@1.11.20)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@docusaurus/utils': 3.7.0(@swc/core@1.11.20)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@docusaurus/utils-validation': 3.7.0(@swc/core@1.11.20)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) fs-extra: 11.3.0 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) tslib: 2.8.1 - webpack: 5.99.5(@swc/core@1.11.18) + webpack: 5.99.5(@swc/core@1.11.20) transitivePeerDependencies: - '@docusaurus/faster' - '@mdx-js/react' @@ -16366,11 +16400,11 @@ snapshots: - vue-template-compiler - webpack-cli - '@docusaurus/plugin-debug@3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.0)(react@18.3.1))(@swc/core@1.11.18)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10)': + '@docusaurus/plugin-debug@3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.1)(react@18.3.1))(@swc/core@1.11.20)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10)': dependencies: - '@docusaurus/core': 3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.0)(react@18.3.1))(@swc/core@1.11.18)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10) - '@docusaurus/types': 3.7.0(@swc/core@1.11.18)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@docusaurus/utils': 3.7.0(@swc/core@1.11.18)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@docusaurus/core': 3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.1)(react@18.3.1))(@swc/core@1.11.20)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10) + '@docusaurus/types': 3.7.0(@swc/core@1.11.20)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@docusaurus/utils': 3.7.0(@swc/core@1.11.20)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) fs-extra: 11.3.0 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) @@ -16397,11 +16431,11 @@ snapshots: - vue-template-compiler - webpack-cli - '@docusaurus/plugin-google-analytics@3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.0)(react@18.3.1))(@swc/core@1.11.18)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10)': + '@docusaurus/plugin-google-analytics@3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.1)(react@18.3.1))(@swc/core@1.11.20)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10)': dependencies: - '@docusaurus/core': 3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.0)(react@18.3.1))(@swc/core@1.11.18)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10) - '@docusaurus/types': 3.7.0(@swc/core@1.11.18)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@docusaurus/utils-validation': 3.7.0(@swc/core@1.11.18)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@docusaurus/core': 3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.1)(react@18.3.1))(@swc/core@1.11.20)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10) + '@docusaurus/types': 3.7.0(@swc/core@1.11.20)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@docusaurus/utils-validation': 3.7.0(@swc/core@1.11.20)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) tslib: 2.8.1 @@ -16426,11 +16460,11 @@ snapshots: - vue-template-compiler - webpack-cli - '@docusaurus/plugin-google-gtag@3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.0)(react@18.3.1))(@swc/core@1.11.18)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10)': + '@docusaurus/plugin-google-gtag@3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.1)(react@18.3.1))(@swc/core@1.11.20)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10)': dependencies: - '@docusaurus/core': 3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.0)(react@18.3.1))(@swc/core@1.11.18)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10) - '@docusaurus/types': 3.7.0(@swc/core@1.11.18)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@docusaurus/utils-validation': 3.7.0(@swc/core@1.11.18)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@docusaurus/core': 3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.1)(react@18.3.1))(@swc/core@1.11.20)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10) + '@docusaurus/types': 3.7.0(@swc/core@1.11.20)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@docusaurus/utils-validation': 3.7.0(@swc/core@1.11.20)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@types/gtag.js': 0.0.12 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) @@ -16456,11 +16490,11 @@ snapshots: - vue-template-compiler - webpack-cli - '@docusaurus/plugin-google-tag-manager@3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.0)(react@18.3.1))(@swc/core@1.11.18)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10)': + '@docusaurus/plugin-google-tag-manager@3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.1)(react@18.3.1))(@swc/core@1.11.20)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10)': dependencies: - '@docusaurus/core': 3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.0)(react@18.3.1))(@swc/core@1.11.18)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10) - '@docusaurus/types': 3.7.0(@swc/core@1.11.18)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@docusaurus/utils-validation': 3.7.0(@swc/core@1.11.18)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@docusaurus/core': 3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.1)(react@18.3.1))(@swc/core@1.11.20)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10) + '@docusaurus/types': 3.7.0(@swc/core@1.11.20)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@docusaurus/utils-validation': 3.7.0(@swc/core@1.11.20)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) tslib: 2.8.1 @@ -16485,21 +16519,21 @@ snapshots: - vue-template-compiler - webpack-cli - '@docusaurus/plugin-ideal-image@3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.0)(react@18.3.1))(@swc/core@1.11.18)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10)': + '@docusaurus/plugin-ideal-image@3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.1)(react@18.3.1))(@swc/core@1.11.20)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10)': dependencies: - '@docusaurus/core': 3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.0)(react@18.3.1))(@swc/core@1.11.18)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10) - '@docusaurus/lqip-loader': 3.7.0(webpack@5.99.5(@swc/core@1.11.18)) + '@docusaurus/core': 3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.1)(react@18.3.1))(@swc/core@1.11.20)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10) + '@docusaurus/lqip-loader': 3.7.0(webpack@5.99.5(@swc/core@1.11.20)) '@docusaurus/responsive-loader': 1.7.1(sharp@0.32.6) '@docusaurus/theme-translations': 3.7.0 - '@docusaurus/types': 3.7.0(@swc/core@1.11.18)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@docusaurus/utils-validation': 3.7.0(@swc/core@1.11.18)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@docusaurus/types': 3.7.0(@swc/core@1.11.20)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@docusaurus/utils-validation': 3.7.0(@swc/core@1.11.20)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@slorber/react-ideal-image': 0.0.14(react-waypoint@10.3.0(react@18.3.1))(react@18.3.1) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) react-waypoint: 10.3.0(react@18.3.1) sharp: 0.32.6 tslib: 2.8.1 - webpack: 5.99.5(@swc/core@1.11.18) + webpack: 5.99.5(@swc/core@1.11.20) transitivePeerDependencies: - '@docusaurus/faster' - '@mdx-js/react' @@ -16522,14 +16556,14 @@ snapshots: - vue-template-compiler - webpack-cli - '@docusaurus/plugin-sitemap@3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.0)(react@18.3.1))(@swc/core@1.11.18)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10)': + '@docusaurus/plugin-sitemap@3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.1)(react@18.3.1))(@swc/core@1.11.20)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10)': dependencies: - '@docusaurus/core': 3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.0)(react@18.3.1))(@swc/core@1.11.18)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10) + '@docusaurus/core': 3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.1)(react@18.3.1))(@swc/core@1.11.20)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10) '@docusaurus/logger': 3.7.0 - '@docusaurus/types': 3.7.0(@swc/core@1.11.18)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@docusaurus/utils': 3.7.0(@swc/core@1.11.18)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@docusaurus/utils-common': 3.7.0(@swc/core@1.11.18)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@docusaurus/utils-validation': 3.7.0(@swc/core@1.11.18)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@docusaurus/types': 3.7.0(@swc/core@1.11.20)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@docusaurus/utils': 3.7.0(@swc/core@1.11.20)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@docusaurus/utils-common': 3.7.0(@swc/core@1.11.20)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@docusaurus/utils-validation': 3.7.0(@swc/core@1.11.20)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) fs-extra: 11.3.0 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) @@ -16556,18 +16590,18 @@ snapshots: - vue-template-compiler - webpack-cli - '@docusaurus/plugin-svgr@3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.0)(react@18.3.1))(@swc/core@1.11.18)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10)': + '@docusaurus/plugin-svgr@3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.1)(react@18.3.1))(@swc/core@1.11.20)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10)': dependencies: - '@docusaurus/core': 3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.0)(react@18.3.1))(@swc/core@1.11.18)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10) - '@docusaurus/types': 3.7.0(@swc/core@1.11.18)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@docusaurus/utils': 3.7.0(@swc/core@1.11.18)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@docusaurus/utils-validation': 3.7.0(@swc/core@1.11.18)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@docusaurus/core': 3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.1)(react@18.3.1))(@swc/core@1.11.20)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10) + '@docusaurus/types': 3.7.0(@swc/core@1.11.20)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@docusaurus/utils': 3.7.0(@swc/core@1.11.20)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@docusaurus/utils-validation': 3.7.0(@swc/core@1.11.20)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@svgr/core': 8.1.0(typescript@5.6.3) '@svgr/webpack': 8.1.0(typescript@5.6.3) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) tslib: 2.8.1 - webpack: 5.99.5(@swc/core@1.11.18) + webpack: 5.99.5(@swc/core@1.11.20) transitivePeerDependencies: - '@docusaurus/faster' - '@mdx-js/react' @@ -16589,22 +16623,22 @@ snapshots: - vue-template-compiler - webpack-cli - '@docusaurus/preset-classic@3.7.0(@algolia/client-search@5.23.3)(@mdx-js/react@3.0.1(@types/react@19.1.0)(react@18.3.1))(@swc/core@1.11.18)(@types/react@19.1.0)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(search-insights@2.17.3)(typescript@5.6.3)(utf-8-validate@5.0.10)': - dependencies: - '@docusaurus/core': 3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.0)(react@18.3.1))(@swc/core@1.11.18)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10) - '@docusaurus/plugin-content-blog': 3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.0)(react@18.3.1))(@swc/core@1.11.18)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10))(@mdx-js/react@3.0.1(@types/react@19.1.0)(react@18.3.1))(@swc/core@1.11.18)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10) - '@docusaurus/plugin-content-docs': 3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.0)(react@18.3.1))(@swc/core@1.11.18)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10) - '@docusaurus/plugin-content-pages': 3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.0)(react@18.3.1))(@swc/core@1.11.18)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10) - '@docusaurus/plugin-debug': 3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.0)(react@18.3.1))(@swc/core@1.11.18)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10) - '@docusaurus/plugin-google-analytics': 3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.0)(react@18.3.1))(@swc/core@1.11.18)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10) - '@docusaurus/plugin-google-gtag': 3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.0)(react@18.3.1))(@swc/core@1.11.18)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10) - '@docusaurus/plugin-google-tag-manager': 3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.0)(react@18.3.1))(@swc/core@1.11.18)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10) - '@docusaurus/plugin-sitemap': 3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.0)(react@18.3.1))(@swc/core@1.11.18)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10) - '@docusaurus/plugin-svgr': 3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.0)(react@18.3.1))(@swc/core@1.11.18)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10) - '@docusaurus/theme-classic': 3.7.0(@swc/core@1.11.18)(@types/react@19.1.0)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10) - '@docusaurus/theme-common': 3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.0)(react@18.3.1))(@swc/core@1.11.18)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10))(@swc/core@1.11.18)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@docusaurus/theme-search-algolia': 3.7.0(@algolia/client-search@5.23.3)(@mdx-js/react@3.0.1(@types/react@19.1.0)(react@18.3.1))(@swc/core@1.11.18)(@types/react@19.1.0)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(search-insights@2.17.3)(typescript@5.6.3)(utf-8-validate@5.0.10) - '@docusaurus/types': 3.7.0(@swc/core@1.11.18)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@docusaurus/preset-classic@3.7.0(@algolia/client-search@5.23.3)(@mdx-js/react@3.0.1(@types/react@19.1.1)(react@18.3.1))(@swc/core@1.11.20)(@types/react@19.1.1)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(search-insights@2.17.3)(typescript@5.6.3)(utf-8-validate@5.0.10)': + dependencies: + '@docusaurus/core': 3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.1)(react@18.3.1))(@swc/core@1.11.20)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10) + '@docusaurus/plugin-content-blog': 3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.1)(react@18.3.1))(@swc/core@1.11.20)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10))(@mdx-js/react@3.0.1(@types/react@19.1.1)(react@18.3.1))(@swc/core@1.11.20)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10) + '@docusaurus/plugin-content-docs': 3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.1)(react@18.3.1))(@swc/core@1.11.20)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10) + '@docusaurus/plugin-content-pages': 3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.1)(react@18.3.1))(@swc/core@1.11.20)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10) + '@docusaurus/plugin-debug': 3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.1)(react@18.3.1))(@swc/core@1.11.20)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10) + '@docusaurus/plugin-google-analytics': 3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.1)(react@18.3.1))(@swc/core@1.11.20)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10) + '@docusaurus/plugin-google-gtag': 3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.1)(react@18.3.1))(@swc/core@1.11.20)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10) + '@docusaurus/plugin-google-tag-manager': 3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.1)(react@18.3.1))(@swc/core@1.11.20)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10) + '@docusaurus/plugin-sitemap': 3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.1)(react@18.3.1))(@swc/core@1.11.20)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10) + '@docusaurus/plugin-svgr': 3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.1)(react@18.3.1))(@swc/core@1.11.20)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10) + '@docusaurus/theme-classic': 3.7.0(@swc/core@1.11.20)(@types/react@19.1.1)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10) + '@docusaurus/theme-common': 3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.1)(react@18.3.1))(@swc/core@1.11.20)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10))(@swc/core@1.11.20)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@docusaurus/theme-search-algolia': 3.7.0(@algolia/client-search@5.23.3)(@mdx-js/react@3.0.1(@types/react@19.1.1)(react@18.3.1))(@swc/core@1.11.20)(@types/react@19.1.1)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(search-insights@2.17.3)(typescript@5.6.3)(utf-8-validate@5.0.10) + '@docusaurus/types': 3.7.0(@swc/core@1.11.20)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) transitivePeerDependencies: @@ -16633,7 +16667,7 @@ snapshots: '@docusaurus/react-loadable@6.0.0(react@18.3.1)': dependencies: - '@types/react': 19.1.0 + '@types/react': 19.1.1 react: 18.3.1 '@docusaurus/responsive-loader@1.7.1(sharp@0.32.6)': @@ -16642,22 +16676,22 @@ snapshots: optionalDependencies: sharp: 0.32.6 - '@docusaurus/theme-classic@3.7.0(@swc/core@1.11.18)(@types/react@19.1.0)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10)': + '@docusaurus/theme-classic@3.7.0(@swc/core@1.11.20)(@types/react@19.1.1)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10)': dependencies: - '@docusaurus/core': 3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.0)(react@18.3.1))(@swc/core@1.11.18)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10) + '@docusaurus/core': 3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.1)(react@18.3.1))(@swc/core@1.11.20)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10) '@docusaurus/logger': 3.7.0 - '@docusaurus/mdx-loader': 3.7.0(@swc/core@1.11.18)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@docusaurus/module-type-aliases': 3.7.0(@swc/core@1.11.18)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@docusaurus/plugin-content-blog': 3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.0)(react@18.3.1))(@swc/core@1.11.18)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10))(@mdx-js/react@3.0.1(@types/react@19.1.0)(react@18.3.1))(@swc/core@1.11.18)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10) - '@docusaurus/plugin-content-docs': 3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.0)(react@18.3.1))(@swc/core@1.11.18)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10) - '@docusaurus/plugin-content-pages': 3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.0)(react@18.3.1))(@swc/core@1.11.18)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10) - '@docusaurus/theme-common': 3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.0)(react@18.3.1))(@swc/core@1.11.18)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10))(@swc/core@1.11.18)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@docusaurus/mdx-loader': 3.7.0(@swc/core@1.11.20)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@docusaurus/module-type-aliases': 3.7.0(@swc/core@1.11.20)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@docusaurus/plugin-content-blog': 3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.1)(react@18.3.1))(@swc/core@1.11.20)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10))(@mdx-js/react@3.0.1(@types/react@19.1.1)(react@18.3.1))(@swc/core@1.11.20)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10) + '@docusaurus/plugin-content-docs': 3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.1)(react@18.3.1))(@swc/core@1.11.20)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10) + '@docusaurus/plugin-content-pages': 3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.1)(react@18.3.1))(@swc/core@1.11.20)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10) + '@docusaurus/theme-common': 3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.1)(react@18.3.1))(@swc/core@1.11.20)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10))(@swc/core@1.11.20)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@docusaurus/theme-translations': 3.7.0 - '@docusaurus/types': 3.7.0(@swc/core@1.11.18)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@docusaurus/utils': 3.7.0(@swc/core@1.11.18)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@docusaurus/utils-common': 3.7.0(@swc/core@1.11.18)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@docusaurus/utils-validation': 3.7.0(@swc/core@1.11.18)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@mdx-js/react': 3.0.1(@types/react@19.1.0)(react@18.3.1) + '@docusaurus/types': 3.7.0(@swc/core@1.11.20)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@docusaurus/utils': 3.7.0(@swc/core@1.11.20)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@docusaurus/utils-common': 3.7.0(@swc/core@1.11.20)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@docusaurus/utils-validation': 3.7.0(@swc/core@1.11.20)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@mdx-js/react': 3.0.1(@types/react@19.1.1)(react@18.3.1) clsx: 2.1.1 copy-text-to-clipboard: 3.2.0 infima: 0.2.0-alpha.45 @@ -16693,15 +16727,15 @@ snapshots: - vue-template-compiler - webpack-cli - '@docusaurus/theme-common@3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.0)(react@18.3.1))(@swc/core@1.11.18)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10))(@swc/core@1.11.18)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@docusaurus/theme-common@3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.1)(react@18.3.1))(@swc/core@1.11.20)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10))(@swc/core@1.11.20)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@docusaurus/mdx-loader': 3.7.0(@swc/core@1.11.18)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@docusaurus/module-type-aliases': 3.7.0(@swc/core@1.11.18)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@docusaurus/plugin-content-docs': 3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.0)(react@18.3.1))(@swc/core@1.11.18)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10) - '@docusaurus/utils': 3.7.0(@swc/core@1.11.18)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@docusaurus/utils-common': 3.7.0(@swc/core@1.11.18)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@docusaurus/mdx-loader': 3.7.0(@swc/core@1.11.20)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@docusaurus/module-type-aliases': 3.7.0(@swc/core@1.11.20)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@docusaurus/plugin-content-docs': 3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.1)(react@18.3.1))(@swc/core@1.11.20)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10) + '@docusaurus/utils': 3.7.0(@swc/core@1.11.20)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@docusaurus/utils-common': 3.7.0(@swc/core@1.11.20)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@types/history': 4.7.11 - '@types/react': 19.1.0 + '@types/react': 19.1.1 '@types/react-router-config': 5.0.11 clsx: 2.1.1 parse-numeric-range: 1.3.0 @@ -16718,13 +16752,13 @@ snapshots: - uglify-js - webpack-cli - '@docusaurus/theme-mermaid@3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.0)(react@18.3.1))(@swc/core@1.11.18)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10))(@mdx-js/react@3.0.1(@types/react@19.1.0)(react@18.3.1))(@swc/core@1.11.18)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10)': + '@docusaurus/theme-mermaid@3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.1)(react@18.3.1))(@swc/core@1.11.20)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10))(@mdx-js/react@3.0.1(@types/react@19.1.1)(react@18.3.1))(@swc/core@1.11.20)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10)': dependencies: - '@docusaurus/core': 3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.0)(react@18.3.1))(@swc/core@1.11.18)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10) - '@docusaurus/module-type-aliases': 3.7.0(@swc/core@1.11.18)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@docusaurus/theme-common': 3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.0)(react@18.3.1))(@swc/core@1.11.18)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10))(@swc/core@1.11.18)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@docusaurus/types': 3.7.0(@swc/core@1.11.18)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@docusaurus/utils-validation': 3.7.0(@swc/core@1.11.18)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@docusaurus/core': 3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.1)(react@18.3.1))(@swc/core@1.11.20)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10) + '@docusaurus/module-type-aliases': 3.7.0(@swc/core@1.11.20)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@docusaurus/theme-common': 3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.1)(react@18.3.1))(@swc/core@1.11.20)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10))(@swc/core@1.11.20)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@docusaurus/types': 3.7.0(@swc/core@1.11.20)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@docusaurus/utils-validation': 3.7.0(@swc/core@1.11.20)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) mermaid: 11.6.0 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) @@ -16751,16 +16785,16 @@ snapshots: - vue-template-compiler - webpack-cli - '@docusaurus/theme-search-algolia@3.7.0(@algolia/client-search@5.23.3)(@mdx-js/react@3.0.1(@types/react@19.1.0)(react@18.3.1))(@swc/core@1.11.18)(@types/react@19.1.0)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(search-insights@2.17.3)(typescript@5.6.3)(utf-8-validate@5.0.10)': + '@docusaurus/theme-search-algolia@3.7.0(@algolia/client-search@5.23.3)(@mdx-js/react@3.0.1(@types/react@19.1.1)(react@18.3.1))(@swc/core@1.11.20)(@types/react@19.1.1)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(search-insights@2.17.3)(typescript@5.6.3)(utf-8-validate@5.0.10)': dependencies: - '@docsearch/react': 3.9.0(@algolia/client-search@5.23.3)(@types/react@19.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(search-insights@2.17.3) - '@docusaurus/core': 3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.0)(react@18.3.1))(@swc/core@1.11.18)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10) + '@docsearch/react': 3.9.0(@algolia/client-search@5.23.3)(@types/react@19.1.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(search-insights@2.17.3) + '@docusaurus/core': 3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.1)(react@18.3.1))(@swc/core@1.11.20)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10) '@docusaurus/logger': 3.7.0 - '@docusaurus/plugin-content-docs': 3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.0)(react@18.3.1))(@swc/core@1.11.18)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10) - '@docusaurus/theme-common': 3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.0)(react@18.3.1))(@swc/core@1.11.18)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10))(@swc/core@1.11.18)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@docusaurus/plugin-content-docs': 3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.1)(react@18.3.1))(@swc/core@1.11.20)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10) + '@docusaurus/theme-common': 3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.1)(react@18.3.1))(@swc/core@1.11.20)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10))(@swc/core@1.11.20)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@docusaurus/theme-translations': 3.7.0 - '@docusaurus/utils': 3.7.0(@swc/core@1.11.18)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@docusaurus/utils-validation': 3.7.0(@swc/core@1.11.18)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@docusaurus/utils': 3.7.0(@swc/core@1.11.20)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@docusaurus/utils-validation': 3.7.0(@swc/core@1.11.20)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) algoliasearch: 5.23.3 algoliasearch-helper: 3.24.3(algoliasearch@5.23.3) clsx: 2.1.1 @@ -16800,18 +16834,18 @@ snapshots: fs-extra: 11.3.0 tslib: 2.8.1 - '@docusaurus/types@3.7.0(@swc/core@1.11.18)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@docusaurus/types@3.7.0(@swc/core@1.11.20)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@mdx-js/mdx': 3.1.0(acorn@8.14.1) '@types/history': 4.7.11 - '@types/react': 19.1.0 + '@types/react': 19.1.1 commander: 5.1.0 joi: 17.13.3 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) react-helmet-async: '@slorber/react-helmet-async@1.3.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)' utility-types: 3.11.0 - webpack: 5.99.5(@swc/core@1.11.18) + webpack: 5.99.5(@swc/core@1.11.20) webpack-merge: 5.10.0 transitivePeerDependencies: - '@swc/core' @@ -16821,9 +16855,9 @@ snapshots: - uglify-js - webpack-cli - '@docusaurus/utils-common@3.7.0(@swc/core@1.11.18)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@docusaurus/utils-common@3.7.0(@swc/core@1.11.20)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@docusaurus/types': 3.7.0(@swc/core@1.11.18)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@docusaurus/types': 3.7.0(@swc/core@1.11.20)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) tslib: 2.8.1 transitivePeerDependencies: - '@swc/core' @@ -16835,11 +16869,11 @@ snapshots: - uglify-js - webpack-cli - '@docusaurus/utils-validation@3.7.0(@swc/core@1.11.18)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@docusaurus/utils-validation@3.7.0(@swc/core@1.11.20)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@docusaurus/logger': 3.7.0 - '@docusaurus/utils': 3.7.0(@swc/core@1.11.18)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@docusaurus/utils-common': 3.7.0(@swc/core@1.11.18)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@docusaurus/utils': 3.7.0(@swc/core@1.11.20)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@docusaurus/utils-common': 3.7.0(@swc/core@1.11.20)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) fs-extra: 11.3.0 joi: 17.13.3 js-yaml: 4.1.0 @@ -16855,13 +16889,13 @@ snapshots: - uglify-js - webpack-cli - '@docusaurus/utils@3.7.0(@swc/core@1.11.18)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@docusaurus/utils@3.7.0(@swc/core@1.11.20)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@docusaurus/logger': 3.7.0 - '@docusaurus/types': 3.7.0(@swc/core@1.11.18)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@docusaurus/utils-common': 3.7.0(@swc/core@1.11.18)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@docusaurus/types': 3.7.0(@swc/core@1.11.20)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@docusaurus/utils-common': 3.7.0(@swc/core@1.11.20)(acorn@8.14.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) escape-string-regexp: 4.0.0 - file-loader: 6.2.0(webpack@5.99.5(@swc/core@1.11.18)) + file-loader: 6.2.0(webpack@5.99.5(@swc/core@1.11.20)) fs-extra: 11.3.0 github-slugger: 1.5.0 globby: 11.1.0 @@ -16874,9 +16908,9 @@ snapshots: resolve-pathname: 3.0.0 shelljs: 0.8.5 tslib: 2.8.1 - url-loader: 4.1.1(file-loader@6.2.0(webpack@5.99.5(@swc/core@1.11.18)))(webpack@5.99.5(@swc/core@1.11.18)) + url-loader: 4.1.1(file-loader@6.2.0(webpack@5.99.5(@swc/core@1.11.20)))(webpack@5.99.5(@swc/core@1.11.20)) utility-types: 3.11.0 - webpack: 5.99.5(@swc/core@1.11.18) + webpack: 5.99.5(@swc/core@1.11.20) transitivePeerDependencies: - '@swc/core' - acorn @@ -16939,12 +16973,12 @@ snapshots: - ws - zod - '@emnapi/core@1.4.0': + '@emnapi/core@1.4.1': dependencies: '@emnapi/wasi-threads': 1.0.1 tslib: 2.8.1 - '@emnapi/runtime@1.4.0': + '@emnapi/runtime@1.4.1': dependencies: tslib: 2.8.1 @@ -17027,7 +17061,7 @@ snapshots: '@esbuild/win32-x64@0.25.2': optional: true - '@eslint-community/eslint-utils@4.5.1(eslint@9.24.0(jiti@1.21.7))': + '@eslint-community/eslint-utils@4.6.0(eslint@9.24.0(jiti@1.21.7))': dependencies: eslint: 9.24.0(jiti@1.21.7) eslint-visitor-keys: 3.4.3 @@ -17299,7 +17333,7 @@ snapshots: dependencies: graphql: 16.10.0 - '@grpc/grpc-js@1.13.2': + '@grpc/grpc-js@1.13.3': dependencies: '@grpc/proto-loader': 0.7.13 '@js-sdsl/ordered-map': 4.4.2 @@ -17413,7 +17447,7 @@ snapshots: '@img/sharp-wasm32@0.33.5': dependencies: - '@emnapi/runtime': 1.4.0 + '@emnapi/runtime': 1.4.1 optional: true '@img/sharp-win32-ia32@0.33.5': @@ -17478,9 +17512,9 @@ snapshots: protobufjs: 7.4.0 rxjs: 7.8.2 - '@injectivelabs/sdk-ts@1.14.51(bufferutil@4.0.9)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(utf-8-validate@5.0.10)': + '@injectivelabs/sdk-ts@1.14.53(bufferutil@4.0.9)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(utf-8-validate@5.0.10)': dependencies: - '@apollo/client': 3.13.6(@types/react@19.1.0)(graphql@16.10.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + '@apollo/client': 3.13.7(@types/react@19.1.1)(graphql@16.10.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) '@cosmjs/amino': 0.33.1 '@cosmjs/proto-signing': 0.33.1 '@cosmjs/stargate': 0.33.1(bufferutil@4.0.9)(utf-8-validate@5.0.10) @@ -17614,7 +17648,7 @@ snapshots: jest-util: 29.7.0 slash: 3.0.0 - '@jest/core@29.7.0(ts-node@10.9.2(@swc/core@1.11.18)(@types/node@22.13.14)(typescript@5.6.3))': + '@jest/core@29.7.0(ts-node@10.9.2(@swc/core@1.11.20)(@types/node@22.13.14)(typescript@5.6.3))': dependencies: '@jest/console': 29.7.0 '@jest/reporters': 29.7.0 @@ -17628,7 +17662,7 @@ snapshots: exit: 0.1.2 graceful-fs: 4.2.11 jest-changed-files: 29.7.0 - jest-config: 29.7.0(@types/node@22.13.14)(ts-node@10.9.2(@swc/core@1.11.18)(@types/node@22.13.14)(typescript@5.6.3)) + jest-config: 29.7.0(@types/node@22.13.14)(ts-node@10.9.2(@swc/core@1.11.20)(@types/node@22.13.14)(typescript@5.6.3)) jest-haste-map: 29.7.0 jest-message-util: 29.7.0 jest-regex-util: 29.6.3 @@ -17798,12 +17832,12 @@ snapshots: '@leichtgewicht/ip-codec@2.0.5': {} - '@lerna/create@8.1.5(@swc/core@1.11.18)(encoding@0.1.13)(typescript@5.6.3)': + '@lerna/create@8.1.5(@swc/core@1.11.20)(encoding@0.1.13)(typescript@5.6.3)': dependencies: '@npmcli/arborist': 7.5.3 '@npmcli/package-json': 5.2.0 '@npmcli/run-script': 8.1.0 - '@nx/devkit': 19.8.14(nx@19.8.14(@swc/core@1.11.18)) + '@nx/devkit': 19.8.14(nx@19.8.14(@swc/core@1.11.20)) '@octokit/plugin-enterprise-rest': 6.0.1 '@octokit/rest': 19.0.11 aproba: 2.0.0 @@ -17842,7 +17876,7 @@ snapshots: npm-package-arg: 11.0.2 npm-packlist: 8.0.2 npm-registry-fetch: 17.1.0 - nx: 19.8.14(@swc/core@1.11.18) + nx: 19.8.14(@swc/core@1.11.20) p-map: 4.0.0 p-map-series: 2.1.0 p-queue: 6.6.2 @@ -17958,10 +17992,10 @@ snapshots: - acorn - supports-color - '@mdx-js/react@3.0.1(@types/react@19.1.0)(react@18.3.1)': + '@mdx-js/react@3.0.1(@types/react@19.1.1)(react@18.3.1)': dependencies: '@types/mdx': 2.0.13 - '@types/react': 19.1.0 + '@types/react': 19.1.1 react: 18.3.1 '@mermaid-js/parser@0.4.0': @@ -18021,14 +18055,14 @@ snapshots: '@napi-rs/wasm-runtime@0.2.4': dependencies: - '@emnapi/core': 1.4.0 - '@emnapi/runtime': 1.4.0 + '@emnapi/core': 1.4.1 + '@emnapi/runtime': 1.4.1 '@tybys/wasm-util': 0.9.0 '@napi-rs/wasm-runtime@0.2.8': dependencies: - '@emnapi/core': 1.4.0 - '@emnapi/runtime': 1.4.0 + '@emnapi/core': 1.4.1 + '@emnapi/runtime': 1.4.1 '@tybys/wasm-util': 0.9.0 optional: true @@ -18204,29 +18238,29 @@ snapshots: - bluebird - supports-color - '@nrwl/devkit@19.8.14(nx@19.8.14(@swc/core@1.11.18))': + '@nrwl/devkit@19.8.14(nx@19.8.14(@swc/core@1.11.20))': dependencies: - '@nx/devkit': 19.8.14(nx@19.8.14(@swc/core@1.11.18)) + '@nx/devkit': 19.8.14(nx@19.8.14(@swc/core@1.11.20)) transitivePeerDependencies: - nx - '@nrwl/tao@19.8.14(@swc/core@1.11.18)': + '@nrwl/tao@19.8.14(@swc/core@1.11.20)': dependencies: - nx: 19.8.14(@swc/core@1.11.18) + nx: 19.8.14(@swc/core@1.11.20) tslib: 2.8.1 transitivePeerDependencies: - '@swc-node/register' - '@swc/core' - debug - '@nx/devkit@19.8.14(nx@19.8.14(@swc/core@1.11.18))': + '@nx/devkit@19.8.14(nx@19.8.14(@swc/core@1.11.20))': dependencies: - '@nrwl/devkit': 19.8.14(nx@19.8.14(@swc/core@1.11.18)) + '@nrwl/devkit': 19.8.14(nx@19.8.14(@swc/core@1.11.20)) ejs: 3.1.10 enquirer: 2.3.6 ignore: 5.3.2 minimatch: 9.0.3 - nx: 19.8.14(@swc/core@1.11.18) + nx: 19.8.14(@swc/core@1.11.20) semver: 7.7.1 tmp: 0.2.3 tslib: 2.8.1 @@ -18349,11 +18383,11 @@ snapshots: '@opentelemetry/core@2.0.0(@opentelemetry/api@1.9.0)': dependencies: '@opentelemetry/api': 1.9.0 - '@opentelemetry/semantic-conventions': 1.31.0 + '@opentelemetry/semantic-conventions': 1.32.0 '@opentelemetry/exporter-logs-otlp-grpc@0.200.0(@opentelemetry/api@1.9.0)': dependencies: - '@grpc/grpc-js': 1.13.2 + '@grpc/grpc-js': 1.13.3 '@opentelemetry/api': 1.9.0 '@opentelemetry/core': 2.0.0(@opentelemetry/api@1.9.0) '@opentelemetry/otlp-exporter-base': 0.200.0(@opentelemetry/api@1.9.0) @@ -18383,7 +18417,7 @@ snapshots: '@opentelemetry/exporter-metrics-otlp-grpc@0.200.0(@opentelemetry/api@1.9.0)': dependencies: - '@grpc/grpc-js': 1.13.2 + '@grpc/grpc-js': 1.13.3 '@opentelemetry/api': 1.9.0 '@opentelemetry/core': 2.0.0(@opentelemetry/api@1.9.0) '@opentelemetry/exporter-metrics-otlp-http': 0.200.0(@opentelemetry/api@1.9.0) @@ -18421,7 +18455,7 @@ snapshots: '@opentelemetry/exporter-trace-otlp-grpc@0.200.0(@opentelemetry/api@1.9.0)': dependencies: - '@grpc/grpc-js': 1.13.2 + '@grpc/grpc-js': 1.13.3 '@opentelemetry/api': 1.9.0 '@opentelemetry/core': 2.0.0(@opentelemetry/api@1.9.0) '@opentelemetry/otlp-exporter-base': 0.200.0(@opentelemetry/api@1.9.0) @@ -18454,7 +18488,7 @@ snapshots: '@opentelemetry/core': 2.0.0(@opentelemetry/api@1.9.0) '@opentelemetry/resources': 2.0.0(@opentelemetry/api@1.9.0) '@opentelemetry/sdk-trace-base': 2.0.0(@opentelemetry/api@1.9.0) - '@opentelemetry/semantic-conventions': 1.31.0 + '@opentelemetry/semantic-conventions': 1.32.0 '@opentelemetry/instrumentation@0.200.0(@opentelemetry/api@1.9.0)': dependencies: @@ -18475,7 +18509,7 @@ snapshots: '@opentelemetry/otlp-grpc-exporter-base@0.200.0(@opentelemetry/api@1.9.0)': dependencies: - '@grpc/grpc-js': 1.13.2 + '@grpc/grpc-js': 1.13.3 '@opentelemetry/api': 1.9.0 '@opentelemetry/core': 2.0.0(@opentelemetry/api@1.9.0) '@opentelemetry/otlp-exporter-base': 0.200.0(@opentelemetry/api@1.9.0) @@ -18506,7 +18540,7 @@ snapshots: dependencies: '@opentelemetry/api': 1.9.0 '@opentelemetry/core': 2.0.0(@opentelemetry/api@1.9.0) - '@opentelemetry/semantic-conventions': 1.31.0 + '@opentelemetry/semantic-conventions': 1.32.0 '@opentelemetry/sdk-logs@0.200.0(@opentelemetry/api@1.9.0)': dependencies: @@ -18545,7 +18579,7 @@ snapshots: '@opentelemetry/sdk-metrics': 2.0.0(@opentelemetry/api@1.9.0) '@opentelemetry/sdk-trace-base': 2.0.0(@opentelemetry/api@1.9.0) '@opentelemetry/sdk-trace-node': 2.0.0(@opentelemetry/api@1.9.0) - '@opentelemetry/semantic-conventions': 1.31.0 + '@opentelemetry/semantic-conventions': 1.32.0 transitivePeerDependencies: - supports-color @@ -18554,7 +18588,7 @@ snapshots: '@opentelemetry/api': 1.9.0 '@opentelemetry/core': 2.0.0(@opentelemetry/api@1.9.0) '@opentelemetry/resources': 2.0.0(@opentelemetry/api@1.9.0) - '@opentelemetry/semantic-conventions': 1.31.0 + '@opentelemetry/semantic-conventions': 1.32.0 '@opentelemetry/sdk-trace-node@2.0.0(@opentelemetry/api@1.9.0)': dependencies: @@ -18563,7 +18597,7 @@ snapshots: '@opentelemetry/core': 2.0.0(@opentelemetry/api@1.9.0) '@opentelemetry/sdk-trace-base': 2.0.0(@opentelemetry/api@1.9.0) - '@opentelemetry/semantic-conventions@1.31.0': {} + '@opentelemetry/semantic-conventions@1.32.0': {} '@perma/map@1.0.3': dependencies: @@ -18612,325 +18646,325 @@ snapshots: '@radix-ui/primitive@1.1.2': {} - '@radix-ui/react-arrow@1.1.3(@types/react-dom@19.1.2(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': + '@radix-ui/react-arrow@1.1.3(@types/react-dom@19.1.2(@types/react@19.1.1))(@types/react@19.1.1)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': dependencies: - '@radix-ui/react-primitive': 2.0.3(@types/react-dom@19.1.2(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + '@radix-ui/react-primitive': 2.0.3(@types/react-dom@19.1.2(@types/react@19.1.1))(@types/react@19.1.1)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) react: 19.1.0 react-dom: 19.1.0(react@19.1.0) optionalDependencies: - '@types/react': 19.1.0 - '@types/react-dom': 19.1.2(@types/react@19.1.0) + '@types/react': 19.1.1 + '@types/react-dom': 19.1.2(@types/react@19.1.1) - '@radix-ui/react-avatar@1.1.4(@types/react-dom@19.1.2(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': + '@radix-ui/react-avatar@1.1.4(@types/react-dom@19.1.2(@types/react@19.1.1))(@types/react@19.1.1)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': dependencies: - '@radix-ui/react-context': 1.1.2(@types/react@19.1.0)(react@19.1.0) - '@radix-ui/react-primitive': 2.0.3(@types/react-dom@19.1.2(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.0)(react@19.1.0) - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.0)(react@19.1.0) + '@radix-ui/react-context': 1.1.2(@types/react@19.1.1)(react@19.1.0) + '@radix-ui/react-primitive': 2.0.3(@types/react-dom@19.1.2(@types/react@19.1.1))(@types/react@19.1.1)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.1)(react@19.1.0) + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.1)(react@19.1.0) react: 19.1.0 react-dom: 19.1.0(react@19.1.0) optionalDependencies: - '@types/react': 19.1.0 - '@types/react-dom': 19.1.2(@types/react@19.1.0) + '@types/react': 19.1.1 + '@types/react-dom': 19.1.2(@types/react@19.1.1) - '@radix-ui/react-collapsible@1.1.4(@types/react-dom@19.1.2(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': + '@radix-ui/react-collapsible@1.1.4(@types/react-dom@19.1.2(@types/react@19.1.1))(@types/react@19.1.1)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': dependencies: '@radix-ui/primitive': 1.1.2 - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.0)(react@19.1.0) - '@radix-ui/react-context': 1.1.2(@types/react@19.1.0)(react@19.1.0) - '@radix-ui/react-id': 1.1.1(@types/react@19.1.0)(react@19.1.0) - '@radix-ui/react-presence': 1.1.3(@types/react-dom@19.1.2(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@radix-ui/react-primitive': 2.0.3(@types/react-dom@19.1.2(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@radix-ui/react-use-controllable-state': 1.1.1(@types/react@19.1.0)(react@19.1.0) - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.0)(react@19.1.0) + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.1)(react@19.1.0) + '@radix-ui/react-context': 1.1.2(@types/react@19.1.1)(react@19.1.0) + '@radix-ui/react-id': 1.1.1(@types/react@19.1.1)(react@19.1.0) + '@radix-ui/react-presence': 1.1.3(@types/react-dom@19.1.2(@types/react@19.1.1))(@types/react@19.1.1)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + '@radix-ui/react-primitive': 2.0.3(@types/react-dom@19.1.2(@types/react@19.1.1))(@types/react@19.1.1)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + '@radix-ui/react-use-controllable-state': 1.1.1(@types/react@19.1.1)(react@19.1.0) + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.1)(react@19.1.0) react: 19.1.0 react-dom: 19.1.0(react@19.1.0) optionalDependencies: - '@types/react': 19.1.0 - '@types/react-dom': 19.1.2(@types/react@19.1.0) + '@types/react': 19.1.1 + '@types/react-dom': 19.1.2(@types/react@19.1.1) - '@radix-ui/react-collection@1.1.3(@types/react-dom@19.1.2(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': + '@radix-ui/react-collection@1.1.3(@types/react-dom@19.1.2(@types/react@19.1.1))(@types/react@19.1.1)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': dependencies: - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.0)(react@19.1.0) - '@radix-ui/react-context': 1.1.2(@types/react@19.1.0)(react@19.1.0) - '@radix-ui/react-primitive': 2.0.3(@types/react-dom@19.1.2(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@radix-ui/react-slot': 1.2.0(@types/react@19.1.0)(react@19.1.0) + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.1)(react@19.1.0) + '@radix-ui/react-context': 1.1.2(@types/react@19.1.1)(react@19.1.0) + '@radix-ui/react-primitive': 2.0.3(@types/react-dom@19.1.2(@types/react@19.1.1))(@types/react@19.1.1)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + '@radix-ui/react-slot': 1.2.0(@types/react@19.1.1)(react@19.1.0) react: 19.1.0 react-dom: 19.1.0(react@19.1.0) optionalDependencies: - '@types/react': 19.1.0 - '@types/react-dom': 19.1.2(@types/react@19.1.0) + '@types/react': 19.1.1 + '@types/react-dom': 19.1.2(@types/react@19.1.1) - '@radix-ui/react-compose-refs@1.1.2(@types/react@19.1.0)(react@19.1.0)': + '@radix-ui/react-compose-refs@1.1.2(@types/react@19.1.1)(react@19.1.0)': dependencies: react: 19.1.0 optionalDependencies: - '@types/react': 19.1.0 + '@types/react': 19.1.1 - '@radix-ui/react-context@1.1.2(@types/react@19.1.0)(react@19.1.0)': + '@radix-ui/react-context@1.1.2(@types/react@19.1.1)(react@19.1.0)': dependencies: react: 19.1.0 optionalDependencies: - '@types/react': 19.1.0 + '@types/react': 19.1.1 - '@radix-ui/react-dialog@1.1.7(@types/react-dom@19.1.2(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': + '@radix-ui/react-dialog@1.1.7(@types/react-dom@19.1.2(@types/react@19.1.1))(@types/react@19.1.1)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': dependencies: '@radix-ui/primitive': 1.1.2 - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.0)(react@19.1.0) - '@radix-ui/react-context': 1.1.2(@types/react@19.1.0)(react@19.1.0) - '@radix-ui/react-dismissable-layer': 1.1.6(@types/react-dom@19.1.2(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@radix-ui/react-focus-guards': 1.1.2(@types/react@19.1.0)(react@19.1.0) - '@radix-ui/react-focus-scope': 1.1.3(@types/react-dom@19.1.2(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@radix-ui/react-id': 1.1.1(@types/react@19.1.0)(react@19.1.0) - '@radix-ui/react-portal': 1.1.5(@types/react-dom@19.1.2(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@radix-ui/react-presence': 1.1.3(@types/react-dom@19.1.2(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@radix-ui/react-primitive': 2.0.3(@types/react-dom@19.1.2(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@radix-ui/react-slot': 1.2.0(@types/react@19.1.0)(react@19.1.0) - '@radix-ui/react-use-controllable-state': 1.1.1(@types/react@19.1.0)(react@19.1.0) + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.1)(react@19.1.0) + '@radix-ui/react-context': 1.1.2(@types/react@19.1.1)(react@19.1.0) + '@radix-ui/react-dismissable-layer': 1.1.6(@types/react-dom@19.1.2(@types/react@19.1.1))(@types/react@19.1.1)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + '@radix-ui/react-focus-guards': 1.1.2(@types/react@19.1.1)(react@19.1.0) + '@radix-ui/react-focus-scope': 1.1.3(@types/react-dom@19.1.2(@types/react@19.1.1))(@types/react@19.1.1)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + '@radix-ui/react-id': 1.1.1(@types/react@19.1.1)(react@19.1.0) + '@radix-ui/react-portal': 1.1.5(@types/react-dom@19.1.2(@types/react@19.1.1))(@types/react@19.1.1)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + '@radix-ui/react-presence': 1.1.3(@types/react-dom@19.1.2(@types/react@19.1.1))(@types/react@19.1.1)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + '@radix-ui/react-primitive': 2.0.3(@types/react-dom@19.1.2(@types/react@19.1.1))(@types/react@19.1.1)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + '@radix-ui/react-slot': 1.2.0(@types/react@19.1.1)(react@19.1.0) + '@radix-ui/react-use-controllable-state': 1.1.1(@types/react@19.1.1)(react@19.1.0) aria-hidden: 1.2.4 react: 19.1.0 react-dom: 19.1.0(react@19.1.0) - react-remove-scroll: 2.6.3(@types/react@19.1.0)(react@19.1.0) + react-remove-scroll: 2.6.3(@types/react@19.1.1)(react@19.1.0) optionalDependencies: - '@types/react': 19.1.0 - '@types/react-dom': 19.1.2(@types/react@19.1.0) + '@types/react': 19.1.1 + '@types/react-dom': 19.1.2(@types/react@19.1.1) - '@radix-ui/react-direction@1.1.1(@types/react@19.1.0)(react@19.1.0)': + '@radix-ui/react-direction@1.1.1(@types/react@19.1.1)(react@19.1.0)': dependencies: react: 19.1.0 optionalDependencies: - '@types/react': 19.1.0 + '@types/react': 19.1.1 - '@radix-ui/react-dismissable-layer@1.1.6(@types/react-dom@19.1.2(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': + '@radix-ui/react-dismissable-layer@1.1.6(@types/react-dom@19.1.2(@types/react@19.1.1))(@types/react@19.1.1)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': dependencies: '@radix-ui/primitive': 1.1.2 - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.0)(react@19.1.0) - '@radix-ui/react-primitive': 2.0.3(@types/react-dom@19.1.2(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.0)(react@19.1.0) - '@radix-ui/react-use-escape-keydown': 1.1.1(@types/react@19.1.0)(react@19.1.0) + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.1)(react@19.1.0) + '@radix-ui/react-primitive': 2.0.3(@types/react-dom@19.1.2(@types/react@19.1.1))(@types/react@19.1.1)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.1)(react@19.1.0) + '@radix-ui/react-use-escape-keydown': 1.1.1(@types/react@19.1.1)(react@19.1.0) react: 19.1.0 react-dom: 19.1.0(react@19.1.0) optionalDependencies: - '@types/react': 19.1.0 - '@types/react-dom': 19.1.2(@types/react@19.1.0) + '@types/react': 19.1.1 + '@types/react-dom': 19.1.2(@types/react@19.1.1) - '@radix-ui/react-focus-guards@1.1.2(@types/react@19.1.0)(react@19.1.0)': + '@radix-ui/react-focus-guards@1.1.2(@types/react@19.1.1)(react@19.1.0)': dependencies: react: 19.1.0 optionalDependencies: - '@types/react': 19.1.0 + '@types/react': 19.1.1 - '@radix-ui/react-focus-scope@1.1.3(@types/react-dom@19.1.2(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': + '@radix-ui/react-focus-scope@1.1.3(@types/react-dom@19.1.2(@types/react@19.1.1))(@types/react@19.1.1)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': dependencies: - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.0)(react@19.1.0) - '@radix-ui/react-primitive': 2.0.3(@types/react-dom@19.1.2(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.0)(react@19.1.0) + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.1)(react@19.1.0) + '@radix-ui/react-primitive': 2.0.3(@types/react-dom@19.1.2(@types/react@19.1.1))(@types/react@19.1.1)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.1)(react@19.1.0) react: 19.1.0 react-dom: 19.1.0(react@19.1.0) optionalDependencies: - '@types/react': 19.1.0 - '@types/react-dom': 19.1.2(@types/react@19.1.0) + '@types/react': 19.1.1 + '@types/react-dom': 19.1.2(@types/react@19.1.1) - '@radix-ui/react-id@1.1.1(@types/react@19.1.0)(react@19.1.0)': + '@radix-ui/react-id@1.1.1(@types/react@19.1.1)(react@19.1.0)': dependencies: - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.0)(react@19.1.0) + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.1)(react@19.1.0) react: 19.1.0 optionalDependencies: - '@types/react': 19.1.0 + '@types/react': 19.1.1 - '@radix-ui/react-label@2.1.3(@types/react-dom@19.1.2(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': + '@radix-ui/react-label@2.1.3(@types/react-dom@19.1.2(@types/react@19.1.1))(@types/react@19.1.1)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': dependencies: - '@radix-ui/react-primitive': 2.0.3(@types/react-dom@19.1.2(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + '@radix-ui/react-primitive': 2.0.3(@types/react-dom@19.1.2(@types/react@19.1.1))(@types/react@19.1.1)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) react: 19.1.0 react-dom: 19.1.0(react@19.1.0) optionalDependencies: - '@types/react': 19.1.0 - '@types/react-dom': 19.1.2(@types/react@19.1.0) + '@types/react': 19.1.1 + '@types/react-dom': 19.1.2(@types/react@19.1.1) - '@radix-ui/react-popper@1.2.3(@types/react-dom@19.1.2(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': + '@radix-ui/react-popper@1.2.3(@types/react-dom@19.1.2(@types/react@19.1.1))(@types/react@19.1.1)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': dependencies: '@floating-ui/react-dom': 2.1.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@radix-ui/react-arrow': 1.1.3(@types/react-dom@19.1.2(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.0)(react@19.1.0) - '@radix-ui/react-context': 1.1.2(@types/react@19.1.0)(react@19.1.0) - '@radix-ui/react-primitive': 2.0.3(@types/react-dom@19.1.2(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.0)(react@19.1.0) - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.0)(react@19.1.0) - '@radix-ui/react-use-rect': 1.1.1(@types/react@19.1.0)(react@19.1.0) - '@radix-ui/react-use-size': 1.1.1(@types/react@19.1.0)(react@19.1.0) + '@radix-ui/react-arrow': 1.1.3(@types/react-dom@19.1.2(@types/react@19.1.1))(@types/react@19.1.1)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.1)(react@19.1.0) + '@radix-ui/react-context': 1.1.2(@types/react@19.1.1)(react@19.1.0) + '@radix-ui/react-primitive': 2.0.3(@types/react-dom@19.1.2(@types/react@19.1.1))(@types/react@19.1.1)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.1)(react@19.1.0) + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.1)(react@19.1.0) + '@radix-ui/react-use-rect': 1.1.1(@types/react@19.1.1)(react@19.1.0) + '@radix-ui/react-use-size': 1.1.1(@types/react@19.1.1)(react@19.1.0) '@radix-ui/rect': 1.1.1 react: 19.1.0 react-dom: 19.1.0(react@19.1.0) optionalDependencies: - '@types/react': 19.1.0 - '@types/react-dom': 19.1.2(@types/react@19.1.0) + '@types/react': 19.1.1 + '@types/react-dom': 19.1.2(@types/react@19.1.1) - '@radix-ui/react-portal@1.1.5(@types/react-dom@19.1.2(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': + '@radix-ui/react-portal@1.1.5(@types/react-dom@19.1.2(@types/react@19.1.1))(@types/react@19.1.1)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': dependencies: - '@radix-ui/react-primitive': 2.0.3(@types/react-dom@19.1.2(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.0)(react@19.1.0) + '@radix-ui/react-primitive': 2.0.3(@types/react-dom@19.1.2(@types/react@19.1.1))(@types/react@19.1.1)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.1)(react@19.1.0) react: 19.1.0 react-dom: 19.1.0(react@19.1.0) optionalDependencies: - '@types/react': 19.1.0 - '@types/react-dom': 19.1.2(@types/react@19.1.0) + '@types/react': 19.1.1 + '@types/react-dom': 19.1.2(@types/react@19.1.1) - '@radix-ui/react-presence@1.1.3(@types/react-dom@19.1.2(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': + '@radix-ui/react-presence@1.1.3(@types/react-dom@19.1.2(@types/react@19.1.1))(@types/react@19.1.1)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': dependencies: - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.0)(react@19.1.0) - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.0)(react@19.1.0) + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.1)(react@19.1.0) + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.1)(react@19.1.0) react: 19.1.0 react-dom: 19.1.0(react@19.1.0) optionalDependencies: - '@types/react': 19.1.0 - '@types/react-dom': 19.1.2(@types/react@19.1.0) + '@types/react': 19.1.1 + '@types/react-dom': 19.1.2(@types/react@19.1.1) - '@radix-ui/react-primitive@2.0.3(@types/react-dom@19.1.2(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': + '@radix-ui/react-primitive@2.0.3(@types/react-dom@19.1.2(@types/react@19.1.1))(@types/react@19.1.1)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': dependencies: - '@radix-ui/react-slot': 1.2.0(@types/react@19.1.0)(react@19.1.0) + '@radix-ui/react-slot': 1.2.0(@types/react@19.1.1)(react@19.1.0) react: 19.1.0 react-dom: 19.1.0(react@19.1.0) optionalDependencies: - '@types/react': 19.1.0 - '@types/react-dom': 19.1.2(@types/react@19.1.0) + '@types/react': 19.1.1 + '@types/react-dom': 19.1.2(@types/react@19.1.1) - '@radix-ui/react-roving-focus@1.1.3(@types/react-dom@19.1.2(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': + '@radix-ui/react-roving-focus@1.1.3(@types/react-dom@19.1.2(@types/react@19.1.1))(@types/react@19.1.1)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': dependencies: '@radix-ui/primitive': 1.1.2 - '@radix-ui/react-collection': 1.1.3(@types/react-dom@19.1.2(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.0)(react@19.1.0) - '@radix-ui/react-context': 1.1.2(@types/react@19.1.0)(react@19.1.0) - '@radix-ui/react-direction': 1.1.1(@types/react@19.1.0)(react@19.1.0) - '@radix-ui/react-id': 1.1.1(@types/react@19.1.0)(react@19.1.0) - '@radix-ui/react-primitive': 2.0.3(@types/react-dom@19.1.2(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.0)(react@19.1.0) - '@radix-ui/react-use-controllable-state': 1.1.1(@types/react@19.1.0)(react@19.1.0) + '@radix-ui/react-collection': 1.1.3(@types/react-dom@19.1.2(@types/react@19.1.1))(@types/react@19.1.1)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.1)(react@19.1.0) + '@radix-ui/react-context': 1.1.2(@types/react@19.1.1)(react@19.1.0) + '@radix-ui/react-direction': 1.1.1(@types/react@19.1.1)(react@19.1.0) + '@radix-ui/react-id': 1.1.1(@types/react@19.1.1)(react@19.1.0) + '@radix-ui/react-primitive': 2.0.3(@types/react-dom@19.1.2(@types/react@19.1.1))(@types/react@19.1.1)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.1)(react@19.1.0) + '@radix-ui/react-use-controllable-state': 1.1.1(@types/react@19.1.1)(react@19.1.0) react: 19.1.0 react-dom: 19.1.0(react@19.1.0) optionalDependencies: - '@types/react': 19.1.0 - '@types/react-dom': 19.1.2(@types/react@19.1.0) + '@types/react': 19.1.1 + '@types/react-dom': 19.1.2(@types/react@19.1.1) - '@radix-ui/react-separator@1.1.3(@types/react-dom@19.1.2(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': + '@radix-ui/react-separator@1.1.3(@types/react-dom@19.1.2(@types/react@19.1.1))(@types/react@19.1.1)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': dependencies: - '@radix-ui/react-primitive': 2.0.3(@types/react-dom@19.1.2(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + '@radix-ui/react-primitive': 2.0.3(@types/react-dom@19.1.2(@types/react@19.1.1))(@types/react@19.1.1)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) react: 19.1.0 react-dom: 19.1.0(react@19.1.0) optionalDependencies: - '@types/react': 19.1.0 - '@types/react-dom': 19.1.2(@types/react@19.1.0) + '@types/react': 19.1.1 + '@types/react-dom': 19.1.2(@types/react@19.1.1) - '@radix-ui/react-slot@1.2.0(@types/react@19.1.0)(react@19.1.0)': + '@radix-ui/react-slot@1.2.0(@types/react@19.1.1)(react@19.1.0)': dependencies: - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.0)(react@19.1.0) + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.1)(react@19.1.0) react: 19.1.0 optionalDependencies: - '@types/react': 19.1.0 + '@types/react': 19.1.1 - '@radix-ui/react-tabs@1.1.4(@types/react-dom@19.1.2(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': + '@radix-ui/react-tabs@1.1.4(@types/react-dom@19.1.2(@types/react@19.1.1))(@types/react@19.1.1)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': dependencies: '@radix-ui/primitive': 1.1.2 - '@radix-ui/react-context': 1.1.2(@types/react@19.1.0)(react@19.1.0) - '@radix-ui/react-direction': 1.1.1(@types/react@19.1.0)(react@19.1.0) - '@radix-ui/react-id': 1.1.1(@types/react@19.1.0)(react@19.1.0) - '@radix-ui/react-presence': 1.1.3(@types/react-dom@19.1.2(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@radix-ui/react-primitive': 2.0.3(@types/react-dom@19.1.2(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@radix-ui/react-roving-focus': 1.1.3(@types/react-dom@19.1.2(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@radix-ui/react-use-controllable-state': 1.1.1(@types/react@19.1.0)(react@19.1.0) + '@radix-ui/react-context': 1.1.2(@types/react@19.1.1)(react@19.1.0) + '@radix-ui/react-direction': 1.1.1(@types/react@19.1.1)(react@19.1.0) + '@radix-ui/react-id': 1.1.1(@types/react@19.1.1)(react@19.1.0) + '@radix-ui/react-presence': 1.1.3(@types/react-dom@19.1.2(@types/react@19.1.1))(@types/react@19.1.1)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + '@radix-ui/react-primitive': 2.0.3(@types/react-dom@19.1.2(@types/react@19.1.1))(@types/react@19.1.1)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + '@radix-ui/react-roving-focus': 1.1.3(@types/react-dom@19.1.2(@types/react@19.1.1))(@types/react@19.1.1)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + '@radix-ui/react-use-controllable-state': 1.1.1(@types/react@19.1.1)(react@19.1.0) react: 19.1.0 react-dom: 19.1.0(react@19.1.0) optionalDependencies: - '@types/react': 19.1.0 - '@types/react-dom': 19.1.2(@types/react@19.1.0) + '@types/react': 19.1.1 + '@types/react-dom': 19.1.2(@types/react@19.1.1) - '@radix-ui/react-toast@1.2.7(@types/react-dom@19.1.2(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': + '@radix-ui/react-toast@1.2.7(@types/react-dom@19.1.2(@types/react@19.1.1))(@types/react@19.1.1)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': dependencies: '@radix-ui/primitive': 1.1.2 - '@radix-ui/react-collection': 1.1.3(@types/react-dom@19.1.2(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.0)(react@19.1.0) - '@radix-ui/react-context': 1.1.2(@types/react@19.1.0)(react@19.1.0) - '@radix-ui/react-dismissable-layer': 1.1.6(@types/react-dom@19.1.2(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@radix-ui/react-portal': 1.1.5(@types/react-dom@19.1.2(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@radix-ui/react-presence': 1.1.3(@types/react-dom@19.1.2(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@radix-ui/react-primitive': 2.0.3(@types/react-dom@19.1.2(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.0)(react@19.1.0) - '@radix-ui/react-use-controllable-state': 1.1.1(@types/react@19.1.0)(react@19.1.0) - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.0)(react@19.1.0) - '@radix-ui/react-visually-hidden': 1.1.3(@types/react-dom@19.1.2(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + '@radix-ui/react-collection': 1.1.3(@types/react-dom@19.1.2(@types/react@19.1.1))(@types/react@19.1.1)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.1)(react@19.1.0) + '@radix-ui/react-context': 1.1.2(@types/react@19.1.1)(react@19.1.0) + '@radix-ui/react-dismissable-layer': 1.1.6(@types/react-dom@19.1.2(@types/react@19.1.1))(@types/react@19.1.1)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + '@radix-ui/react-portal': 1.1.5(@types/react-dom@19.1.2(@types/react@19.1.1))(@types/react@19.1.1)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + '@radix-ui/react-presence': 1.1.3(@types/react-dom@19.1.2(@types/react@19.1.1))(@types/react@19.1.1)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + '@radix-ui/react-primitive': 2.0.3(@types/react-dom@19.1.2(@types/react@19.1.1))(@types/react@19.1.1)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.1)(react@19.1.0) + '@radix-ui/react-use-controllable-state': 1.1.1(@types/react@19.1.1)(react@19.1.0) + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.1)(react@19.1.0) + '@radix-ui/react-visually-hidden': 1.1.3(@types/react-dom@19.1.2(@types/react@19.1.1))(@types/react@19.1.1)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) react: 19.1.0 react-dom: 19.1.0(react@19.1.0) optionalDependencies: - '@types/react': 19.1.0 - '@types/react-dom': 19.1.2(@types/react@19.1.0) + '@types/react': 19.1.1 + '@types/react-dom': 19.1.2(@types/react@19.1.1) - '@radix-ui/react-tooltip@1.2.0(@types/react-dom@19.1.2(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': + '@radix-ui/react-tooltip@1.2.0(@types/react-dom@19.1.2(@types/react@19.1.1))(@types/react@19.1.1)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': dependencies: '@radix-ui/primitive': 1.1.2 - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.0)(react@19.1.0) - '@radix-ui/react-context': 1.1.2(@types/react@19.1.0)(react@19.1.0) - '@radix-ui/react-dismissable-layer': 1.1.6(@types/react-dom@19.1.2(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@radix-ui/react-id': 1.1.1(@types/react@19.1.0)(react@19.1.0) - '@radix-ui/react-popper': 1.2.3(@types/react-dom@19.1.2(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@radix-ui/react-portal': 1.1.5(@types/react-dom@19.1.2(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@radix-ui/react-presence': 1.1.3(@types/react-dom@19.1.2(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@radix-ui/react-primitive': 2.0.3(@types/react-dom@19.1.2(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@radix-ui/react-slot': 1.2.0(@types/react@19.1.0)(react@19.1.0) - '@radix-ui/react-use-controllable-state': 1.1.1(@types/react@19.1.0)(react@19.1.0) - '@radix-ui/react-visually-hidden': 1.1.3(@types/react-dom@19.1.2(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.1)(react@19.1.0) + '@radix-ui/react-context': 1.1.2(@types/react@19.1.1)(react@19.1.0) + '@radix-ui/react-dismissable-layer': 1.1.6(@types/react-dom@19.1.2(@types/react@19.1.1))(@types/react@19.1.1)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + '@radix-ui/react-id': 1.1.1(@types/react@19.1.1)(react@19.1.0) + '@radix-ui/react-popper': 1.2.3(@types/react-dom@19.1.2(@types/react@19.1.1))(@types/react@19.1.1)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + '@radix-ui/react-portal': 1.1.5(@types/react-dom@19.1.2(@types/react@19.1.1))(@types/react@19.1.1)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + '@radix-ui/react-presence': 1.1.3(@types/react-dom@19.1.2(@types/react@19.1.1))(@types/react@19.1.1)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + '@radix-ui/react-primitive': 2.0.3(@types/react-dom@19.1.2(@types/react@19.1.1))(@types/react@19.1.1)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + '@radix-ui/react-slot': 1.2.0(@types/react@19.1.1)(react@19.1.0) + '@radix-ui/react-use-controllable-state': 1.1.1(@types/react@19.1.1)(react@19.1.0) + '@radix-ui/react-visually-hidden': 1.1.3(@types/react-dom@19.1.2(@types/react@19.1.1))(@types/react@19.1.1)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) react: 19.1.0 react-dom: 19.1.0(react@19.1.0) optionalDependencies: - '@types/react': 19.1.0 - '@types/react-dom': 19.1.2(@types/react@19.1.0) + '@types/react': 19.1.1 + '@types/react-dom': 19.1.2(@types/react@19.1.1) - '@radix-ui/react-use-callback-ref@1.1.1(@types/react@19.1.0)(react@19.1.0)': + '@radix-ui/react-use-callback-ref@1.1.1(@types/react@19.1.1)(react@19.1.0)': dependencies: react: 19.1.0 optionalDependencies: - '@types/react': 19.1.0 + '@types/react': 19.1.1 - '@radix-ui/react-use-controllable-state@1.1.1(@types/react@19.1.0)(react@19.1.0)': + '@radix-ui/react-use-controllable-state@1.1.1(@types/react@19.1.1)(react@19.1.0)': dependencies: - '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.0)(react@19.1.0) + '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.1)(react@19.1.0) react: 19.1.0 optionalDependencies: - '@types/react': 19.1.0 + '@types/react': 19.1.1 - '@radix-ui/react-use-escape-keydown@1.1.1(@types/react@19.1.0)(react@19.1.0)': + '@radix-ui/react-use-escape-keydown@1.1.1(@types/react@19.1.1)(react@19.1.0)': dependencies: - '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.0)(react@19.1.0) + '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.1)(react@19.1.0) react: 19.1.0 optionalDependencies: - '@types/react': 19.1.0 + '@types/react': 19.1.1 - '@radix-ui/react-use-layout-effect@1.1.1(@types/react@19.1.0)(react@19.1.0)': + '@radix-ui/react-use-layout-effect@1.1.1(@types/react@19.1.1)(react@19.1.0)': dependencies: react: 19.1.0 optionalDependencies: - '@types/react': 19.1.0 + '@types/react': 19.1.1 - '@radix-ui/react-use-rect@1.1.1(@types/react@19.1.0)(react@19.1.0)': + '@radix-ui/react-use-rect@1.1.1(@types/react@19.1.1)(react@19.1.0)': dependencies: '@radix-ui/rect': 1.1.1 react: 19.1.0 optionalDependencies: - '@types/react': 19.1.0 + '@types/react': 19.1.1 - '@radix-ui/react-use-size@1.1.1(@types/react@19.1.0)(react@19.1.0)': + '@radix-ui/react-use-size@1.1.1(@types/react@19.1.1)(react@19.1.0)': dependencies: - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.0)(react@19.1.0) + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.1)(react@19.1.0) react: 19.1.0 optionalDependencies: - '@types/react': 19.1.0 + '@types/react': 19.1.1 - '@radix-ui/react-visually-hidden@1.1.3(@types/react-dom@19.1.2(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': + '@radix-ui/react-visually-hidden@1.1.3(@types/react-dom@19.1.2(@types/react@19.1.1))(@types/react@19.1.1)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': dependencies: - '@radix-ui/react-primitive': 2.0.3(@types/react-dom@19.1.2(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + '@radix-ui/react-primitive': 2.0.3(@types/react-dom@19.1.2(@types/react@19.1.1))(@types/react@19.1.1)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) react: 19.1.0 react-dom: 19.1.0(react@19.1.0) optionalDependencies: - '@types/react': 19.1.0 - '@types/react-dom': 19.1.2(@types/react@19.1.0) + '@types/react': 19.1.1 + '@types/react-dom': 19.1.2(@types/react@19.1.1) '@radix-ui/rect@1.1.1': {} @@ -18968,64 +19002,64 @@ snapshots: '@remix-run/router@1.15.1': {} - '@rollup/rollup-android-arm-eabi@4.39.0': + '@rollup/rollup-android-arm-eabi@4.40.0': optional: true - '@rollup/rollup-android-arm64@4.39.0': + '@rollup/rollup-android-arm64@4.40.0': optional: true - '@rollup/rollup-darwin-arm64@4.39.0': + '@rollup/rollup-darwin-arm64@4.40.0': optional: true - '@rollup/rollup-darwin-x64@4.39.0': + '@rollup/rollup-darwin-x64@4.40.0': optional: true - '@rollup/rollup-freebsd-arm64@4.39.0': + '@rollup/rollup-freebsd-arm64@4.40.0': optional: true - '@rollup/rollup-freebsd-x64@4.39.0': + '@rollup/rollup-freebsd-x64@4.40.0': optional: true - '@rollup/rollup-linux-arm-gnueabihf@4.39.0': + '@rollup/rollup-linux-arm-gnueabihf@4.40.0': optional: true - '@rollup/rollup-linux-arm-musleabihf@4.39.0': + '@rollup/rollup-linux-arm-musleabihf@4.40.0': optional: true - '@rollup/rollup-linux-arm64-gnu@4.39.0': + '@rollup/rollup-linux-arm64-gnu@4.40.0': optional: true - '@rollup/rollup-linux-arm64-musl@4.39.0': + '@rollup/rollup-linux-arm64-musl@4.40.0': optional: true - '@rollup/rollup-linux-loongarch64-gnu@4.39.0': + '@rollup/rollup-linux-loongarch64-gnu@4.40.0': optional: true - '@rollup/rollup-linux-powerpc64le-gnu@4.39.0': + '@rollup/rollup-linux-powerpc64le-gnu@4.40.0': optional: true - '@rollup/rollup-linux-riscv64-gnu@4.39.0': + '@rollup/rollup-linux-riscv64-gnu@4.40.0': optional: true - '@rollup/rollup-linux-riscv64-musl@4.39.0': + '@rollup/rollup-linux-riscv64-musl@4.40.0': optional: true - '@rollup/rollup-linux-s390x-gnu@4.39.0': + '@rollup/rollup-linux-s390x-gnu@4.40.0': optional: true - '@rollup/rollup-linux-x64-gnu@4.39.0': + '@rollup/rollup-linux-x64-gnu@4.40.0': optional: true - '@rollup/rollup-linux-x64-musl@4.39.0': + '@rollup/rollup-linux-x64-musl@4.40.0': optional: true - '@rollup/rollup-win32-arm64-msvc@4.39.0': + '@rollup/rollup-win32-arm64-msvc@4.40.0': optional: true - '@rollup/rollup-win32-ia32-msvc@4.39.0': + '@rollup/rollup-win32-ia32-msvc@4.40.0': optional: true - '@rollup/rollup-win32-x64-msvc@4.39.0': + '@rollup/rollup-win32-x64-msvc@4.40.0': optional: true '@rtsao/scc@1.1.0': {} @@ -19773,51 +19807,51 @@ snapshots: - supports-color - typescript - '@swc/core-darwin-arm64@1.11.18': + '@swc/core-darwin-arm64@1.11.20': optional: true - '@swc/core-darwin-x64@1.11.18': + '@swc/core-darwin-x64@1.11.20': optional: true - '@swc/core-linux-arm-gnueabihf@1.11.18': + '@swc/core-linux-arm-gnueabihf@1.11.20': optional: true - '@swc/core-linux-arm64-gnu@1.11.18': + '@swc/core-linux-arm64-gnu@1.11.20': optional: true - '@swc/core-linux-arm64-musl@1.11.18': + '@swc/core-linux-arm64-musl@1.11.20': optional: true - '@swc/core-linux-x64-gnu@1.11.18': + '@swc/core-linux-x64-gnu@1.11.20': optional: true - '@swc/core-linux-x64-musl@1.11.18': + '@swc/core-linux-x64-musl@1.11.20': optional: true - '@swc/core-win32-arm64-msvc@1.11.18': + '@swc/core-win32-arm64-msvc@1.11.20': optional: true - '@swc/core-win32-ia32-msvc@1.11.18': + '@swc/core-win32-ia32-msvc@1.11.20': optional: true - '@swc/core-win32-x64-msvc@1.11.18': + '@swc/core-win32-x64-msvc@1.11.20': optional: true - '@swc/core@1.11.18': + '@swc/core@1.11.20': dependencies: '@swc/counter': 0.1.3 '@swc/types': 0.1.21 optionalDependencies: - '@swc/core-darwin-arm64': 1.11.18 - '@swc/core-darwin-x64': 1.11.18 - '@swc/core-linux-arm-gnueabihf': 1.11.18 - '@swc/core-linux-arm64-gnu': 1.11.18 - '@swc/core-linux-arm64-musl': 1.11.18 - '@swc/core-linux-x64-gnu': 1.11.18 - '@swc/core-linux-x64-musl': 1.11.18 - '@swc/core-win32-arm64-msvc': 1.11.18 - '@swc/core-win32-ia32-msvc': 1.11.18 - '@swc/core-win32-x64-msvc': 1.11.18 + '@swc/core-darwin-arm64': 1.11.20 + '@swc/core-darwin-x64': 1.11.20 + '@swc/core-linux-arm-gnueabihf': 1.11.20 + '@swc/core-linux-arm64-gnu': 1.11.20 + '@swc/core-linux-arm64-musl': 1.11.20 + '@swc/core-linux-x64-gnu': 1.11.20 + '@swc/core-linux-x64-musl': 1.11.20 + '@swc/core-win32-arm64-msvc': 1.11.20 + '@swc/core-win32-ia32-msvc': 1.11.20 + '@swc/core-win32-x64-msvc': 1.11.20 '@swc/counter@0.1.3': {} @@ -19829,11 +19863,11 @@ snapshots: dependencies: defer-to-connect: 2.0.1 - '@tanstack/query-core@5.72.2': {} + '@tanstack/query-core@5.74.0': {} - '@tanstack/react-query@5.72.2(react@19.1.0)': + '@tanstack/react-query@5.74.0(react@19.1.0)': dependencies: - '@tanstack/query-core': 5.72.2 + '@tanstack/query-core': 5.74.0 react: 19.1.0 '@tavily/core@0.0.2': @@ -20195,28 +20229,28 @@ snapshots: '@types/range-parser@1.2.7': {} - '@types/react-dom@19.1.2(@types/react@19.1.0)': + '@types/react-dom@19.1.2(@types/react@19.1.1)': dependencies: - '@types/react': 19.1.0 + '@types/react': 19.1.1 '@types/react-router-config@5.0.11': dependencies: '@types/history': 4.7.11 - '@types/react': 19.1.0 + '@types/react': 19.1.1 '@types/react-router': 5.1.20 '@types/react-router-dom@5.3.3': dependencies: '@types/history': 4.7.11 - '@types/react': 19.1.0 + '@types/react': 19.1.1 '@types/react-router': 5.1.20 '@types/react-router@5.1.20': dependencies: '@types/history': 4.7.11 - '@types/react': 19.1.0 + '@types/react': 19.1.1 - '@types/react@19.1.0': + '@types/react@19.1.1': dependencies: csstype: 3.1.3 @@ -20347,7 +20381,7 @@ snapshots: '@typescript-eslint/utils@8.29.1(eslint@9.24.0(jiti@1.21.7))(typescript@5.6.3)': dependencies: - '@eslint-community/eslint-utils': 4.5.1(eslint@9.24.0(jiti@1.21.7)) + '@eslint-community/eslint-utils': 4.6.0(eslint@9.24.0(jiti@1.21.7)) '@typescript-eslint/scope-manager': 8.29.1 '@typescript-eslint/types': 8.29.1 '@typescript-eslint/typescript-estree': 8.29.1(typescript@5.6.3) @@ -20409,56 +20443,59 @@ snapshots: '@ungap/structured-clone@1.3.0': {} - '@unrs/resolver-binding-darwin-arm64@1.4.1': + '@unrs/resolver-binding-darwin-arm64@1.5.0': + optional: true + + '@unrs/resolver-binding-darwin-x64@1.5.0': optional: true - '@unrs/resolver-binding-darwin-x64@1.4.1': + '@unrs/resolver-binding-freebsd-x64@1.5.0': optional: true - '@unrs/resolver-binding-freebsd-x64@1.4.1': + '@unrs/resolver-binding-linux-arm-gnueabihf@1.5.0': optional: true - '@unrs/resolver-binding-linux-arm-gnueabihf@1.4.1': + '@unrs/resolver-binding-linux-arm-musleabihf@1.5.0': optional: true - '@unrs/resolver-binding-linux-arm-musleabihf@1.4.1': + '@unrs/resolver-binding-linux-arm64-gnu@1.5.0': optional: true - '@unrs/resolver-binding-linux-arm64-gnu@1.4.1': + '@unrs/resolver-binding-linux-arm64-musl@1.5.0': optional: true - '@unrs/resolver-binding-linux-arm64-musl@1.4.1': + '@unrs/resolver-binding-linux-ppc64-gnu@1.5.0': optional: true - '@unrs/resolver-binding-linux-ppc64-gnu@1.4.1': + '@unrs/resolver-binding-linux-riscv64-gnu@1.5.0': optional: true - '@unrs/resolver-binding-linux-s390x-gnu@1.4.1': + '@unrs/resolver-binding-linux-s390x-gnu@1.5.0': optional: true - '@unrs/resolver-binding-linux-x64-gnu@1.4.1': + '@unrs/resolver-binding-linux-x64-gnu@1.5.0': optional: true - '@unrs/resolver-binding-linux-x64-musl@1.4.1': + '@unrs/resolver-binding-linux-x64-musl@1.5.0': optional: true - '@unrs/resolver-binding-wasm32-wasi@1.4.1': + '@unrs/resolver-binding-wasm32-wasi@1.5.0': dependencies: '@napi-rs/wasm-runtime': 0.2.8 optional: true - '@unrs/resolver-binding-win32-arm64-msvc@1.4.1': + '@unrs/resolver-binding-win32-arm64-msvc@1.5.0': optional: true - '@unrs/resolver-binding-win32-ia32-msvc@1.4.1': + '@unrs/resolver-binding-win32-ia32-msvc@1.5.0': optional: true - '@unrs/resolver-binding-win32-x64-msvc@1.4.1': + '@unrs/resolver-binding-win32-x64-msvc@1.5.0': optional: true '@vitejs/plugin-react-swc@3.8.1(vite@6.2.6(@types/node@22.13.14)(jiti@1.21.7)(terser@5.39.0)(yaml@2.7.1))': dependencies: - '@swc/core': 1.11.18 + '@swc/core': 1.11.20 vite: 6.2.6(@types/node@22.13.14)(jiti@1.21.7)(terser@5.39.0)(yaml@2.7.1) transitivePeerDependencies: - '@swc/helpers' @@ -21105,12 +21142,12 @@ snapshots: transitivePeerDependencies: - supports-color - babel-loader@9.2.1(@babel/core@7.26.10)(webpack@5.99.5(@swc/core@1.11.18)): + babel-loader@9.2.1(@babel/core@7.26.10)(webpack@5.99.5(@swc/core@1.11.20)): dependencies: '@babel/core': 7.26.10 find-cache-dir: 4.0.0 schema-utils: 4.3.0 - webpack: 5.99.5(@swc/core@1.11.18) + webpack: 5.99.5(@swc/core@1.11.20) babel-plugin-dynamic-import-node@2.3.3: dependencies: @@ -21371,7 +21408,7 @@ snapshots: browserslist@4.24.4: dependencies: caniuse-lite: 1.0.30001713 - electron-to-chromium: 1.5.135 + electron-to-chromium: 1.5.136 node-releases: 2.0.19 update-browserslist-db: 1.1.3(browserslist@4.24.4) @@ -21636,6 +21673,14 @@ snapshots: cjs-module-lexer@1.4.3: {} + class-transformer@0.5.1: {} + + class-validator@0.14.1: + dependencies: + '@types/validator': 13.12.3 + libphonenumber-js: 1.12.6 + validator: 13.15.0 + class-variance-authority@0.7.1: dependencies: clsx: 2.1.1 @@ -21931,7 +21976,7 @@ snapshots: copy-text-to-clipboard@3.2.0: {} - copy-webpack-plugin@11.0.0(webpack@5.99.5(@swc/core@1.11.18)): + copy-webpack-plugin@11.0.0(webpack@5.99.5(@swc/core@1.11.20)): dependencies: fast-glob: 3.3.3 glob-parent: 6.0.2 @@ -21939,7 +21984,7 @@ snapshots: normalize-path: 3.0.0 schema-utils: 4.3.0 serialize-javascript: 6.0.2 - webpack: 5.99.5(@swc/core@1.11.18) + webpack: 5.99.5(@swc/core@1.11.20) core-js-compat@3.41.0: dependencies: @@ -22007,13 +22052,13 @@ snapshots: safe-buffer: 5.2.1 sha.js: 2.4.11 - create-jest@29.7.0(@types/node@22.13.14)(ts-node@10.9.2(@swc/core@1.11.18)(@types/node@22.13.14)(typescript@5.6.3)): + create-jest@29.7.0(@types/node@22.13.14)(ts-node@10.9.2(@swc/core@1.11.20)(@types/node@22.13.14)(typescript@5.6.3)): dependencies: '@jest/types': 29.6.3 chalk: 4.1.2 exit: 0.1.2 graceful-fs: 4.2.11 - jest-config: 29.7.0(@types/node@22.13.14)(ts-node@10.9.2(@swc/core@1.11.18)(@types/node@22.13.14)(typescript@5.6.3)) + jest-config: 29.7.0(@types/node@22.13.14)(ts-node@10.9.2(@swc/core@1.11.20)(@types/node@22.13.14)(typescript@5.6.3)) jest-util: 29.7.0 prompts: 2.4.2 transitivePeerDependencies: @@ -22062,7 +22107,7 @@ snapshots: postcss-selector-parser: 7.1.0 postcss-value-parser: 4.2.0 - css-loader@6.11.0(webpack@5.99.5(@swc/core@1.11.18)): + css-loader@6.11.0(webpack@5.99.5(@swc/core@1.11.20)): dependencies: icss-utils: 5.1.0(postcss@8.5.3) postcss: 8.5.3 @@ -22073,9 +22118,9 @@ snapshots: postcss-value-parser: 4.2.0 semver: 7.7.1 optionalDependencies: - webpack: 5.99.5(@swc/core@1.11.18) + webpack: 5.99.5(@swc/core@1.11.20) - css-minimizer-webpack-plugin@5.0.1(clean-css@5.3.3)(webpack@5.99.5(@swc/core@1.11.18)): + css-minimizer-webpack-plugin@5.0.1(clean-css@5.3.3)(webpack@5.99.5(@swc/core@1.11.20)): dependencies: '@jridgewell/trace-mapping': 0.3.25 cssnano: 6.1.2(postcss@8.5.3) @@ -22083,7 +22128,7 @@ snapshots: postcss: 8.5.3 schema-utils: 4.3.0 serialize-javascript: 6.0.2 - webpack: 5.99.5(@swc/core@1.11.18) + webpack: 5.99.5(@swc/core@1.11.20) optionalDependencies: clean-css: 5.3.3 @@ -22622,9 +22667,9 @@ snapshots: dependencies: esutils: 2.0.3 - docusaurus-lunr-search@3.5.0(@docusaurus/core@3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.0)(react@18.3.1))(@swc/core@1.11.18)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10))(react-dom@18.3.1(react@18.3.1))(react@18.3.1): + docusaurus-lunr-search@3.5.0(@docusaurus/core@3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.1)(react@18.3.1))(@swc/core@1.11.20)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10))(react-dom@18.3.1(react@18.3.1))(react@18.3.1): dependencies: - '@docusaurus/core': 3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.0)(react@18.3.1))(@swc/core@1.11.18)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10) + '@docusaurus/core': 3.7.0(@mdx-js/react@3.0.1(@types/react@19.1.1)(react@18.3.1))(@swc/core@1.11.20)(acorn@8.14.1)(bufferutil@4.0.9)(eslint@9.24.0(jiti@1.21.7))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)(utf-8-validate@5.0.10) autocomplete.js: 0.37.1 clsx: 1.2.1 gauge: 3.0.2 @@ -22713,6 +22758,8 @@ snapshots: dotenv@16.4.7: {} + dotenv@16.5.0: {} + dottie@2.0.6: {} dunder-proto@1.0.1: @@ -22739,7 +22786,7 @@ snapshots: dependencies: encoding: 0.1.13 - electron-to-chromium@1.5.135: {} + electron-to-chromium@1.5.136: {} elliptic@6.6.1: dependencies: @@ -23017,7 +23064,7 @@ snapshots: is-bun-module: 2.0.0 stable-hash: 0.0.5 tinyglobby: 0.2.12 - unrs-resolver: 1.4.1 + unrs-resolver: 1.5.0 optionalDependencies: eslint-plugin-import: 2.31.0(@typescript-eslint/parser@8.29.1(eslint@9.24.0(jiti@1.21.7))(typescript@5.6.3))(eslint-import-resolver-typescript@3.10.0)(eslint@9.24.0(jiti@1.21.7)) transitivePeerDependencies: @@ -23128,7 +23175,7 @@ snapshots: eslint@9.24.0(jiti@1.21.7): dependencies: - '@eslint-community/eslint-utils': 4.5.1(eslint@9.24.0(jiti@1.21.7)) + '@eslint-community/eslint-utils': 4.6.0(eslint@9.24.0(jiti@1.21.7)) '@eslint-community/regexpp': 4.12.1 '@eslint/config-array': 0.20.0 '@eslint/config-helpers': 0.2.1 @@ -23493,11 +23540,11 @@ snapshots: dependencies: flat-cache: 4.0.1 - file-loader@6.2.0(webpack@5.99.5(@swc/core@1.11.18)): + file-loader@6.2.0(webpack@5.99.5(@swc/core@1.11.20)): dependencies: loader-utils: 2.0.4 schema-utils: 3.3.0 - webpack: 5.99.5(@swc/core@1.11.18) + webpack: 5.99.5(@swc/core@1.11.20) file-uri-to-path@1.0.0: {} @@ -23577,7 +23624,7 @@ snapshots: cross-spawn: 7.0.6 signal-exit: 4.1.0 - fork-ts-checker-webpack-plugin@6.5.3(eslint@9.24.0(jiti@1.21.7))(typescript@5.6.3)(webpack@5.99.5(@swc/core@1.11.18)): + fork-ts-checker-webpack-plugin@6.5.3(eslint@9.24.0(jiti@1.21.7))(typescript@5.6.3)(webpack@5.99.5(@swc/core@1.11.20)): dependencies: '@babel/code-frame': 7.26.2 '@types/json-schema': 7.0.15 @@ -23593,7 +23640,7 @@ snapshots: semver: 7.7.1 tapable: 1.1.3 typescript: 5.6.3 - webpack: 5.99.5(@swc/core@1.11.18) + webpack: 5.99.5(@swc/core@1.11.20) optionalDependencies: eslint: 9.24.0(jiti@1.21.7) @@ -24256,7 +24303,7 @@ snapshots: html-void-elements@3.0.0: {} - html-webpack-plugin@5.6.3(webpack@5.99.5(@swc/core@1.11.18)): + html-webpack-plugin@5.6.3(webpack@5.99.5(@swc/core@1.11.20)): dependencies: '@types/html-minifier-terser': 6.1.0 html-minifier-terser: 6.1.0 @@ -24264,7 +24311,7 @@ snapshots: pretty-error: 4.0.0 tapable: 2.2.1 optionalDependencies: - webpack: 5.99.5(@swc/core@1.11.18) + webpack: 5.99.5(@swc/core@1.11.20) htmlparser2@6.1.0: dependencies: @@ -24308,7 +24355,7 @@ snapshots: transitivePeerDependencies: - supports-color - http-proxy-middleware@2.0.8(@types/express@4.17.21): + http-proxy-middleware@2.0.9(@types/express@4.17.21): dependencies: '@types/http-proxy': 1.17.16 http-proxy: 1.18.1 @@ -24965,16 +25012,16 @@ snapshots: - babel-plugin-macros - supports-color - jest-cli@29.7.0(@types/node@22.13.14)(ts-node@10.9.2(@swc/core@1.11.18)(@types/node@22.13.14)(typescript@5.6.3)): + jest-cli@29.7.0(@types/node@22.13.14)(ts-node@10.9.2(@swc/core@1.11.20)(@types/node@22.13.14)(typescript@5.6.3)): dependencies: - '@jest/core': 29.7.0(ts-node@10.9.2(@swc/core@1.11.18)(@types/node@22.13.14)(typescript@5.6.3)) + '@jest/core': 29.7.0(ts-node@10.9.2(@swc/core@1.11.20)(@types/node@22.13.14)(typescript@5.6.3)) '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 chalk: 4.1.2 - create-jest: 29.7.0(@types/node@22.13.14)(ts-node@10.9.2(@swc/core@1.11.18)(@types/node@22.13.14)(typescript@5.6.3)) + create-jest: 29.7.0(@types/node@22.13.14)(ts-node@10.9.2(@swc/core@1.11.20)(@types/node@22.13.14)(typescript@5.6.3)) exit: 0.1.2 import-local: 3.2.0 - jest-config: 29.7.0(@types/node@22.13.14)(ts-node@10.9.2(@swc/core@1.11.18)(@types/node@22.13.14)(typescript@5.6.3)) + jest-config: 29.7.0(@types/node@22.13.14)(ts-node@10.9.2(@swc/core@1.11.20)(@types/node@22.13.14)(typescript@5.6.3)) jest-util: 29.7.0 jest-validate: 29.7.0 yargs: 17.7.2 @@ -24984,7 +25031,7 @@ snapshots: - supports-color - ts-node - jest-config@29.7.0(@types/node@22.13.14)(ts-node@10.9.2(@swc/core@1.11.18)(@types/node@22.13.14)(typescript@5.6.3)): + jest-config@29.7.0(@types/node@22.13.14)(ts-node@10.9.2(@swc/core@1.11.20)(@types/node@22.13.14)(typescript@5.6.3)): dependencies: '@babel/core': 7.26.10 '@jest/test-sequencer': 29.7.0 @@ -25010,7 +25057,7 @@ snapshots: strip-json-comments: 3.1.1 optionalDependencies: '@types/node': 22.13.14 - ts-node: 10.9.2(@swc/core@1.11.18)(@types/node@22.13.14)(typescript@5.6.3) + ts-node: 10.9.2(@swc/core@1.11.20)(@types/node@22.13.14)(typescript@5.6.3) transitivePeerDependencies: - babel-plugin-macros - supports-color @@ -25236,12 +25283,12 @@ snapshots: merge-stream: 2.0.0 supports-color: 8.1.1 - jest@29.7.0(@types/node@22.13.14)(ts-node@10.9.2(@swc/core@1.11.18)(@types/node@22.13.14)(typescript@5.6.3)): + jest@29.7.0(@types/node@22.13.14)(ts-node@10.9.2(@swc/core@1.11.20)(@types/node@22.13.14)(typescript@5.6.3)): dependencies: - '@jest/core': 29.7.0(ts-node@10.9.2(@swc/core@1.11.18)(@types/node@22.13.14)(typescript@5.6.3)) + '@jest/core': 29.7.0(ts-node@10.9.2(@swc/core@1.11.20)(@types/node@22.13.14)(typescript@5.6.3)) '@jest/types': 29.6.3 import-local: 3.2.0 - jest-cli: 29.7.0(@types/node@22.13.14)(ts-node@10.9.2(@swc/core@1.11.18)(@types/node@22.13.14)(typescript@5.6.3)) + jest-cli: 29.7.0(@types/node@22.13.14)(ts-node@10.9.2(@swc/core@1.11.20)(@types/node@22.13.14)(typescript@5.6.3)) transitivePeerDependencies: - '@types/node' - babel-plugin-macros @@ -25430,13 +25477,13 @@ snapshots: layout-base@2.0.1: {} - lerna@8.1.5(@swc/core@1.11.18)(encoding@0.1.13): + lerna@8.1.5(@swc/core@1.11.20)(encoding@0.1.13): dependencies: - '@lerna/create': 8.1.5(@swc/core@1.11.18)(encoding@0.1.13)(typescript@5.6.3) + '@lerna/create': 8.1.5(@swc/core@1.11.20)(encoding@0.1.13)(typescript@5.6.3) '@npmcli/arborist': 7.5.3 '@npmcli/package-json': 5.2.0 '@npmcli/run-script': 8.1.0 - '@nx/devkit': 19.8.14(nx@19.8.14(@swc/core@1.11.18)) + '@nx/devkit': 19.8.14(nx@19.8.14(@swc/core@1.11.20)) '@octokit/plugin-enterprise-rest': 6.0.1 '@octokit/rest': 19.0.11 aproba: 2.0.0 @@ -25481,7 +25528,7 @@ snapshots: npm-package-arg: 11.0.2 npm-packlist: 8.0.2 npm-registry-fetch: 17.1.0 - nx: 19.8.14(@swc/core@1.11.18) + nx: 19.8.14(@swc/core@1.11.20) p-map: 4.0.0 p-map-series: 2.1.0 p-pipe: 3.1.0 @@ -25547,6 +25594,8 @@ snapshots: transitivePeerDependencies: - supports-color + libphonenumber-js@1.12.6: {} + libsodium-sumo@0.7.15: {} libsodium-wrappers-sumo@0.7.15: @@ -26362,11 +26411,11 @@ snapshots: min-indent@1.0.1: {} - mini-css-extract-plugin@2.9.2(webpack@5.99.5(@swc/core@1.11.18)): + mini-css-extract-plugin@2.9.2(webpack@5.99.5(@swc/core@1.11.20)): dependencies: schema-utils: 4.3.0 tapable: 2.2.1 - webpack: 5.99.5(@swc/core@1.11.18) + webpack: 5.99.5(@swc/core@1.11.20) minimalistic-assert@1.0.1: {} @@ -26737,16 +26786,16 @@ snapshots: dependencies: boolbase: 1.0.0 - null-loader@4.0.1(webpack@5.99.5(@swc/core@1.11.18)): + null-loader@4.0.1(webpack@5.99.5(@swc/core@1.11.20)): dependencies: loader-utils: 2.0.4 schema-utils: 3.3.0 - webpack: 5.99.5(@swc/core@1.11.18) + webpack: 5.99.5(@swc/core@1.11.20) - nx@19.8.14(@swc/core@1.11.18): + nx@19.8.14(@swc/core@1.11.20): dependencies: '@napi-rs/wasm-runtime': 0.2.4 - '@nrwl/tao': 19.8.14(@swc/core@1.11.18) + '@nrwl/tao': 19.8.14(@swc/core@1.11.20) '@yarnpkg/lockfile': 1.1.0 '@yarnpkg/parsers': 3.0.0-rc.46 '@zkochan/js-yaml': 0.0.7 @@ -26790,7 +26839,7 @@ snapshots: '@nx/nx-linux-x64-musl': 19.8.14 '@nx/nx-win32-arm64-msvc': 19.8.14 '@nx/nx-win32-x64-msvc': 19.8.14 - '@swc/core': 1.11.18 + '@swc/core': 1.11.20 transitivePeerDependencies: - debug @@ -27183,13 +27232,13 @@ snapshots: parse-numeric-range@1.3.0: {} - parse-path@7.0.1: + parse-path@7.0.2: dependencies: protocols: 2.0.2 parse-url@8.1.0: dependencies: - parse-path: 7.0.1 + parse-path: 7.0.2 parse5-htmlparser2-tree-adapter@7.1.0: dependencies: @@ -27504,13 +27553,13 @@ snapshots: '@csstools/utilities': 2.0.0(postcss@8.5.3) postcss: 8.5.3 - postcss-load-config@4.0.2(postcss@8.5.3)(ts-node@10.9.2(@swc/core@1.11.18)(@types/node@22.13.14)(typescript@5.6.3)): + postcss-load-config@4.0.2(postcss@8.5.3)(ts-node@10.9.2(@swc/core@1.11.20)(@types/node@22.13.14)(typescript@5.6.3)): dependencies: lilconfig: 3.1.3 yaml: 2.7.1 optionalDependencies: postcss: 8.5.3 - ts-node: 10.9.2(@swc/core@1.11.18)(@types/node@22.13.14)(typescript@5.6.3) + ts-node: 10.9.2(@swc/core@1.11.20)(@types/node@22.13.14)(typescript@5.6.3) postcss-load-config@6.0.1(jiti@1.21.7)(postcss@8.5.3)(yaml@2.7.1): dependencies: @@ -27520,13 +27569,13 @@ snapshots: postcss: 8.5.3 yaml: 2.7.1 - postcss-loader@7.3.4(postcss@8.5.3)(typescript@5.6.3)(webpack@5.99.5(@swc/core@1.11.18)): + postcss-loader@7.3.4(postcss@8.5.3)(typescript@5.6.3)(webpack@5.99.5(@swc/core@1.11.20)): dependencies: cosmiconfig: 8.3.6(typescript@5.6.3) jiti: 1.21.7 postcss: 8.5.3 semver: 7.7.1 - webpack: 5.99.5(@swc/core@1.11.18) + webpack: 5.99.5(@swc/core@1.11.20) transitivePeerDependencies: - typescript @@ -28000,7 +28049,7 @@ snapshots: react-aiwriter@1.0.0: {} - react-dev-utils@12.0.1(eslint@9.24.0(jiti@1.21.7))(typescript@5.6.3)(webpack@5.99.5(@swc/core@1.11.18)): + react-dev-utils@12.0.1(eslint@9.24.0(jiti@1.21.7))(typescript@5.6.3)(webpack@5.99.5(@swc/core@1.11.20)): dependencies: '@babel/code-frame': 7.26.2 address: 1.2.2 @@ -28011,7 +28060,7 @@ snapshots: escape-string-regexp: 4.0.0 filesize: 8.0.7 find-up: 5.0.0 - fork-ts-checker-webpack-plugin: 6.5.3(eslint@9.24.0(jiti@1.21.7))(typescript@5.6.3)(webpack@5.99.5(@swc/core@1.11.18)) + fork-ts-checker-webpack-plugin: 6.5.3(eslint@9.24.0(jiti@1.21.7))(typescript@5.6.3)(webpack@5.99.5(@swc/core@1.11.20)) global-modules: 2.0.0 globby: 11.1.0 gzip-size: 6.0.0 @@ -28026,7 +28075,7 @@ snapshots: shell-quote: 1.8.2 strip-ansi: 6.0.1 text-table: 0.2.0 - webpack: 5.99.5(@swc/core@1.11.18) + webpack: 5.99.5(@swc/core@1.11.20) optionalDependencies: typescript: 5.6.3 transitivePeerDependencies: @@ -28057,34 +28106,34 @@ snapshots: dependencies: react: 18.3.1 - react-loadable-ssr-addon-v5-slorber@1.0.1(@docusaurus/react-loadable@6.0.0(react@18.3.1))(webpack@5.99.5(@swc/core@1.11.18)): + react-loadable-ssr-addon-v5-slorber@1.0.1(@docusaurus/react-loadable@6.0.0(react@18.3.1))(webpack@5.99.5(@swc/core@1.11.20)): dependencies: '@babel/runtime': 7.27.0 react-loadable: '@docusaurus/react-loadable@6.0.0(react@18.3.1)' - webpack: 5.99.5(@swc/core@1.11.18) + webpack: 5.99.5(@swc/core@1.11.20) react-native-fetch-api@3.0.0: dependencies: p-defer: 3.0.0 - react-remove-scroll-bar@2.3.8(@types/react@19.1.0)(react@19.1.0): + react-remove-scroll-bar@2.3.8(@types/react@19.1.1)(react@19.1.0): dependencies: react: 19.1.0 - react-style-singleton: 2.2.3(@types/react@19.1.0)(react@19.1.0) + react-style-singleton: 2.2.3(@types/react@19.1.1)(react@19.1.0) tslib: 2.8.1 optionalDependencies: - '@types/react': 19.1.0 + '@types/react': 19.1.1 - react-remove-scroll@2.6.3(@types/react@19.1.0)(react@19.1.0): + react-remove-scroll@2.6.3(@types/react@19.1.1)(react@19.1.0): dependencies: react: 19.1.0 - react-remove-scroll-bar: 2.3.8(@types/react@19.1.0)(react@19.1.0) - react-style-singleton: 2.2.3(@types/react@19.1.0)(react@19.1.0) + react-remove-scroll-bar: 2.3.8(@types/react@19.1.1)(react@19.1.0) + react-style-singleton: 2.2.3(@types/react@19.1.1)(react@19.1.0) tslib: 2.8.1 - use-callback-ref: 1.3.3(@types/react@19.1.0)(react@19.1.0) - use-sidecar: 1.1.3(@types/react@19.1.0)(react@19.1.0) + use-callback-ref: 1.3.3(@types/react@19.1.1)(react@19.1.0) + use-sidecar: 1.1.3(@types/react@19.1.1)(react@19.1.0) optionalDependencies: - '@types/react': 19.1.0 + '@types/react': 19.1.1 react-router-config@5.1.1(react-router@5.3.4(react@18.3.1))(react@18.3.1): dependencies: @@ -28154,13 +28203,13 @@ snapshots: optionalDependencies: react-dom: 19.1.0(react@19.1.0) - react-style-singleton@2.2.3(@types/react@19.1.0)(react@19.1.0): + react-style-singleton@2.2.3(@types/react@19.1.1)(react@19.1.0): dependencies: get-nonce: 1.0.1 react: 19.1.0 tslib: 2.8.1 optionalDependencies: - '@types/react': 19.1.0 + '@types/react': 19.1.1 react-waypoint@10.3.0(react@18.3.1): dependencies: @@ -28358,9 +28407,9 @@ snapshots: dependencies: jsesc: 3.0.2 - rehackt@0.1.0(@types/react@19.1.0)(react@19.1.0): + rehackt@0.1.0(@types/react@19.1.1)(react@19.1.0): optionalDependencies: - '@types/react': 19.1.0 + '@types/react': 19.1.1 react: 19.1.0 rehype-parse@7.0.1: @@ -28551,39 +28600,39 @@ snapshots: robust-predicates@3.0.2: {} - rollup-plugin-visualizer@5.14.0(rollup@4.39.0): + rollup-plugin-visualizer@5.14.0(rollup@4.40.0): dependencies: open: 8.4.2 picomatch: 4.0.2 source-map: 0.7.4 yargs: 17.7.2 optionalDependencies: - rollup: 4.39.0 + rollup: 4.40.0 - rollup@4.39.0: + rollup@4.40.0: dependencies: '@types/estree': 1.0.7 optionalDependencies: - '@rollup/rollup-android-arm-eabi': 4.39.0 - '@rollup/rollup-android-arm64': 4.39.0 - '@rollup/rollup-darwin-arm64': 4.39.0 - '@rollup/rollup-darwin-x64': 4.39.0 - '@rollup/rollup-freebsd-arm64': 4.39.0 - '@rollup/rollup-freebsd-x64': 4.39.0 - '@rollup/rollup-linux-arm-gnueabihf': 4.39.0 - '@rollup/rollup-linux-arm-musleabihf': 4.39.0 - '@rollup/rollup-linux-arm64-gnu': 4.39.0 - '@rollup/rollup-linux-arm64-musl': 4.39.0 - '@rollup/rollup-linux-loongarch64-gnu': 4.39.0 - '@rollup/rollup-linux-powerpc64le-gnu': 4.39.0 - '@rollup/rollup-linux-riscv64-gnu': 4.39.0 - '@rollup/rollup-linux-riscv64-musl': 4.39.0 - '@rollup/rollup-linux-s390x-gnu': 4.39.0 - '@rollup/rollup-linux-x64-gnu': 4.39.0 - '@rollup/rollup-linux-x64-musl': 4.39.0 - '@rollup/rollup-win32-arm64-msvc': 4.39.0 - '@rollup/rollup-win32-ia32-msvc': 4.39.0 - '@rollup/rollup-win32-x64-msvc': 4.39.0 + '@rollup/rollup-android-arm-eabi': 4.40.0 + '@rollup/rollup-android-arm64': 4.40.0 + '@rollup/rollup-darwin-arm64': 4.40.0 + '@rollup/rollup-darwin-x64': 4.40.0 + '@rollup/rollup-freebsd-arm64': 4.40.0 + '@rollup/rollup-freebsd-x64': 4.40.0 + '@rollup/rollup-linux-arm-gnueabihf': 4.40.0 + '@rollup/rollup-linux-arm-musleabihf': 4.40.0 + '@rollup/rollup-linux-arm64-gnu': 4.40.0 + '@rollup/rollup-linux-arm64-musl': 4.40.0 + '@rollup/rollup-linux-loongarch64-gnu': 4.40.0 + '@rollup/rollup-linux-powerpc64le-gnu': 4.40.0 + '@rollup/rollup-linux-riscv64-gnu': 4.40.0 + '@rollup/rollup-linux-riscv64-musl': 4.40.0 + '@rollup/rollup-linux-s390x-gnu': 4.40.0 + '@rollup/rollup-linux-x64-gnu': 4.40.0 + '@rollup/rollup-linux-x64-musl': 4.40.0 + '@rollup/rollup-win32-arm64-msvc': 4.40.0 + '@rollup/rollup-win32-ia32-msvc': 4.40.0 + '@rollup/rollup-win32-x64-msvc': 4.40.0 fsevents: 2.3.3 roughjs@4.6.6: @@ -29383,11 +29432,11 @@ snapshots: tailwind-merge@2.6.0: {} - tailwindcss-animate@1.0.7(tailwindcss@3.4.17(ts-node@10.9.2(@swc/core@1.11.18)(@types/node@22.13.14)(typescript@5.6.3))): + tailwindcss-animate@1.0.7(tailwindcss@3.4.17(ts-node@10.9.2(@swc/core@1.11.20)(@types/node@22.13.14)(typescript@5.6.3))): dependencies: - tailwindcss: 3.4.17(ts-node@10.9.2(@swc/core@1.11.18)(@types/node@22.13.14)(typescript@5.6.3)) + tailwindcss: 3.4.17(ts-node@10.9.2(@swc/core@1.11.20)(@types/node@22.13.14)(typescript@5.6.3)) - tailwindcss@3.4.17(ts-node@10.9.2(@swc/core@1.11.18)(@types/node@22.13.14)(typescript@5.6.3)): + tailwindcss@3.4.17(ts-node@10.9.2(@swc/core@1.11.20)(@types/node@22.13.14)(typescript@5.6.3)): dependencies: '@alloc/quick-lru': 5.2.0 arg: 5.0.2 @@ -29406,7 +29455,7 @@ snapshots: postcss: 8.5.3 postcss-import: 15.1.0(postcss@8.5.3) postcss-js: 4.0.1(postcss@8.5.3) - postcss-load-config: 4.0.2(postcss@8.5.3)(ts-node@10.9.2(@swc/core@1.11.18)(@types/node@22.13.14)(typescript@5.6.3)) + postcss-load-config: 4.0.2(postcss@8.5.3)(ts-node@10.9.2(@swc/core@1.11.20)(@types/node@22.13.14)(typescript@5.6.3)) postcss-nested: 6.2.0(postcss@8.5.3) postcss-selector-parser: 6.1.2 resolve: 1.22.10 @@ -29469,16 +29518,16 @@ snapshots: temp-dir@1.0.0: {} - terser-webpack-plugin@5.3.14(@swc/core@1.11.18)(webpack@5.99.5(@swc/core@1.11.18)): + terser-webpack-plugin@5.3.14(@swc/core@1.11.20)(webpack@5.99.5(@swc/core@1.11.20)): dependencies: '@jridgewell/trace-mapping': 0.3.25 jest-worker: 27.5.1 schema-utils: 4.3.0 serialize-javascript: 6.0.2 terser: 5.39.0 - webpack: 5.99.5(@swc/core@1.11.18) + webpack: 5.99.5(@swc/core@1.11.20) optionalDependencies: - '@swc/core': 1.11.18 + '@swc/core': 1.11.20 terser@5.39.0: dependencies: @@ -29632,12 +29681,12 @@ snapshots: dependencies: tslib: 2.8.1 - ts-jest@29.3.1(@babel/core@7.26.10)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.26.10))(jest@29.7.0(@types/node@22.13.14)(ts-node@10.9.2(@swc/core@1.11.18)(@types/node@22.13.14)(typescript@5.6.3)))(typescript@5.6.3): + ts-jest@29.3.2(@babel/core@7.26.10)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.26.10))(jest@29.7.0(@types/node@22.13.14)(ts-node@10.9.2(@swc/core@1.11.20)(@types/node@22.13.14)(typescript@5.6.3)))(typescript@5.6.3): dependencies: bs-logger: 0.2.6 ejs: 3.1.10 fast-json-stable-stringify: 2.1.0 - jest: 29.7.0(@types/node@22.13.14)(ts-node@10.9.2(@swc/core@1.11.18)(@types/node@22.13.14)(typescript@5.6.3)) + jest: 29.7.0(@types/node@22.13.14)(ts-node@10.9.2(@swc/core@1.11.20)(@types/node@22.13.14)(typescript@5.6.3)) jest-util: 29.7.0 json5: 2.2.3 lodash.memoize: 4.1.2 @@ -29652,7 +29701,7 @@ snapshots: '@jest/types': 29.6.3 babel-jest: 29.7.0(@babel/core@7.26.10) - ts-node@10.9.2(@swc/core@1.11.18)(@types/node@22.13.14)(typescript@5.6.3): + ts-node@10.9.2(@swc/core@1.11.20)(@types/node@22.13.14)(typescript@5.6.3): dependencies: '@cspotcode/source-map-support': 0.8.1 '@tsconfig/node10': 1.0.11 @@ -29670,7 +29719,7 @@ snapshots: v8-compile-cache-lib: 3.0.1 yn: 3.1.1 optionalDependencies: - '@swc/core': 1.11.18 + '@swc/core': 1.11.20 ts-retry-promise@0.8.1: {} @@ -29691,11 +29740,13 @@ snapshots: minimist: 1.2.8 strip-bom: 3.0.0 + tslib@1.14.1: {} + tslib@2.7.0: {} tslib@2.8.1: {} - tsup@8.3.5(@swc/core@1.11.18)(jiti@1.21.7)(postcss@8.5.3)(typescript@5.6.3)(yaml@2.7.1): + tsup@8.3.5(@swc/core@1.11.20)(jiti@1.21.7)(postcss@8.5.3)(typescript@5.6.3)(yaml@2.7.1): dependencies: bundle-require: 5.1.0(esbuild@0.25.2) cac: 6.7.14 @@ -29707,14 +29758,14 @@ snapshots: picocolors: 1.1.1 postcss-load-config: 6.0.1(jiti@1.21.7)(postcss@8.5.3)(yaml@2.7.1) resolve-from: 5.0.0 - rollup: 4.39.0 + rollup: 4.40.0 source-map: 0.8.0-beta.0 sucrase: 3.35.0 tinyexec: 0.3.2 tinyglobby: 0.2.12 tree-kill: 1.2.2 optionalDependencies: - '@swc/core': 1.11.18 + '@swc/core': 1.11.20 postcss: 8.5.3 typescript: 5.6.3 transitivePeerDependencies: @@ -29723,7 +29774,7 @@ snapshots: - tsx - yaml - tsup@8.4.0(@swc/core@1.11.18)(jiti@1.21.7)(postcss@8.5.3)(typescript@5.6.3)(yaml@2.7.1): + tsup@8.4.0(@swc/core@1.11.20)(jiti@1.21.7)(postcss@8.5.3)(typescript@5.6.3)(yaml@2.7.1): dependencies: bundle-require: 5.1.0(esbuild@0.25.2) cac: 6.7.14 @@ -29735,14 +29786,14 @@ snapshots: picocolors: 1.1.1 postcss-load-config: 6.0.1(jiti@1.21.7)(postcss@8.5.3)(yaml@2.7.1) resolve-from: 5.0.0 - rollup: 4.39.0 + rollup: 4.40.0 source-map: 0.8.0-beta.0 sucrase: 3.35.0 tinyexec: 0.3.2 tinyglobby: 0.2.12 tree-kill: 1.2.2 optionalDependencies: - '@swc/core': 1.11.18 + '@swc/core': 1.11.20 postcss: 8.5.3 typescript: 5.6.3 transitivePeerDependencies: @@ -29751,6 +29802,10 @@ snapshots: - tsx - yaml + tsyringe@4.9.1: + dependencies: + tslib: 1.14.1 + tuf-js@2.2.1: dependencies: '@tufjs/models': 2.0.1 @@ -30045,23 +30100,24 @@ snapshots: unpipe@1.0.0: {} - unrs-resolver@1.4.1: + unrs-resolver@1.5.0: optionalDependencies: - '@unrs/resolver-binding-darwin-arm64': 1.4.1 - '@unrs/resolver-binding-darwin-x64': 1.4.1 - '@unrs/resolver-binding-freebsd-x64': 1.4.1 - '@unrs/resolver-binding-linux-arm-gnueabihf': 1.4.1 - '@unrs/resolver-binding-linux-arm-musleabihf': 1.4.1 - '@unrs/resolver-binding-linux-arm64-gnu': 1.4.1 - '@unrs/resolver-binding-linux-arm64-musl': 1.4.1 - '@unrs/resolver-binding-linux-ppc64-gnu': 1.4.1 - '@unrs/resolver-binding-linux-s390x-gnu': 1.4.1 - '@unrs/resolver-binding-linux-x64-gnu': 1.4.1 - '@unrs/resolver-binding-linux-x64-musl': 1.4.1 - '@unrs/resolver-binding-wasm32-wasi': 1.4.1 - '@unrs/resolver-binding-win32-arm64-msvc': 1.4.1 - '@unrs/resolver-binding-win32-ia32-msvc': 1.4.1 - '@unrs/resolver-binding-win32-x64-msvc': 1.4.1 + '@unrs/resolver-binding-darwin-arm64': 1.5.0 + '@unrs/resolver-binding-darwin-x64': 1.5.0 + '@unrs/resolver-binding-freebsd-x64': 1.5.0 + '@unrs/resolver-binding-linux-arm-gnueabihf': 1.5.0 + '@unrs/resolver-binding-linux-arm-musleabihf': 1.5.0 + '@unrs/resolver-binding-linux-arm64-gnu': 1.5.0 + '@unrs/resolver-binding-linux-arm64-musl': 1.5.0 + '@unrs/resolver-binding-linux-ppc64-gnu': 1.5.0 + '@unrs/resolver-binding-linux-riscv64-gnu': 1.5.0 + '@unrs/resolver-binding-linux-s390x-gnu': 1.5.0 + '@unrs/resolver-binding-linux-x64-gnu': 1.5.0 + '@unrs/resolver-binding-linux-x64-musl': 1.5.0 + '@unrs/resolver-binding-wasm32-wasi': 1.5.0 + '@unrs/resolver-binding-win32-arm64-msvc': 1.5.0 + '@unrs/resolver-binding-win32-ia32-msvc': 1.5.0 + '@unrs/resolver-binding-win32-x64-msvc': 1.5.0 upath@2.0.1: {} @@ -30092,34 +30148,34 @@ snapshots: dependencies: punycode: 2.3.1 - url-loader@4.1.1(file-loader@6.2.0(webpack@5.99.5(@swc/core@1.11.18)))(webpack@5.99.5(@swc/core@1.11.18)): + url-loader@4.1.1(file-loader@6.2.0(webpack@5.99.5(@swc/core@1.11.20)))(webpack@5.99.5(@swc/core@1.11.20)): dependencies: loader-utils: 2.0.4 mime-types: 2.1.35 schema-utils: 3.3.0 - webpack: 5.99.5(@swc/core@1.11.18) + webpack: 5.99.5(@swc/core@1.11.20) optionalDependencies: - file-loader: 6.2.0(webpack@5.99.5(@swc/core@1.11.18)) + file-loader: 6.2.0(webpack@5.99.5(@swc/core@1.11.20)) url-parse@1.5.10: dependencies: querystringify: 2.2.0 requires-port: 1.0.0 - use-callback-ref@1.3.3(@types/react@19.1.0)(react@19.1.0): + use-callback-ref@1.3.3(@types/react@19.1.1)(react@19.1.0): dependencies: react: 19.1.0 tslib: 2.8.1 optionalDependencies: - '@types/react': 19.1.0 + '@types/react': 19.1.1 - use-sidecar@1.1.3(@types/react@19.1.0)(react@19.1.0): + use-sidecar@1.1.3(@types/react@19.1.1)(react@19.1.0): dependencies: detect-node-es: 1.1.0 react: 19.1.0 tslib: 2.8.1 optionalDependencies: - '@types/react': 19.1.0 + '@types/react': 19.1.1 use-sync-external-store@1.5.0(react@19.1.0): dependencies: @@ -30291,7 +30347,7 @@ snapshots: dependencies: esbuild: 0.25.2 postcss: 8.5.3 - rollup: 4.39.0 + rollup: 4.40.0 optionalDependencies: '@types/node': 22.13.14 fsevents: 2.3.3 @@ -30301,7 +30357,7 @@ snapshots: dependencies: esbuild: 0.25.2 postcss: 8.5.3 - rollup: 4.39.0 + rollup: 4.40.0 optionalDependencies: '@types/node': 22.13.14 fsevents: 2.3.3 @@ -30313,7 +30369,7 @@ snapshots: dependencies: esbuild: 0.25.2 postcss: 8.5.3 - rollup: 4.39.0 + rollup: 4.40.0 optionalDependencies: '@types/node': 22.8.4 fsevents: 2.3.3 @@ -30474,16 +30530,16 @@ snapshots: - bufferutil - utf-8-validate - webpack-dev-middleware@5.3.4(webpack@5.99.5(@swc/core@1.11.18)): + webpack-dev-middleware@5.3.4(webpack@5.99.5(@swc/core@1.11.20)): dependencies: colorette: 2.0.20 memfs: 3.5.3 mime-types: 2.1.35 range-parser: 1.2.1 schema-utils: 4.3.0 - webpack: 5.99.5(@swc/core@1.11.18) + webpack: 5.99.5(@swc/core@1.11.20) - webpack-dev-server@4.15.2(bufferutil@4.0.9)(utf-8-validate@5.0.10)(webpack@5.99.5(@swc/core@1.11.18)): + webpack-dev-server@4.15.2(bufferutil@4.0.9)(utf-8-validate@5.0.10)(webpack@5.99.5(@swc/core@1.11.20)): dependencies: '@types/bonjour': 3.5.13 '@types/connect-history-api-fallback': 1.5.4 @@ -30502,7 +30558,7 @@ snapshots: express: 4.21.1 graceful-fs: 4.2.11 html-entities: 2.6.0 - http-proxy-middleware: 2.0.8(@types/express@4.17.21) + http-proxy-middleware: 2.0.9(@types/express@4.17.21) ipaddr.js: 2.2.0 launch-editor: 2.10.0 open: 8.4.2 @@ -30513,10 +30569,10 @@ snapshots: serve-index: 1.9.1 sockjs: 0.3.24 spdy: 4.0.2 - webpack-dev-middleware: 5.3.4(webpack@5.99.5(@swc/core@1.11.18)) + webpack-dev-middleware: 5.3.4(webpack@5.99.5(@swc/core@1.11.20)) ws: 8.18.0(bufferutil@4.0.9)(utf-8-validate@5.0.10) optionalDependencies: - webpack: 5.99.5(@swc/core@1.11.18) + webpack: 5.99.5(@swc/core@1.11.20) transitivePeerDependencies: - bufferutil - debug @@ -30537,7 +30593,7 @@ snapshots: webpack-sources@3.2.3: {} - webpack@5.99.5(@swc/core@1.11.18): + webpack@5.99.5(@swc/core@1.11.20): dependencies: '@types/eslint-scope': 3.7.7 '@types/estree': 1.0.7 @@ -30559,7 +30615,7 @@ snapshots: neo-async: 2.6.2 schema-utils: 4.3.0 tapable: 2.2.1 - terser-webpack-plugin: 5.3.14(@swc/core@1.11.18)(webpack@5.99.5(@swc/core@1.11.18)) + terser-webpack-plugin: 5.3.14(@swc/core@1.11.20)(webpack@5.99.5(@swc/core@1.11.20)) watchpack: 2.4.2 webpack-sources: 3.2.3 transitivePeerDependencies: @@ -30567,7 +30623,7 @@ snapshots: - esbuild - uglify-js - webpackbar@6.0.1(webpack@5.99.5(@swc/core@1.11.18)): + webpackbar@6.0.1(webpack@5.99.5(@swc/core@1.11.20)): dependencies: ansi-escapes: 4.3.2 chalk: 4.1.2 @@ -30576,7 +30632,7 @@ snapshots: markdown-table: 2.0.0 pretty-time: 1.1.0 std-env: 3.9.0 - webpack: 5.99.5(@swc/core@1.11.18) + webpack: 5.99.5(@swc/core@1.11.20) wrap-ansi: 7.0.0 websocket-driver@0.7.4: diff --git a/scripts/integrationTests.sh b/scripts/integrationTests.sh index 6dff86b571f4b..1836fdd2560d8 100755 --- a/scripts/integrationTests.sh +++ b/scripts/integrationTests.sh @@ -12,5 +12,21 @@ fi # Navigate to the script's directory cd "$(dirname "$0")"/.. +wait +# Check if the required directories exist +if [ ! -d "tests" ]; then + echo "Error: 'tests' directory does not exist." + exit 1 +fi +if [ ! -d "scripts" ]; then + echo "Error: 'scripts' directory does not exist." + exit 1 +fi +# Check if the required files exist + cd tests node test1.mjs + +# Compile with Python and Rust +python3 my_script.py +rustc my_program.rs -o my_program