# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "bupropion" version = "0.0.20" authors = ["Gabrielle GuimarĂ£es de Oliveira"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Fancy error handler implementation for Miette" documentation = "https://github.com/aripiprazole/bupropion" readme = "README.md" keywords = [ "incremental", "parsing", "asena", ] categories = [ "parsing", "text-editors", ] license = "MIT" repository = "https://github.com/aripiprazole/bupropion" [lib] name = "bupropion" path = "src/lib.rs" [dependencies.backtrace] version = "0.3.68" [dependencies.backtrace-ext] version = "0.2.1" [dependencies.miette] version = "7.2.0" features = ["fancy"] [dependencies.owo-colors] version = "4.1.0" [dependencies.supports-color] version = "2.0.0" [dependencies.supports-hyperlinks] version = "2.1.0" [dependencies.supports-unicode] version = "2.0.0" [dependencies.terminal_size] version = "0.2.6" [dependencies.textwrap] version = "0.16.0" [dependencies.thiserror] version = "1.0.46" [dependencies.unicode-width] version = "0.1.10"