[package] name = "sourceannot" version = "0.2.1" authors = ["Eduardo Sánchez Muñoz "] edition = "2021" rust-version = "1.74" description = "A library to render snippets of source code with annotations" repository = "https://github.com/eduardosm/rust-sourceannot" license = "MIT OR Apache-2.0" keywords = ["annotation", "code", "error", "report"] exclude = ["/.github", ".gitignore", "/ci"] publish = true [dependencies] unicode-width = "0.1.13" [dev-dependencies] indoc = "2.0.5"