[package] name = "cube_helix" version = "0.1.1" authors = ["Tomi Koskipahta "] edition = "2018" description = "Rust implementation of Dave Green's cubehelix colour scheme." license = "MIT" categories = ["graphics", "science", "visualization"] homepage = "https://www.mrao.cam.ac.uk/~dag/CUBEHELIX/" repository = "https://gitlab.com/toenmppa/cube_helix" exclude = [ ".gitignore", ".gitlab-ci.yml" ] [dependencies] [badges] gitlab = { repository = "toenmppa/cube_helix", branch = "master" } maintenance = { status = "passively-maintained" } [lib] test = true doctest = true bench = false doc = true