* ci: enables permalink for download of latest gh release assets
removes tag names to unlock latest-permalink
* ci: fix inconsistent gh release asset naming
changes macos and windows release assets to follow linux naming scheme: lychee-{cpu}-{platform}.{ext}
* ci: fix inconsistent asset naming of nightly builds
* ci: simplifies Dockerfiles by using latest permalink
* ci: adds comment to keep dependent files in sync
* Build binaries for Linux, Windows, and macOS for every release
* Add vendored-openssl feature flag
This allows us to trigger a build which
includes a static dependency to openssl by compiling it from source in a
build.rs script. It is useful for Linux, which has wildly different config
parameters for different architectures.
* Add openssl-sys as direct dependency
This allows us to pass the vendored-openssl
feature flag to this dependency and compile openssl from source
* Update Cargo.lock
* Cleanup