# License: see LICENSE file at root directory of `master` branch [package] edition = '2018' name = 'rgb-io' version = '0.2.0' authors = ['Hai Bison '] description = 'Takes input RGB codes, prints colors to stdout.' repository = 'https://bitbucket.org/haibison/rgb-io' license-file = 'LICENSE' keywords = ['rgb', 'terminal'] categories = ['command-line-utilities'] [dependencies] dia-args = { version='0.51', optional=true } termion = { version='1', optional=true } [features] bin = ['dia-args', 'termion'] [[bin]] name = 'rgb-io' path = 'src/bin/rgb-io/main.rs' required-features = ['bin']