Cargo Features

[dependencies]
genomicsqlite = { version = "0.9.4", default-features = false, features = ["bundle_libgenomicsqlite"] }
default = bundle_libgenomicsqlite

Use default-features=false to prevent bundling a platform-specific libgenomicsqlite into your compilation unit. Then at runtime, you must either set env LIBGENOMICSQLITE to the library path,
or place it somewhere it'll be found by dlopen("libgenomicsqlite").

bundle_libgenomicsqlite default