[package] name = "fatal" version = "0.1.1" authors = ["Hadar Galant <19251133+hgalant@users.noreply.github.com>"] description = "End-user friendly panics." repository = "https://github.com/hgalant/fatal.rs" license = "MIT OR Apache-2.0" edition = "2018" [features] default = ["color"] color = ["termcolor"] [dependencies] termcolor = { version = "1.1", optional = true }