cgats 0.1.5

Parse, transform, and write CGATS color files
Documentation
[package]
name = "cgats"
version = "0.1.5"
authors = ["Ryan O'Beirne <ryanobeirne@gmail.com>"]
description = "Parse, transform, and write CGATS color files"
edition = "2018"
license = "GPL-3.0"
homepage = "https://github.com/ryanobeirne/cgats"
repository = "https://github.com/ryanobeirne/cgats.git"
documentation = "https://ryanobeirne.github.io/cgats"
readme = "README.md"

[dependencies]
deltae = "0.1.*"
statistical = "1.0.0"

[dev-dependencies]
mktemp = "0.3.1"
clap = "2.32.0"

[[example]]
name = "cgats"
path = "examples/cgats/main.rs"