Allow sigma_compiler to be used in settings where it's not an explicit dependency in Cargo.toml
You can now use it in any context in which the name `sigma_compiler`
resolves to the correct crate, such as in the case of where that name is
re-exported from another crate (like the cmz crate) that depends on it.
That means you can list, for example, the cmz crate in your Cargo.toml
file _without_ having to also explicitly list sigma-compiler.