biblib 0.4.2

Parse, manage, and deduplicate academic citations
Documentation
cargo :     Checking biblib v0.4.1 
(D:\rust\biblib)
At line:1 char:1
+ cargo check --all-features 2>&1 | 
Out-File -Encoding utf8 error.log
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpeci 
   fied: (    Checking bi...D:\rust\b  
  iblib):String) [], RemoteException
    + FullyQualifiedErrorId : NativeCo 
   mmandError
 
error: Cannot enable both "regex" and 
"lite" features simultaneously. Please 
enable only one of them.
 --> src\regex.rs:4:1
  |
4 | / compile_error!(
5 | |     "Cannot enable both 
\"regex\" and \"lite\" features 
simultaneously. Please enable only one 
of them."
6 | | );
  | |_^

error: could not compile `biblib` 
(lib) due to 1 previous error