primitive 0.1.0

Approximates images by drawing random lines
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "primitive"
version = "0.1.0"
authors = ["Anthony Nguyen <anknguyen@gmail.com>"]
description = "Approximates images by drawing random lines"
homepage = "https://github.com/anthonynguyen/primitive"
documentation = "https://github.com/anthonynguyen/primitive"
readme = "README.md"
keywords = ["image", "approximation"]
categories = ["multimedia::images", "command-line-interface"]
license = "MIT"
repository = "https://github.com/anthonynguyen/primitive"
[dependencies.image]
version = "0.16.0"

[dependencies.log]
version = "0.3.8"

[dependencies.rand]
version = "0.3.17"

[dependencies.loglog]
version = "0.3.2"

[dependencies.clap]
version = "2.26.2"

[dependencies.chrono]
version = "0.4.0"

[dependencies.error-chain]
version = "0.11.0"
default-features = false