[package] name = "apollo-ariadne" version = "0.2.0-alpha.0" description = "A fancy diagnostics & reporting crate" authors = ["Joshua Barretto "] license = "MIT" repository = "https://github.com/zesterer/ariadne" readme = "README.md" edition = "2018" keywords = ["error", "diagnostics", "report", "pretty", "compiler"] categories = ["command-line-utilities", "compilers", "filesystem", "visualization"] exclude = [ "/misc", "/misc/*", ] [lib] name = "ariadne" [features] auto-color = ["concolor", "concolor/auto"] [dependencies] yansi = "0.5" unicode-width = "0.1.9" concolor = { version = "0.0.11", optional = true }