source $GRIMOIRE/CMAKE_FUNCTIONS
           SPELL=corrosion
         VERSION=0.6.1
     SOURCE_HASH=sha512:2b0d1ccafd5472f2938d084995662c586f19cb5cd4ead20fa25e9516d595eb5f756cb2d9abb12dccfa944b52a1f8002c69a1a4d955409c9d194c6d885a6d48ca
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
        WEB_SITE=https://github.com/corrosion-rs/corrosion
    SOURCE_URL[0]=$WEB_SITE/archive/refs/tags/v$VERSION.tar.gz
      LICENSE[0]=MIT
         ENTERED=20230807
        KEYWORDS=""
           SHORT="Easy Rust and C/C++ Integration"
cat << EOF
Corrosion, formerly known as cmake-cargo, 
is a tool for integrating Rust into an existing CMake project.
Corrosion can automatically import executables, static libraries,
 and dynamic libraries from a workspace or package manifest (Cargo.toml file).
EOF
