- Revert parsing of multi-lines string while parsing features (Keep parsing of multi-lines string when detecting if we need to use Cargo.toml.orig)
- Fix parsing of multi-lines string (#25)
- Fix
out_of_scope_macro_calls
compatibility warning - Fix documentation having too many
#
(#22)
- Remove
\n
between features (#17) - Don't throw an error when there is no features in Cargo.toml (#20)
- Fix parsing of Cargo.toml with multi-line array of array (#16)
- Fix parsing of escaped string literal in the macro arguments
- Allow customization of the output with the
feature_label=
parameter
- Fix dependencies or features written with quotes
- Fix parsing of table with
#
within strings (#10)
- Fix parsing of dependencies or feature spanning multiple lines (#9)
- Fix indentation of multi-lines feature comments (#5)
- Added ability to document optional features. (This is a breaking change in the sense that previously ignored comments may now result in errors)
Initial release