# 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 = "annotate_snippets_builder" version = "0.1.1" description = "Builder pattern abstraction for the annotate-snippets crate." readme = "README.md" license = "MIT" repository = "https://github.com/CreatorSiSo/annotate_snippets_builder" [[example]] name = "lexer" test = true [dependencies.annotate-snippets] version = "0.9.1" [dev-dependencies.stringx] version = "0.1.1" [features] color = ["annotate-snippets/color"] default = ["color"] yansi-term = ["annotate-snippets/yansi-term"]