[source.crates-io]
replace-with = "vendored-sources"

[source.vendored-sources]
directory = "vendor"
[env]
# Use system-provided libonig to avoid building bundled C code that fails on x86_64
RUSTONIG_SYSTEM_LIBONIG = "1"
