[package] name = "insa" version = "1.0.0" edition = "2021" license = "MIT" description = "Insa renders imaxes to text - it's a terminal bitmap graphics library" repository = "https://gitlab.com/BrightOpen/insa" [features] default = ["fontdue"] [dependencies] fontdue = { version = "0.7", optional = true } image = "0.24"