Electron100 / butane

An ORM for Rust with a focus on simplicity and on writing Rust, not SQL
Apache License 2.0
91 stars 13 forks source link

Remove unused features of dependencies #47

Closed jayvdb closed 1 year ago

jayvdb commented 1 year ago

I am especially keen to remove the "time" crate from chrono deps, as it causes cargo-deny to fail due to https://rustsec.org/advisories/RUSTSEC-2020-0071

The one unusual bit here is disabling perf in regex, but given how little the regex library is used, it seems to not be worthwhile using those extra perf gains https://docs.rs/regex/latest/regex/#performance-features .