aatxe / irc

the irc crate – usable, async IRC for Rust
Mozilla Public License 2.0
533 stars 99 forks source link

Make serde and toml optional #195

Closed belak closed 4 years ago

belak commented 4 years ago

This is an experimental PR meant to drop serde/toml if they are disabled in the features. Unfortunately, this means renaming features (if we want them consistent) because the feature name toml cannot be used (as there's a package with the same name).

aatxe commented 4 years ago

Great, thank you!