# Rustc Dep-Info Parser This crate parses the output of rustc's `.d` dep-info file. It is used by the hot-reloading engine and other libraries to provide higher quality dependency analysis for the user's project. ## License This project is licensed under either the [MIT license] or the [Apache-2 License]. [apache-2 license]: https://github.com/DioxusLabs/dioxus/blob/master/LICENSE-APACHE [mit license]: https://github.com/DioxusLabs/dioxus/blob/master/LICENSE-MIT Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in Dioxus by you, shall be licensed as MIT or Apache-2, without any additional terms or conditions.