graphannis-malloc_size_of 2.0.0

This is a fork of the `malloc_size_of` crate, which is part of the Servo codebase, to make it available to the graphANNIS corpus search library as dependency.
Documentation
# Changelog

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.0.0] - 2023-02-14

### Removed

- Removed `euclid`, `hyper`, `hyper_serde` and `time`,  feature and support for this crates.

### Changed

- Updated `smartstring`, `cssparser`, `url` and `xml5ever` crates to their newest version.

## [1.1.0] - 2021-02-08

## Added

- Support for the `smartstring` crate was added.


## Fixed

- Updated `cssparser` crate version to make it compile on newer Rust versions.