Skip to content
Snippets Groups Projects
Select Git revision
  • 003c627572b042110be07ba7d6c6098c1afcfa63
  • master default protected
2 results

rotor-layer-A.stl

Blame
  • Cargo.lock 3.13 KiB
    # This file is automatically @generated by Cargo.
    # It is not intended for manual editing.
    version = 4
    
    [[package]]
    name = "bumpalo"
    version = "3.16.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
    
    [[package]]
    name = "cfg-if"
    version = "1.0.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
    
    [[package]]
    name = "log"
    version = "0.4.22"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
    
    [[package]]
    name = "once_cell"
    version = "1.20.2"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
    
    [[package]]
    name = "proc-macro2"
    version = "1.0.92"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "37d3544b3f2748c54e147655edb5025752e2303145b5aefb3c3ea2c78b973bb0"
    dependencies = [
     "unicode-ident",
    ]
    
    [[package]]
    name = "quote"
    version = "1.0.38"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc"
    dependencies = [
     "proc-macro2",
    ]
    
    [[package]]
    name = "syn"
    version = "2.0.91"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "d53cbcb5a243bd33b7858b1d7f4aca2153490815872d86d955d6ea29f743c035"
    dependencies = [
     "proc-macro2",
     "quote",
     "unicode-ident",
    ]
    
    [[package]]
    name = "unicode-ident"
    version = "1.0.14"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
    
    [[package]]
    name = "wasm-bindgen"
    version = "0.2.99"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396"
    dependencies = [
     "cfg-if",
     "once_cell",
     "wasm-bindgen-macro",
    ]
    
    [[package]]
    name = "wasm-bindgen-backend"
    version = "0.2.99"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79"
    dependencies = [
     "bumpalo",
     "log",
     "proc-macro2",
     "quote",
     "syn",
     "wasm-bindgen-shared",
    ]
    
    [[package]]
    name = "wasm-bindgen-macro"
    version = "0.2.99"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe"
    dependencies = [
     "quote",
     "wasm-bindgen-macro-support",
    ]
    
    [[package]]
    name = "wasm-bindgen-macro-support"
    version = "0.2.99"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2"
    dependencies = [
     "proc-macro2",
     "quote",
     "syn",
     "wasm-bindgen-backend",
     "wasm-bindgen-shared",
    ]
    
    [[package]]
    name = "wasm-bindgen-shared"
    version = "0.2.99"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6"
    
    [[package]]
    name = "wasmpi"
    version = "0.1.0"
    dependencies = [
     "wasm-bindgen",
    ]